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/service-bus-messaging/monitor-service-bus-reference.md
+31Lines changed: 31 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -144,6 +144,37 @@ The following management operations are captured in operational logs:
144
144
> [!NOTE]
145
145
> Currently, *Read* operations aren't tracked in the operational logs.
146
146
147
+
### Virtual network and IP filtering logs
148
+
Service Bus virtual network (VNet) connection event JSON includes elements listed in the following table:
149
+
150
+
| Name | Description |
151
+
| --- | ----------- |
152
+
| SubscriptionId | Azure subscription ID |
153
+
| NamespaceName | Namespace name |
154
+
| IPAddress | IP address of a client connecting to the Service Bus service |
155
+
| Action | Action done by the Service Bus service when evaluating connection requests. Supported actions are **Accept Connection** and **Deny Connection**. |
156
+
| Reason | Provides a reason why the action was done |
157
+
| Count | Number of occurrences for the given action |
"ResourceId": "/SUBSCRIPTIONS/<AZURE SUBSCRPTION ID>/RESOURCEGROUPS/<RESOURCE GROUP NAME>/PROVIDERS/MICROSOFT.SERVICEBUS/NAMESPACES/<SERVICE BUS NAMESPACE NAME>",
175
+
"Category": "ServiceBusVNetConnectionEvent"
176
+
}
177
+
```
147
178
148
179
## Runtime audit logs
149
180
Runtime audit logs capture aggregated diagnostic information for various data plane access operations (such as send or receive messages) in Service Bus.
0 commit comments