Skip to content

Commit d27d0d5

Browse files
Merge pull request #287748 from simranparkhe/patch-11
Update quick-create-confidential-vm-arm.md
2 parents fd9d5f5 + 7d02bfd commit d27d0d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ To create and deploy your confidential VM using an ARM template through the Azur
5858
az group create -n $resourceGroup -l $region
5959
```
6060
61-
1. Deploy your VM to Azure using an ARM template with a custom parameter file. For TDX deployments here is an example template: https://aka.ms/TDXtemplate.
61+
1. Deploy your VM to Azure using an ARM template with a custom parameter file and [template file](https://github.com/Azure/confidential-computing-cvm/tree/main/cvm_deployment/templates).
6262
6363
```azurecli-interactive
6464
az deployment group create `
6565
-g $resourceGroup `
6666
-n $deployName `
67-
-u "https://aka.ms/CVMTemplate" `
67+
-u "<json-template-file-path>" `
6868
-p "<json-parameter-file-path>" `
6969
-p vmLocation=$region `
7070
vmName=$vmName

0 commit comments

Comments
 (0)