Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

Severity : High

Description: This control ensures that `Secure transfer required' is enabled to enforce storage account access only over encrypted channel. The option to use HTTPS for secure transfer option enhances the security of storage account by only allowing requests to the storage account by a secure connection. Any requests using HTTP will be rejected when 'secure transfer required' is enabled.

Remediation Steps:

Perform following to update parameters:

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

  2. For each storage account, go to Configuration.

  3. Set Secure transfer required to Enabled.

Important:

  • Azure storage doesn't support HTTPS for custom domain names, this option is not applied when using a custom domain name

Reference:

https://docs.microsoft.com/en-us/cli/azure/storage/account?view=azure-cli-latest#az_storage_account_update

  • No labels