Skip to content

Commit 3b9f56c

Browse files
authored
Merge pull request #115411 from Ramyaharinarthini/patch-17
Update anonymous-read-access-configure.md
2 parents d1743b3 + e74e72c commit 3b9f56c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Allowing or disallowing anonymous access requires version 2019-04-01 or later of
5959

6060
### Permissions for disallowing anonymous access
6161

62-
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:
62+
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:
6363

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

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

0 commit comments

Comments
 (0)