Skip to content

Commit 4fac035

Browse files
Update anonymous-read-access-configure.md
AllowBlobPublicAccess should be changed to AllowBlobAnonymousAccess in the entire document as this display name is already changed in Azure Portal but the document the not updated with AllowBlobAnonymousAccess Currently there are 5 places in the document which needs to be changed with AllowBlobAnonymousAccess instead of AllowBlobPublicAccess
1 parent 7904c27 commit 4fac035

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/storage/blobs/anonymous-read-access-configure.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ Allowing or disallowing anonymous access requires version 2019-04-01 or later of
6060
### Permissions for disallowing anonymous access
6161

6262
To set the **AllowBlobPublicAccess** property for the storage account, a user must have permissions to create and manage storage accounts. Azure role-based access control (Azure RBAC) roles that provide these permissions include the **Microsoft.Storage/storageAccounts/write** action. Built-in roles with this action include:
63+
++To set the **AllowBlobAnonymousAccess** property for the storage account, a user must have permissions to create and manage storage accounts. Azure role-based access control (Azure RBAC) roles that provide these permissions include the **Microsoft.Storage/storageAccounts/write** action. Built-in roles with this action include:
6364

6465
- The Azure Resource Manager [Owner](../../role-based-access-control/built-in-roles.md#owner) role
6566
- The Azure Resource Manager [Contributor](../../role-based-access-control/built-in-roles.md#contributor) role
@@ -305,4 +306,4 @@ Get-AzStorageContainer -Context $ctx | Select Name, PublicAccess
305306

306307
- [Prevent anonymous read access to containers and blobs](anonymous-read-access-prevent.md)
307308
- [Access public containers and blobs anonymously with .NET](anonymous-read-access-client.md)
308-
- [Authorizing access to Azure Storage](../common/authorize-data-access.md)
309+
- [Authorizing access to Azure Storage](../common/authorize-data-access.md)

0 commit comments

Comments
 (0)