Remediation
From Azure Portal
- Go to
Storage Accounts. - For each storage account, under
Settings, clickConfiguration. - Set
Secure transfer requiredtoEnabled. - Click
Save.
From Azure CLI
Use the following command to enable Secure transfer required for a storage account:
az storage account update \
--name {{storage-account-name}} \
--resource-group {{resource-group-name}} \
--https-only true