Remediation
From Azure Consoleβ
- Go to
Storage Accounts
. - For each storage account, under
Security + networking
, clickNetworking
. - Click the
Firewalls and virtual networks
heading. - Set
Public network access
toEnabled from selected virtual networks and IP addresses
. - Add rules to allow traffic from specific networks and IP addresses.
- Click
Save
.
From Azure CLIβ
Use the below command to update default-action
to Deny
:
az storage account update --name <StorageAccountName> --resource-group <resourceGroupName> --default-action Deny