We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f968b3 + 7d4da15 commit 654db9bCopy full SHA for 654db9b
articles/key-vault/general/monitor-key-vault.md
@@ -168,7 +168,7 @@ Here are some queries that you can enter into the **Log search** bar to help you
168
AzureDiagnostics
169
| where TimeGenerated > ago(30d) // Time range specified in the query. Overrides time picker in portal.
170
| where ResourceProvider =="MICROSOFT.KEYVAULT"
171
- | where OperationName == "VaultPut" or OperationName = "VaultPatch"
+ | where OperationName == "VaultPut" or OperationName == "VaultPatch"
172
| sort by TimeGenerated desc
173
```
174
0 commit comments