File tree Expand file tree Collapse file tree
articles/confidential-computing Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -221,7 +221,7 @@ Use this example to create a custom parameter file for a Linux-based confidentia
221221
2222221. 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
You can’t perform that action at this time.
0 commit comments