Skip to content

Commit 9775792

Browse files
Apply suggestions from code review
Co-authored-by: Chris Werner <[email protected]>
1 parent 9fa1b5f commit 9775792

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/operator-nexus/how-to-credential-manager-key-vault.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,12 +114,12 @@ az provider register --namespace 'Microsoft.NetworkCloud' --subscription <Subscr
114114

115115
| Role Name | Role Definition ID |
116116
|:-------------------------------------------------------|:-------------------------------------|
117-
| Operator Nexus Key Vault Writer Service Role (Preview) | cccccccc-dddd-eeee-3333-444444444444 |
117+
| Operator Nexus Key Vault Writer Service Role (Preview) | 44f0a1a8-6fea-4b35-980a-8ff50c487c97 |
118118

119119
Example:
120120

121121
```console
122-
az role assignment create --assignee <Managed Identity Principal Id> --role cccccccc-dddd-eeee-3333-444444444444 --scope /subscriptions/<Subscription ID>/resourceGroups/<Resource Group Name>/providers/Microsoft.KeyVault/vaults/<Key Vault Name>
122+
az role assignment create --assignee <Managed Identity Principal Id> --role 44f0a1a8-6fea-4b35-980a-8ff50c487c97 --scope /subscriptions/<Subscription ID>/resourceGroups/<Resource Group Name>/providers/Microsoft.KeyVault/vaults/<Key Vault Name>
123123
```
124124

125125
- User associates the Customer Key Vault with the Operator Nexus cluster. The key vault resource ID must be configured in the cluster and enabled to store the secrets of the cluster.

0 commit comments

Comments
 (0)