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 <storage-account> --set defaultToOAuthAuthentication=true