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
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,7 @@ This section lists the types of resource logs you can collect for Azure Service
98
98
- Virtual network and IP filtering logs
99
99
- Runtime Audit logs
100
100
101
-
Azure Service Bus now has the capability to dispatch logs to either of two destination tables - Azure Diagnostic or [Resource specific tables](~/articles/azure-monitor/essentials/resource-logs.md) in Log Analytics.You could use the toggle available on Azure Portal to choose destination tables.
101
+
Azure Service Bus now has the capability to dispatch logs to either of two destination tables - Azure Diagnostic or [Resource specific tables](~/articles/azure-monitor/essentials/resource-logs.md) in Log Analytics.You could use the toggle available on Azure portal to choose destination tables.
102
102
103
103
:::image type="content" source="media/monitor-service-bus-reference/DestinationTableToggle.png" alt-text="Screenshot of dialog box to set destination table." lightbox="media/monitor-service-bus-reference/DestinationTableToggle.png":::
104
104
@@ -169,12 +169,13 @@ Operational logs capture all management operations that are performed on the Azu
169
169
170
170
The following management operations are captured in operational logs:
> Currently, *Read* operations aren't tracked in the operational logs.
@@ -189,7 +190,7 @@ Service Bus virtual network (VNet) connection event JSON includes elements liste
189
190
| `IPAddress` | IP address of a client connecting to the Service Bus service | Yes | Yes
190
191
| `AddressIP` | IP address of client connecting to service bus | Yes | Yes
191
192
| `TimeGenerated [UTC]`|Time of executed operation (in UTC) | Yes | Yes
192
-
| `Action` | Action done by the Service Bus service when evaluating connection requests. Supported actions are **Accept Connection** and Deny Connection**. | Yes | Yes
193
+
| `Action` | Action done by the Service Bus service when evaluating connection requests. Supported actions are **Accept Connection** and **Deny Connection**. | Yes | Yes
193
194
| `Reason` | Provides a reason why the action was done | Yes | Yes
194
195
| `Count` | Number of occurrences for the given action | Yes | Yes
0 commit comments