@@ -6,10 +6,10 @@ selected set of log categories to a dedicated Event Hub, then subscribing to the
66
77## Prerequisite(s)
88
9- * Service Principal
10- * Event Hubs Namespace
11- * Event Hubs Instance _ (optional)_
12- * Shared Access Policy / Shared Access Signature (SAS)
9+ - Service Principal
10+ - Event Hubs Namespace
11+ - Event Hubs Instance _ (optional)_
12+ - Shared Access Policy / Shared Access Signature (SAS)
1313
1414### Service Principal
1515
@@ -20,10 +20,10 @@ authority over the Azure Subscription to monitor. You can create a Service Princ
2020The section called _ Assign a role to the application_ describes how to assign permissions to the Service Principal. Make
2121sure you select a role which has at least the following permissions:
2222
23- * ` Microsoft.Insights/DiagnosticSettings/Read `
24- * ` Microsoft.Insights/DiagnosticSettings/Delete `
25- * ` Microsoft.Insights/DiagnosticSettings/Write `
26- * ` Microsoft.EventHub/namespaces/authorizationRules/listkeys/action `
23+ - ` Microsoft.Insights/DiagnosticSettings/Read `
24+ - ` Microsoft.Insights/DiagnosticSettings/Delete `
25+ - ` Microsoft.Insights/DiagnosticSettings/Write `
26+ - ` Microsoft.EventHub/namespaces/authorizationRules/listkeys/action `
2727
2828Additionally, assign the role ` Azure Event Hubs Data Receiver ` to the Service Principal to allow it to receive events
2929from Event Hubs.
@@ -62,8 +62,8 @@ The corresponding role JSON is given as a reference which you can replicate to c
6262
6363After the Service Principal is created and assigned suitable roles, take note of the following information:
6464
65- * ** Tenant ID** and ** Client ID** (see _ Get tenant and app ID values for signing in_ )
66- * ** Client secret** (see _ Create a new application secret_ )
65+ - ** Tenant ID** and ** Client ID** (see _ Get tenant and app ID values for signing in_ )
66+ - ** Client secret** (see _ Create a new application secret_ )
6767
6868### Event Hubs Namespace
6969
@@ -137,13 +137,13 @@ In the Source creation form, give a name to the event source and add the followi
137137 The ID of the Azure subscription which Activity Logs are to be subscribed to is inferred from the ** Event Hub ID**
138138 parameter below. Therefore, the form does not require providing a subscription ID explicitly.
139139
140- * [ Secret] [ sp-create ] : Service Principal authentication credentials, as described in the previous sections.
141- * [ Event Hub ID] [ eventhubs-create ] : Resource ID of either
142- * an Event Hubs _ namespace_ (Event Hub managed by Azure, defaults to ` insights-activity-logs ` )
143- * an Event Hubs _ instance_ (Event Hub managed by the user)
144- * [ SAS Policy] [ sas-policy ] : _ (optional)_ Name of a SAS policy with Manage permissions on the Event Hubs namespace
140+ - [ Secret] [ sp-create ] : Service Principal authentication credentials, as described in the previous sections.
141+ - [ Event Hub ID] [ eventhubs-create ] : Resource ID of either
142+ - an Event Hubs _ namespace_ (Event Hub managed by Azure, defaults to ` insights-activity-logs ` )
143+ - an Event Hubs _ instance_ (Event Hub managed by the user)
144+ - [ SAS Policy] [ sas-policy ] : _ (optional)_ Name of a SAS policy with Manage permissions on the Event Hubs namespace
145145 referenced in the ** Event Hub ID** field. Uses Azure's default "RootManageSharedAccessKey" policy if not provided.
146- * [ Log categories] [ log-categories ] : _ (optional)_ Categories of Activity Logs to collect. All available categories are
146+ - [ Log categories] [ log-categories ] : _ (optional)_ Categories of Activity Logs to collect. All available categories are
147147 selected when the list of categories is left empty.
148148
149149![ Azure Activity Logs source form] ( ../images/azureactivitylogs-source/create-bridge-2.png )
@@ -168,7 +168,7 @@ within the Azure Subscription.
168168
169169The Azure Activity Logs event source emits events of the following type:
170170
171- * ` com.microsoft.azure.monitor.activity-log `
171+ - ` com.microsoft.azure.monitor.activity-log `
172172
173173[ activity-logs ] : https://docs.microsoft.com/en-us/azure/azure-monitor/platform/activity-log
174174[ diag-settings ] : https://docs.microsoft.com/en-us/azure/azure-monitor/platform/diagnostic-settings
0 commit comments