Remediation
From Azure Portalβ
- Go to
Storage Accounts
. - For each storage account, under
Security + networking
, clickNetworking
. - Click on the
Firewalls and virtual networks
heading. - 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