From f84e12416b76da12ae5ab069442fdeee8265c9b1 Mon Sep 17 00:00:00 2001 From: rrichley <94038906+rrichley@users.noreply.github.com> Date: Mon, 30 Dec 2024 18:00:10 +0000 Subject: [PATCH] Update deploy-storage-account.yml --- .github/workflows/deploy-storage-account.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/deploy-storage-account.yml b/.github/workflows/deploy-storage-account.yml index 2ec7a7f..16f9774 100644 --- a/.github/workflows/deploy-storage-account.yml +++ b/.github/workflows/deploy-storage-account.yml @@ -37,6 +37,5 @@ jobs: az monitor diagnostic-settings create \ --name "storageAccountDiagnostics" \ --resource /subscriptions/929d7635-207a-4b22-8d24-34e2ae29092b/resourceGroups/rrblobtest/providers/Microsoft.Storage/storageAccounts/teststorage20241229 \ - --logs '[{"category": "StorageRead", "enabled": true},{"category": "StorageWrite", "enabled": true},{"category": "StorageDelete", "enabled": true}]' \ - --metrics '[{"category": "Transaction", "enabled": true}]' \ + --metrics '[{"category": "Transaction", "enabled": true}, {"category": "Capacity", "enabled": true}]' \ --workspace /subscriptions/929d7635-207a-4b22-8d24-34e2ae29092b/resourceGroups/rrblobtest/providers/Microsoft.OperationalInsights/workspaces/rrlogtest