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 below command to enable Secure transfer required for a Storage Account:
az storage account update --name <storageAccountName> --resource-group <resourceGroupName> --https-only true