Remediation
From Azure Portalβ
- Go to
Storage Accounts
. - For each storage account, under
Settings
, clickConfiguration
. - Set
Secure transfer required
toEnabled
. - Click
Save
.
From Azure CLIβ
Use the below command to enable Secure transfer required
for a Storage Account
:
az storage account update --name <storageAccountName> --resource-group <resourceGroupName> --https-only true