Skip to content

Commit 12d1cd2

Browse files
authored
Corrected typo about principle-id
1 parent 5b057ca commit 12d1cd2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ Authorization: Bearer <token>
213213
"identity": {
214214
"type": "SystemAssigned",
215215
"tenantId": "tenant-id",
216-
"principalId": "principal-Id"
216+
"principalId": "principal-id"
217217
},
218218
"properties": {
219219
"provisioningState": "Succeeded",
@@ -227,10 +227,10 @@ Authorization: Bearer <token>
227227
}
228228
```
229229

230-
"principalId" is a GUID generated by the managed identity service for the *Cluster* resource.
230+
"principal-id" is a GUID generated by the managed identity service for the *Cluster* resource.
231231

232232
> [!IMPORTANT]
233-
> Copy and keep the "cluster-id" value since you will need it in next steps.
233+
> Copy and keep the "principal-id" value since you will need it in next steps.
234234
235235

236236
### Grant Key Vault permissions
@@ -242,7 +242,7 @@ Update your Key Vault with a new access policy that grant permissions to your *C
242242
Open your Key Vault in Azure portal and click "Access Policies" then "+ Add Access Policy" to create a new policy with these settings:
243243

244244
- Key permissions: select 'Get', 'Wrap Key' and 'Unwrap Key' permissions.
245-
- Select principal: enter the cluster-id value that returned in the response in the previous step.
245+
- Select principal: enter the principal-id value that returned in the response in the previous step.
246246

247247
![grant Key Vault permissions](media/customer-managed-keys/grant-key-vault-permissions.png)
248248

@@ -595,10 +595,10 @@ Identity is assigned to the *Cluster* resource at creation time.
595595
"location": "region-name"
596596
}
597597
```
598-
"principalId" is a GUID that was generated by the managed identity service.
598+
"principle-id" is a GUID that was generated by the managed identity service.
599599

600600
> [!IMPORTANT]
601-
> Copy and keep the "cluster-id" value since you will need it in next steps.
601+
> Copy and keep the "principle-id" value since you will need it in next steps.
602602
603603
### Associate a component to a *Cluster* resource using [Components - Create Or Update](https://docs.microsoft.com/rest/api/application-insights/components/createorupdate) API
604604

0 commit comments

Comments
 (0)