Skip to content

Commit 20b724c

Browse files
committed
edited links as per reviewer's comments
1 parent 0daa397 commit 20b724c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

articles/key-vault/certificates/tutorial-import-certificate.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ az keyvault certificate import --file
101101
```
102102
Learn more about the parameters [here](https://docs.microsoft.com/cli/azure/keyvault/certificate?view=azure-cli-latest#az-keyvault-certificate-import)
103103

104-
After importing the certificate, you can view the certificate using [Certificate show](https://docs.microsoft.com/en-us/cli/azure/keyvault/certificate?view=azure-cli-latest#az-keyvault-certificate-show)
104+
After importing the certificate, you can view the certificate using [Certificate show](https://docs.microsoft.com/cli/azure/keyvault/certificate?view=azure-cli-latest#az-keyvault-certificate-show)
105105

106106

107107
```azurecli
@@ -131,6 +131,6 @@ When no longer needed, delete the resource group, which deletes the Key Vault an
131131

132132
In this tutorial, you created a Key Vault and imported a certificate in it. To learn more about Key Vault and how to integrate it with your applications, continue on to the articles below.
133133

134-
- Read more about [Managing certificates in Azure Key Vault](/archive/blogs/kv/manage-certificates-via-azure-key-vault)
134+
- Read more about [Managing certificate creation in Azure Key Vault](../articles/key-vault/certificates/create-certificate-scenarios.md)
135135
- See examples of [Importing Certificates Using REST APIs](/rest/api/keyvault/importcertificate/importcertificate)
136136
- Review [Azure Key Vault best practices](../general/best-practices.md)

articles/key-vault/certificates/tutorial-rotate-certificates.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The tutorial shows you how to:
2828
> * Update certificate's attributes using Azure Powershell
2929
3030

31-
Before you begin, read [Key Vault basic concepts](basic-concepts.md).
31+
Before you begin, read [Key Vault basic concepts](../general/basic-concepts.md).
3232

3333
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
3434

@@ -130,7 +130,7 @@ Set-AzureKeyVaultCertificatePolicy -VaultName $vaultName
130130
> }
131131
> ```
132132
>
133-
Learn more about the parameters [here](https://docs.microsoft.com/en-us/cli/azure/keyvault/certificate?view=azure-cli-latest#az-keyvault-certificate-set-attributes)
133+
Learn more about the parameters [here](https://docs.microsoft.com/cli/azure/keyvault/certificate?view=azure-cli-latest#az-keyvault-certificate-set-attributes)
134134
135135
## Clean up resources
136136
@@ -146,5 +146,5 @@ When no longer needed, delete the resource group, which deletes the Key Vault an
146146
147147
In this tutorial, you updated a certificate's life-cycle. To learn more about Key Vault and how to integrate it with your applications, continue on to the articles below.
148148
149-
- Read more about [Managing certificates in Azure Key Vault](https://docs.microsoft.com/en-us/archive/blogs/kv/manage-certificates-via-azure-key-vault)
149+
Read more about [Managing certificate creation in Azure Key Vault](../articles/key-vault/certificates/create-certificate-scenarios.md)
150150
- Review the [Key Vault Overview](../general/overview.md)

0 commit comments

Comments
 (0)