Correct Answer: A
If the Storage Blob Data Contributor role is assigned to a user at the container level, titled sample-container, and the user is granted write, read, and delete permission to the blobs present in that specific container. But Storage Blob Data Contributor role itself does not provide enough permission to navigate to reach the blob through the Azure portal for view purposes. Extra permission is needed in order to perform a navigation through the Azure portal and see the additional resources which are available or visible there.
Option A is correct. Storage Blob Data Contributor role at container level grants the write, read, and delete permission for all the blobs in that container.
Option B is incorrect. With only the Storage Blob Data Contributor role, you can’t perform navigation to the blobs via Azure portal. Therefore, statement a is correct while statement b is incorrect.
Option C is incorrect. Statement b is incorrect.
Option D is incorrect. Statement a is correct while statement b is incorrect.
Reference:
To know more about assigning Azure roles for data access, please visit the below-given link:
https://docs.microsoft.com/en-us/azure/storage/blobs/assign-azure-role-data-access?tabs=portal