You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Develop Azure Cognitive Services applications with Key Vault
13
13
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).
15
15
16
16
Key Vault reduces the chances that secrets may be accidentally leaked, because you won't store security information in your application.
17
17
@@ -21,7 +21,7 @@ Key Vault reduces the chances that secrets may be accidentally leaked, because y
21
21
22
22
* A valid Azure subscription - [Create one for free](https://azure.microsoft.com/free)
23
23
*[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)
25
25
*[A multi-service resource or a resource for a specific service](./cognitive-services-apis-create-account.md)
26
26
27
27
::: zone-end
@@ -31,7 +31,7 @@ Key Vault reduces the chances that secrets may be accidentally leaked, because y
31
31
* A valid Azure subscription - [Create one for free](https://azure.microsoft.com/free).
32
32
*[Python 3.7 or later](https://www.python.org/)
33
33
*[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)
35
35
*[A multi-service resource or a resource for a specific service](./cognitive-services-apis-create-account.md)
36
36
37
37
::: zone-end
@@ -41,7 +41,7 @@ Key Vault reduces the chances that secrets may be accidentally leaked, because y
41
41
* A valid Azure subscription - [Create one for free](https://azure.microsoft.com/free).
42
42
*[Java Development Kit (JDK) version 8 or above](/azure/developer/java/fundamentals/)
43
43
*[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)
45
45
*[A multi-service resource or a resource for a specific service](./cognitive-services-apis-create-account.md)
46
46
47
47
::: zone-end
@@ -51,7 +51,7 @@ Key Vault reduces the chances that secrets may be accidentally leaked, because y
51
51
* A valid Azure subscription - [Create one for free](https://azure.microsoft.com/free).
52
52
*[Current Node.js v14 LTS or later](https://nodejs.org/)
53
53
*[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)
55
55
*[A multi-service resource or a resource for a specific service](./cognitive-services-apis-create-account.md)
56
56
57
57
::: zone-end
@@ -594,8 +594,9 @@ If you're using a multi-service resource or Language resource, you can update [y
594
594
595
595
## Next steps
596
596
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/).
598
598
* 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)
0 commit comments