Skip to content

Commit 3196607

Browse files
authored
Update blob container access level explanation
Clarify the importance of enabling the 'Allow Blob anonymous access' setting for Blob and Container access levels.
1 parent 1add2b9 commit 3196607

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

learn-pr/wwl-azure/configure-blob-storage/includes/3-create-blob-containers.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ In the Azure portal, you configure settings to create a container for an Azure s
3131
- **Blob**: Allow anonymous public read access for the blobs only.
3232
- **Container**: Allow anonymous public read and list access to the entire container, including the blobs.
3333

34+
> [!IMPORTANT]
35+
> The Blob and Container access levels have no effect unless the storage account's **Allow Blob anonymous access** setting is enabled. When disabled, all containers remain private regardless of their individual access level settings. Microsoft recommends keeping anonymous access disabled at the account level unless serving public content scenarios.
3436
3537

3638

0 commit comments

Comments
 (0)