You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/confidential-computing/quick-create-confidential-vm-arm.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -166,11 +166,11 @@ Use this example to create a custom parameter file for a Linux-based confidentia
166
166
167
167
1. Grant confidential VM Service Principal `Confidential VM Orchestrator` to tenant
168
168
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.
170
170
171
-
```azurecli-interactive
172
-
Connect-AzureAD -Tenant "your tenant ID"
173
-
New-AzureADServicePrincipal -AppId bf7b6499-ff71-4aa2-97a4-f372087be7f0 -DisplayName "Confidential VM Orchestrator"
0 commit comments