Skip to content

Commit 3fbeec3

Browse files
committed
Add Runtime audit logs-Fix formatting issues
1 parent f01b552 commit 3fbeec3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/event-hubs/monitor-event-hubs-reference.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,11 @@ Azure Event Hubs supports the following dimensions for metrics in Azure Monitor.
8282
## Runtime Audit Logs
8383
Runtime Audit Logs captures aggregated diagnostic logs for all data plane access operations (such as send or receive events) in Dedicated SKU.
8484

85-
> [!NOTE]
85+
> [!NOTE]
8686
> Runtime audit logs are currently available in *Dedicated* tier only.
8787
8888
Runtime Audit Logs include the elements listed in the following table:
89+
8990
Name | Description
9091
------- | -------
9192
`ActivityId` | A randomly generated UUID that ensures uniqueness for the audit activity.
@@ -104,8 +105,9 @@ Name | Description
104105

105106
The following code is an example of a runtime audit log JSON string:
106107

107-
```json
108108
Example:
109+
110+
```json
109111
{
110112
"ActivityId": "<activity id>",
111113
"ActivityName": "ConnectionOpen | Authenticate | SendMessage | ReceiveMessage | GetRuntimeInfo",

0 commit comments

Comments
 (0)