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 8fc5df1 + 97fdb8d commit 83b75bfCopy full SHA for 83b75bf
articles/azure-relay/diagnostic-logs.md
@@ -110,6 +110,21 @@ AzureDiagnostics:
110
"Category": "VNetAndIPFilteringLogs"
111
}
112
```
113
+Resource specific table entry:
114
+```json
115
+{
116
+ "SubscriptionId": "0000000-0000-0000-0000-000000000000",
117
+ "NamespaceName": "namespace-name",
118
+ "AddressIp": "1.2.3.4",
119
+ "Action": "Accept Connection",
120
+ "Message": "IP is accepted by IPAddress filter.",
121
+ "Count": 1,
122
+ "ResourceId": "/SUBSCRIPTIONS/<AZURE SUBSCRPTION ID>/RESOURCEGROUPS/<RESOURCE GROUP NAME>/PROVIDERS/MICROSOFT.RELAY/NAMESPACES/<RELAY NAMESPACE NAME>",
123
+ "Provider" : "RELAY",
124
+ "Type": "AZMSVNetConnectionEvents"
125
+}
126
+```
127
+
128
129
## Events and operations captured in diagnostic logs
130
0 commit comments