Skip to content

Commit 00748cc

Browse files
authored
Update deploy-storage-account.yml
1 parent aff8cac commit 00748cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-storage-account.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ jobs:
3737
az monitor diagnostic-settings create \
3838
--name "storageAccountDiagnostics" \
3939
--resource /subscriptions/929d7635-207a-4b22-8d24-34e2ae29092b/resourceGroups/rrblobtest/providers/Microsoft.Storage/storageAccounts/teststorage20241229 \
40-
--logs '[{"category": "StorageRead", "enabled": true},{"category": "StorageWrite", "enabled": true},{"category": "StorageDelete", "enabled": true}]' \
40+
--logs '[{"category": "StorageWrite", "enabled": true},{"category": "StorageDelete", "enabled": true},{"category": "Transaction", "enabled": true}]' \
4141
--metrics '[{"category": "Transaction", "enabled": true}]' \
4242
--workspace /subscriptions/929d7635-207a-4b22-8d24-34e2ae29092b/resourceGroups/rrblobtest/providers/Microsoft.OperationalInsights/workspaces/rrlogtest

0 commit comments

Comments
 (0)