Skip to content

Commit 3fcce1d

Browse files
authored
Update customer-managed-keys.md
1 parent e20ed74 commit 3fcce1d

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

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

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

320320
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
323324

324325
```rst
325326
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.
606607
### Associate a component to a *Cluster* resource using [Components - Create Or Update](https://docs.microsoft.com/rest/api/application-insights/components/createorupdate) API
607608

608609
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
611613

612614
```rst
613615
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

Comments
 (0)