Skip to content

Commit

Permalink
Update deploy-storage-account.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rrichley authored Dec 30, 2024
1 parent dd7eb14 commit 4e82335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-storage-account.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
az monitor diagnostic-settings create \
--name "storageAccountDiagnostics" \
--resource /subscriptions/929d7635-207a-4b22-8d24-34e2ae29092b/resourceGroups/rrblobtest/providers/Microsoft.Storage/storageAccounts/teststorage20241229 \
--logs '[{"category": "Blob", "enabled": true},{"category": "Queue", "enabled": true},{"category": "Table", "enabled": true}]' \
--logs '[{"category": "StorageRead", "enabled": true},{"category": "StorageWrite", "enabled": true},{"category": "StorageDelete", "enabled": true}]' \
--metrics '[{"category": "Transaction", "enabled": true}]' \
--workspace /subscriptions/929d7635-207a-4b22-8d24-34e2ae29092b/resourceGroups/rrblobtest/providers/Microsoft.OperationalInsights/workspaces/rrlogtest

0 comments on commit 4e82335

Please sign in to comment.