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
For Application Insights CMK configuration, follow the Appendix content for this step.
319
319
320
320
You need to have ‘write’ permissions on both your workspace and *Cluster* resource to perform this operation, which include these actions:
321
-
In workspace: Microsoft.OperationalInsights/workspaces/write
322
-
In *Cluster* resource: Microsoft.OperationalInsights/clusters/write
321
+
322
+
- In workspace: Microsoft.OperationalInsights/workspaces/write
323
+
- In *Cluster* resource: Microsoft.OperationalInsights/clusters/write
323
324
324
325
```rst
325
326
PUT https://management.azure.com/subscriptions/<subscription-id>/resourcegroups/<resource-group-name>/providers/microsoft.operationalinsights/workspaces/<workspace-name>/linkedservices/cluster?api-version=2019-08-01-preview
@@ -606,8 +607,9 @@ Identity is assigned to the *Cluster* resource at creation time.
606
607
### Associate a component to a *Cluster* resource using [Components - Create Or Update](https://docs.microsoft.com/rest/api/application-insights/components/createorupdate) API
607
608
608
609
You need to have ‘write’ permissions on both your component and *Cluster* resource to perform this operation, which include these actions:
609
-
In component: Microsoft.Insights/component/write
610
-
In *Cluster* resource: Microsoft.OperationalInsights/clusters/write
610
+
611
+
- In component: Microsoft.Insights/component/write
612
+
- In *Cluster* resource: Microsoft.OperationalInsights/clusters/write
611
613
612
614
```rst
613
615
PUT https://management.azure.com/subscriptions/<subscription-id>/resourceGroups/<resource-group-name>/providers/Microsoft.Insights/components/<component-name>?api-version=2015-05-01
0 commit comments