Azure Storage restrict access one container only
This is my situation: Two groups in Azure AD. Group 1 can access only container1, but not container2 Group 2 can access only container2, but not container1 To achieve this I have given IAM Role Permission on each container accordingly (assigned Storage Blob Data Contributor Role to group). Code Sample I used: https://github.com/Azure-Samples/storage-dotnet-a