Remediation
From Azure Portal
- Go to
Storage accounts. - Click the name of a storage account.
- Under
Settings, clickConfiguration. - Under
Default to Microsoft Entra authorization in the Azure portal, click the radio button next toEnabled. - Click
Save. - Repeat steps 1-5 for each storage account requiring remediation.
From Azure CLI
For each storage account requiring remediation, run the following command to enable defaultToOAuthAuthentication:
az storage account update \
--resource-group {{resource-group-name}} \
--name {{storage-account-name}} \
--set defaultToOAuthAuthentication=true