Skip to content

Commit 706acf5

Browse files
authored
Merge pull request #106598 from yossi-y/patch-54
Added permissions information
2 parents f5dc7c0 + de920fe commit 706acf5

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

articles/azure-monitor/platform/customer-managed-keys.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,10 @@ Content-type: application/json
317317
318318
For Application Insights CMK configuration, follow the Appendix content for this step.
319319

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+
320324
```rst
321325
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
322326
Authorization: Bearer <token>
@@ -544,7 +548,6 @@ apply to your Application Insights data.
544548
The configuration of Application Insights CMK is identical to the process illustrated in this article, including constraints and troubleshooting except these steps:
545549

546550
- Create a *Cluster* resource
547-
548551
- Associate a component to a *Cluster* resource
549552

550553
When configuring CMK for Application Insights, use these steps instead
@@ -602,6 +605,10 @@ Identity is assigned to the *Cluster* resource at creation time.
602605
603606
### Associate a component to a *Cluster* resource using [Components - Create Or Update](https://docs.microsoft.com/rest/api/application-insights/components/createorupdate) API
604607

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+
605612
```rst
606613
PUT https://management.azure.com/subscriptions/<subscription-id>/resourceGroups/<resource-group-name>/providers/Microsoft.Insights/components/<component-name>?api-version=2015-05-01
607614
Authorization: Bearer <token>

0 commit comments

Comments
 (0)