Skip to content

Commit 3f2115e

Browse files
Merge pull request #269396 from simranparkhe/patch-8
Update quick-create-confidential-vm-arm.md
2 parents dbeeeb3 + ef035f6 commit 3f2115e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/confidential-computing/quick-create-confidential-vm-arm.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -166,11 +166,11 @@ Use this example to create a custom parameter file for a Linux-based confidentia
166166
167167
1. Grant confidential VM Service Principal `Confidential VM Orchestrator` to tenant
168168
169-
For this step you need to be a Global Admin or you need to have the User Access Administrator RBAC role.
169+
For this step you need to be a Global Admin or you need to have the User Access Administrator RBAC role. [Install Microsoft Graph SDK](/powershell/microsoftgraph/installation) to execute the commands below.
170170
171-
```azurecli-interactive
172-
Connect-AzureAD -Tenant "your tenant ID"
173-
New-AzureADServicePrincipal -AppId bf7b6499-ff71-4aa2-97a4-f372087be7f0 -DisplayName "Confidential VM Orchestrator"
171+
```Powershell
172+
Connect-Graph -Tenant "your tenant ID" Application.ReadWrite.All
173+
New-MgServicePrincipal -AppId bf7b6499-ff71-4aa2-97a4-f372087be7f0 -DisplayName "Confidential VM Orchestrator"
174174
```
175175
176176
1. Set up your Azure key vault. For how to use an Azure Key Vault Managed HSM instead, see the next step.

0 commit comments

Comments
 (0)