You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-relay/diagnostic-logs.md
+40-1Lines changed: 40 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ The new settings take effect in about 10 minutes. The logs are displayed in the
44
44
45
45
46
46
## Schema for hybrid connections events
47
-
Hybrid connections event log JSON strings include the elements listed in the following table:
47
+
Hybrid Connections event log JSON strings include the elements listed in the following table:
48
48
49
49
| Name | Description |
50
50
| ------- | ------- |
@@ -72,6 +72,45 @@ Here's a sample hybrid connections event in JSON format.
72
72
}
73
73
```
74
74
75
+
76
+
## Schema for VNet/IP Filtering Connection Logs
77
+
Hybrid Connections VNet/IP Filtering Connection Logs include elements listed in the following table:
78
+
79
+
| Name | Description | Supported in Azure Diagnostics | Supported in AZMSVnetConnectionEvents (Resource specific table)
80
+
| --- | ----------- |---| ---|
81
+
| `SubscriptionId` | Azure subscription ID | Yes | Yes
82
+
| `NamespaceName` | Namespace name | Yes | Yes
83
+
| `IPAddress` | IP address of a client connecting to the Service Bus service | Yes | Yes
84
+
| `AddressIP` | IP address of client connecting to service bus | Yes | Yes
85
+
| `TimeGenerated [UTC]`|Time of executed operation (in UTC) | Yes | Yes
86
+
| `Action` | Action done by the Service Bus service when evaluating connection requests. Supported actions are **Accept Connection** and **Deny Connection**. | Yes | Yes
87
+
| `Reason` | Provides a reason why the action was done | Yes | Yes
88
+
| `Count` | Number of occurrences for the given action | Yes | Yes
0 commit comments