Skip to content

Commit 4e76d7a

Browse files
committed
Fixing issue with view setting
1 parent 89d1051 commit 4e76d7a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ Use this example to create a custom parameter file for a Linux-based confidentia
221221
222222
1. Create a new key using Azure Key Vault. For how to use an Azure Managed HSM instead, see the next step.
223223
224-
1. Create a new key with [az keyvault key create](/cli/azure/keyvault/key?view=azure-cli-latest#az-keyvault-key-create)
224+
1. Create a new key with [az keyvault key create](/cli/azure/keyvault/key#az-keyvault-key-create)
225225
226226
```
227227
$KeyName = <name of key>
@@ -265,7 +265,7 @@ Use this example to create a custom parameter file for a Linux-based confidentia
265265
266266
1. (Optional) Create a new key from an Azure Managed HSM.
267267
268-
1. Create a new key with [az keyvault key create](/cli/azure/keyvault/key?view=azure-cli-latest#az-keyvault-key-create)
268+
1. Create a new key with [az keyvault key create](/cli/azure/keyvault/key#az-keyvault-key-create)
269269
```
270270
$KeyName = <name of key>
271271
$KeySize = 3072

0 commit comments

Comments
 (0)