Skip to content

Commit dbeeeb3

Browse files
Merge pull request #269397 from simranparkhe/patch-9
Update quick-create-confidential-vm-portal.md
2 parents 4e7c074 + 23bc02e commit dbeeeb3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ You can use the Azure portal to create a [confidential VM](confidential-vm-overv
2323

2424
- An Azure subscription. Free trial accounts don't have access to the VMs used in this tutorial. One option is to use a [pay as you go subscription](https://azure.microsoft.com/pricing/purchase-options/pay-as-you-go/).
2525
- If you're using a Linux-based confidential VM, use a BASH shell for SSH or install an SSH client, such as [PuTTY](https://www.chiark.greenend.org.uk/~sgtatham/putty/download.html).
26-
- If Confidential disk encryption with a customer-managed key is required, please run below command to opt in service principal `Confidential VM Orchestrator` to your tenant.
26+
- If Confidential disk encryption with a customer-managed key is required, please run below command to opt in service principal `Confidential VM Orchestrator` to your tenant. [Install Microsoft Graph SDK](/powershell/microsoftgraph/installation) to execute the commands below.
2727

28-
```azurecli
29-
Connect-AzureAD -Tenant "your tenant ID"
30-
New-AzureADServicePrincipal -AppId bf7b6499-ff71-4aa2-97a4-f372087be7f0 -DisplayName "Confidential VM Orchestrator"
28+
```Powershell
29+
Connect-Graph -Tenant "your tenant ID" Application.ReadWrite.All
30+
New-MgServicePrincipal -AppId bf7b6499-ff71-4aa2-97a4-f372087be7f0 -DisplayName "Confidential VM Orchestrator"
3131
```
3232
3333
## Create confidential VM

0 commit comments

Comments
 (0)