Remediation
From Azure Portal
- Go to
Storage Accounts. - For each storage account, under
Monitoring, clickDiagnostics settings. - Select the
tabletab indented below the storage account. - To create a new diagnostic setting, click
+ Add diagnostic setting. To update an existing diagnostic setting, clickEdit settingon the diagnostic setting. - Check the boxes next to
StorageRead,StorageWrite, andStorageDelete. - Select an appropriate destination.
- Click
Save.
From Azure CLI
Use the below command to enable the Storage Logging for Table service:
az storage logging update --account-name <storageAccountName> --account-key <storageAccountKey> --services t --log rwd --retention 90