Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Severity : High

Description: The container used to store Activity Log data should not be exposed publicly to avoid data exposure of sensitive activity logs.

Remediation Steps : Ensure the access level for the storage account containing Activity Log data is set to private.

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 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.

...

Perform following to update parametersStorage Account public access :

  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 (no anonymous access).

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

  7. Go to Allow Blob public access.

  8. Set Disabled.

...