Azure_StorageAccount_1
Enable data encryption is transit.
Perform the following in the Azure Console:
Perform the following in Azure Command Line Interface 2.0:
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
References: