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 following command to enable Storage Logging for the Table service:
az storage logging update \
--account-name {{storage-account-name}} \
--account-key {{storage-account-key}} \
--services t \
--log rwd \
--retention 90