Skip to content

Commit 50fb0a2

Browse files
authored
Merge pull request #198236 from ericd-mst-github/erd-tutorial-automate-vm-deployment
Freshness for tutorial automate vm deployment
2 parents 42f5979 + 3745ea0 commit 50fb0a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/virtual-machines/linux/tutorial-automate-vm-deployment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: cynthn
55
ms.service: virtual-machines
66
ms.collection: linux
77
ms.topic: tutorial
8-
ms.date: 09/12/2019
8+
ms.date: 05/13/2022
99
ms.author: cynthn
1010
ms.custom: mvc, devx-track-js, devx-track-azurecli
1111

@@ -152,7 +152,7 @@ az keyvault certificate create \
152152

153153

154154
### Prepare certificate for use with VM
155-
To use the certificate during the VM create process, obtain the ID of your certificate with [az keyvault secret list-versions](/cli/azure/keyvault/secret#az-keyvault-secret-list-versions). The VM needs the certificate in a certain format to inject it on boot, so convert the certificate with [az vm secret format](/cli/azure/vm). The following example assigns the output of these commands to variables for ease of use in the next steps:
155+
To use the certificate during the VM create process, obtain the ID of your certificate with [az keyvault secret list-versions](/cli/azure/keyvault/secret#az-keyvault-secret-list-versions). The VM needs the certificate in a certain format to inject it on boot, so convert the certificate with [az vm secret format](/cli/azure/vm/secret#az-vm-secret-format). The following example assigns the output of these commands to variables for ease of use in the next steps:
156156

157157
```azurecli-interactive
158158
secret=$(az keyvault secret list-versions \

0 commit comments

Comments
 (0)