Category: Azure
-
Sharing Blob storage with Azure AD B2B guests
Azure blob storage supports two ways of authorization for blob access. Either you use the storage account key or a derivate SAS token – or you use AAD RBAC to access blob. I did a quick test today to check if it would be possible to use a B2B guest to access blob storage. Want…