Remediation
From Azure Portal
- Go to
Storage Accounts. - For each storage account, under
Security + networking, clickNetworking. - Click on the
Firewalls and virtual networksheading. - Under
Exceptions, check the box next toAllow Azure services on the trusted services list to access this storage account. - Click
Save.
From Azure CLI
Use the below command to update bypass to Azure services:
az storage account update --name <StorageAccountName> --resource-group <resourceGroupName> --bypass AzureServices