Skip to content

Commit 2a2b28b

Browse files
authored
fix lists
1 parent f4ebe01 commit 2a2b28b

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

articles/service-bus-messaging/service-bus-diagnostic-logs.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ Azure Service Bus currently supports activity/operational logs which capture **m
2828

2929
All logs are stored in JavaScript Object Notation (JSON) format in the below 2 locations.
3030

31-
1. **AzureActivity** - displays logs from operations/actions conducted against your namespace on the portal or through Azure Resource Manager template deployments.
32-
2. **AzureDiagnostics** - displays logs from operations/actions conducted against your namespace using the API, or through management clients on the language SDK.
31+
- **AzureActivity** - displays logs from operations/actions conducted against your namespace on the portal or through Azure Resource Manager template deployments.
32+
- **AzureDiagnostics** - displays logs from operations/actions conducted against your namespace using the API, or through management clients on the language SDK.
3333

3434
Operational log JSON strings include elements listed in the following table:
3535

@@ -61,7 +61,7 @@ Here's an example of an operational log JSON string:
6161
}
6262
```
6363

64-
## What Events/Operations are captured in operational logs?
64+
## What events/operations are captured in operational logs?
6565

6666
Operation logs capture all management operations performed on the Azure Service Bus namespace. Data operations are not captured because of the high volume of data operations that are conducted on Azure Service Bus.
6767

@@ -84,23 +84,23 @@ The below management operations are captured in operational logs -
8484

8585
Operational logs are disabled by default. To enable diagnostic logs, perform the following steps:
8686

87-
1. In the [Azure portal](https://portal.azure.com), navigate to your Azure Service Bus namespace and under **Monitoring**, click **Diagnostics settings**.
87+
1. In the [Azure portal](https://portal.azure.com), navigate to your Azure Service Bus namespace and under **Monitoring**, click **Diagnostics settings**.
8888

89-
![blade navigation to diagnostic logs](./media/service-bus-diagnostic-logs/image1.png)
89+
![blade navigation to diagnostic logs](./media/service-bus-diagnostic-logs/image1.png)
9090

9191
2. Click **Add diagnostic setting** to configure the diagnostic settings.
9292

93-
![turn on diagnostic logs](./media/service-bus-diagnostic-logs/image2.png)
93+
![turn on diagnostic logs](./media/service-bus-diagnostic-logs/image2.png)
9494

9595
3. Configure the diagnostic settings
96-
1. Type a **name** to identify the diagnostic settings.
97-
2. Pick a destination for the diagnostics.
98-
1. If you pick **Storage account**, you need to configure the storage account where the diagnostics will be stored.
99-
2. If you pick **Event hubs**, you need to configure the appropriate Event Hub where the diagnostics settings will be streamed to.
100-
3. If you pick **Log Analytics**, you need to specify which instance of Log Analytics the diagnostics will be sent.
101-
3. Check **Operational Logs**.
102-
103-
![change status diagnostic logs](./media/service-bus-diagnostic-logs/image3.png)
96+
1. Type a **name** to identify the diagnostic settings.
97+
2. Pick a destination for the diagnostics.
98+
- If you pick **Storage account**, you need to configure the storage account where the diagnostics will be stored.
99+
- If you pick **Event hubs**, you need to configure the appropriate Event Hub where the diagnostics settings will be streamed to.
100+
- If you pick **Log Analytics**, you need to specify which instance of Log Analytics the diagnostics will be sent.
101+
3. Check **OperationalLogs**.
102+
103+
![change status diagnostic logs](./media/service-bus-diagnostic-logs/image3.png)
104104

105105
4. Click **Save**.
106106

0 commit comments

Comments
 (0)