Skip to content

Commit 83b75bf

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into securityhub
2 parents 8fc5df1 + 97fdb8d commit 83b75bf

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

articles/azure-relay/diagnostic-logs.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,21 @@ AzureDiagnostics:
110110
"Category": "VNetAndIPFilteringLogs"
111111
}
112112
```
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+
113128

114129
## Events and operations captured in diagnostic logs
115130

0 commit comments

Comments
 (0)