Azure-BlobService-Blob-Container-Private-Access

Severity: High

Description: This control ensures that Public Access Level is set to Private to restrict anonymous access to the containers. Anonymous, public read access to a container and its blobs can be enabled in Azure Blob storage. It grants read-only access to these resources without sharing the account key, and without requiring a shared access signature. It is recommended not to provide anonymous access to blob containers until, and unless, it is strongly desired. A shared access signature token should be used for providing controlled and timed access to blob containers. If no anonymous access is needed on the storage account, it's recommended to set allowBlobPublicAccess false.

Remediation Steps:

Perform following to update App Service configuration:

  1. Login to Azure Portal using https://portal.azure.com.

  2. Go to Storage Accounts.

  3. For each storage account, go to Containers under BLOB SERVICE.

  4. For each container, click Change Access level.

  5. Set Public access level to Private.

  6. For each storage account, go to Configuration under Settings.

  7. Go to Allow Blob public access.

  8. Set Disabled if no anonymous access is needed on the storage account.

Important:

Reference:

Blue Hexagon Proprietary