Skip to content

Commit 84e1e53

Browse files
authored
fixed broken link
1 parent 6462125 commit 84e1e53

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

articles/cognitive-services/use-key-vault.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ zone_pivot_groups: programming-languages-set-twenty-eight
1111

1212
# Develop Azure Cognitive Services applications with Key Vault
1313

14-
Use this article to learn how to develop Cognitive Services applications securely by using [Azure Key Vault](/azure/key-vault/general//overview).
14+
Use this article to learn how to develop Cognitive Services applications securely by using [Azure Key Vault](/azure/key-vault/general/overview).
1515

1616
Key Vault reduces the chances that secrets may be accidentally leaked, because you won't store security information in your application.
1717

@@ -21,7 +21,7 @@ Key Vault reduces the chances that secrets may be accidentally leaked, because y
2121

2222
* A valid Azure subscription - [Create one for free](https://azure.microsoft.com/free)
2323
* [Visual Studio IDE](https://visualstudio.microsoft.com/vs/)
24-
* An [Azure Key Vault](/azure/key-vault/general//quick-create-portal)
24+
* An [Azure Key Vault](/azure/key-vault/general/quick-create-portal)
2525
* [A multi-service resource or a resource for a specific service](./cognitive-services-apis-create-account.md)
2626

2727
::: zone-end
@@ -31,7 +31,7 @@ Key Vault reduces the chances that secrets may be accidentally leaked, because y
3131
* A valid Azure subscription - [Create one for free](https://azure.microsoft.com/free).
3232
* [Python 3.7 or later](https://www.python.org/)
3333
* [Azure CLI](/cli/azure/install-azure-cli) or [Azure PowerShell](/powershell/azure/install-az-ps)
34-
* An [Azure Key Vault](/azure/key-vault/general//quick-create-portal)
34+
* An [Azure Key Vault](/azure/key-vault/general/quick-create-portal)
3535
* [A multi-service resource or a resource for a specific service](./cognitive-services-apis-create-account.md)
3636

3737
::: zone-end
@@ -41,7 +41,7 @@ Key Vault reduces the chances that secrets may be accidentally leaked, because y
4141
* A valid Azure subscription - [Create one for free](https://azure.microsoft.com/free).
4242
* [Java Development Kit (JDK) version 8 or above](/azure/developer/java/fundamentals/)
4343
* [Azure CLI](/cli/azure/install-azure-cli) or [Azure PowerShell](/powershell/azure/install-az-ps)
44-
* An [Azure Key Vault](/azure/key-vault/general//quick-create-portal)
44+
* An [Azure Key Vault](/azure/key-vault/general/quick-create-portal)
4545
* [A multi-service resource or a resource for a specific service](./cognitive-services-apis-create-account.md)
4646

4747
::: zone-end
@@ -51,7 +51,7 @@ Key Vault reduces the chances that secrets may be accidentally leaked, because y
5151
* A valid Azure subscription - [Create one for free](https://azure.microsoft.com/free).
5252
* [Current Node.js v14 LTS or later](https://nodejs.org/)
5353
* [Azure CLI](/cli/azure/install-azure-cli) or [Azure PowerShell](/powershell/azure/install-az-ps)
54-
* An [Azure Key Vault](/azure/key-vault/general//quick-create-portal)
54+
* An [Azure Key Vault](/azure/key-vault/general/quick-create-portal)
5555
* [A multi-service resource or a resource for a specific service](./cognitive-services-apis-create-account.md)
5656

5757
::: zone-end
@@ -594,8 +594,9 @@ If you're using a multi-service resource or Language resource, you can update [y
594594
595595
## Next steps
596596
597-
* See [What are Cognitive Services](./what-are-cognitive-services.md) for available features you can develop along with [Azure key vault](/key-vault/general).
597+
* See [What are Cognitive Services](./what-are-cognitive-services.md) for available features you can develop along with [Azure key vault](/azure/key-vault/general/).
598598
* For additional information on secure application development, see:
599-
* [Best practices for using Azure Key Vault](/azure/azure/key-vault/general/best-practices)
599+
* [Best practices for using Azure Key Vault](/azure/key-vault/general/best-practices)
600600
* [Cognitive Services security](cognitive-services-security.md)
601601
* [Azure security baseline for Cognitive Services](/security/benchmark/azure/baselines/cognitive-services-security-baseline?toc=/azure/cognitive-services/TOC.json)
602+

0 commit comments

Comments
 (0)