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
+
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
323
+
320
324
```rst
321
325
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
322
326
Authorization: Bearer <token>
@@ -544,7 +548,6 @@ apply to your Application Insights data.
544
548
The configuration of Application Insights CMK is identical to the process illustrated in this article, including constraints and troubleshooting except these steps:
545
549
546
550
- Create a *Cluster* resource
547
-
548
551
- Associate a component to a *Cluster* resource
549
552
550
553
When configuring CMK for Application Insights, use these steps instead
@@ -602,6 +605,10 @@ Identity is assigned to the *Cluster* resource at creation time.
602
605
603
606
### Associate a component to a *Cluster* resource using [Components - Create Or Update](https://docs.microsoft.com/rest/api/application-insights/components/createorupdate) API
604
607
608
+
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
611
+
605
612
```rst
606
613
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