Remediation
From Azure Portalβ
- Go to
Storage Accounts
. - For each storage account, under
Monitoring
, clickDiagnostics settings
. - Select the
table
tab indented below the storage account. - To create a new diagnostic setting, click
+ Add diagnostic setting
. To update an existing diagnostic setting, clickEdit setting
on 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