You have an Azure subscription that contains an Azure Blob storage account named blob1.
You need to configure attribute-based access control (ABAC) for blob1.
Which attributes can you use in access conditions?
You have an Azure subscription that contains an Azure Blob storage account named blob1.
You need to configure attribute-based access control (ABAC) for blob1.
Which attributes can you use in access conditions?
Attribute-based access control (ABAC) in Azure Blob storage allows you to define fine-grained access policies based on attributes associated with the blobs. As of the current Azure documentation, the primary attribute that can be used in access conditions is blob index tags. These tags can be added to individual blobs and serve as part of the access control rules. Other options such as file extensions and container names are not mentioned as valid attributes for ABAC in Azure Blob storage.
Here are some of the blob storage attributes you can use in your conditions. Account name Blob index tags Blob path Blob prefix Container name Encryption scope name Is Current Version Is hierarchical namespace enabled Is private link Snapshot UTC now (the current date and time in Coordinated Universal Time) Version ID https://learn.microsoft.com/en-us/azure/role-based-access-control/conditions-overview
saturation97 is absolutely correct. the link spells it out. B is correct.
Correct answer: B. blob index tags and container names only https://learn.microsoft.com/en-us/azure/role-based-access-control/conditions-overview
Based on c12 link answer is b
Answer is B https://learn.microsoft.com/en-us/azure/storage/blobs/storage-auth-abac-attributes#azure-blob-storage-attributes
Answer is correct: https://learn.microsoft.com/en-us/azure/role-based-access-control/conditions-overview
As per doco shared by saturation97.
ttribute-based access control (ABAC) in Azure Blob storage allows you to define fine-grained access policies based on attributes associated with the blobs. Blob index tags are the specific attributes that can be used to define access conditions. These tags can be added to individual blobs and used as part of the access control rules to grant or deny access.
Answer is B , please use this ref and scroll a bit: https://learn.microsoft.com/en-us/azure/role-based-access-control/conditions-overview BR
Azure Attribute-Based Access Control (ABAC) for Blob storage, as of today, May 14, 2024, only supports blob index tags as the attribute for defining access conditions.
This is a bad answer. I'll save you the research. Look at the top answer. This is probably an "Infiltrator" The answer shown is correct and can be found here: https://learn.microsoft.com/en-us/azure/role-based-access-control/conditions-overview
Previous comments are referring to RBAC, the question is asking about ABAC so answer is A
This article is about ABAC. https://learn.microsoft.com/en-us/azure/role-based-access-control/conditions-overview Clearly states that blob tags and blob containers are included in the list.
It's B: https://learn.microsoft.com/en-us/azure/role-based-access-control/conditions-overview