Skip to content

Commit 40c932f

Browse files
(AzureCXP)MicrosftDocs/azure-docs#32876
1 parent 9d24626 commit 40c932f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-monitor/insights/azure-networking-analytics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,8 @@ To use the updated solutions:
216216

217217
| Instead of: | Use: |
218218
| --- | --- |
219-
| NetworkApplicationgateways | where OperationName=="ApplicationGatewayAccess" | AzureDiagnostics | where ResourceType="APPLICATIONGATEWAYS" and OperationName=="ApplicationGatewayAccess" |
220-
| NetworkApplicationgateways | where OperationName=="ApplicationGatewayPerformance" | AzureDiagnostics | where ResourceType=="APPLICATIONGATEWAYS" and OperationName=ApplicationGatewayPerformance |
219+
| NetworkApplicationgateways | where OperationName=="ApplicationGatewayAccess" | AzureDiagnostics | where ResourceType=="APPLICATIONGATEWAYS" and OperationName=="ApplicationGatewayAccess" |
220+
| NetworkApplicationgateways | where OperationName=="ApplicationGatewayPerformance" | AzureDiagnostics | where ResourceType=="APPLICATIONGATEWAYS" and OperationName=="ApplicationGatewayPerformance" |
221221
| NetworkSecuritygroups | AzureDiagnostics | where ResourceType=="NETWORKSECURITYGROUPS" |
222222

223223
+ For any field that has a suffix of \_s, \_d, or \_g in the name, change the first character to lower case

0 commit comments

Comments
 (0)