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
description: Developers can use Azure Key Vault to manage cryptographic keys within the Microsoft Azure environment.
4
4
services: key-vault
5
5
author: msmbaldwin
6
-
manager: rkarlin
7
6
ms.service: key-vault
8
7
ms.subservice: general
9
8
ms.topic: conceptual
10
-
ms.date: 02/11/2019
9
+
ms.date: 03/11/2020
11
10
ms.author: mbaldwin
12
11
---
13
12
# Azure Key Vault Developer's Guide
@@ -17,7 +16,7 @@ Key Vault allows you to securely access sensitive information from within your a
17
16
- Keys and secrets are protected without having to write the code yourself and you are easily able to use them from your applications.
18
17
- You are able to have your customers own and manage their own keys so you can concentrate on providing the core software features. In this way, your applications will not own the responsibility or potential liability for your customers’ tenant keys and secrets.
19
18
- Your application can use keys for signing and encryption yet keeps the key management external from your application, allowing your solution to be suitable as a geographically distributed app.
20
-
-As of the September 2016 release of Key Vault, your applications can now manage Key Vault certificates. For more information, see [About keys, secrets, and certificates](/rest/api/keyvault/about-keys--secrets-and-certificates).
19
+
-Manage Key Vaultcertificates. For more information, see [About keys, secrets, and certificates](about-keys-secrets-and-certificates.md).
21
20
22
21
For more general information on Azure Key Vault, see [What is Key Vault](key-vault-overview.md).
23
22
@@ -33,9 +32,14 @@ For more information on managed identities for Azure resources, see [the managed
33
32
34
33
Before working with keys, secrets or certificates in your key vault, you'll create and manage your key vault through CLI, PowerShell, Resource Manager Templates or REST, as described in the following articles:
35
34
36
-
-[Create and manage Key Vaults with CLI](key-vault-manage-with-cli2.md)
37
-
-[Create and manage Key Vaults with PowerShell](key-vault-overview.md)
38
-
-[Create a key vault and add a secret via an Azure Resource Manager template](../azure-resource-manager/resource-manager-template-keyvault.md)
35
+
-[Create and manage Key Vaults with CLI](quick-create-cli.md)
36
+
-[Create and manage Key Vaults with PowerShell](quick-create-powershell.md)
37
+
-[Create and manage Key Vaults with the Azure port](quick-create-portal.md)
38
+
-[Create and manage Key Vaults with Python](quick-create-python.md)
39
+
-[Create and manage Key Vaults with Java](quick-create-java.md)
40
+
-[Create and manage Key Vaults with Node.js](quick-create-node.md)
41
+
-[Create and manage Key Vaults with .NET (v4 SDK)](quick-create-net.md)
42
+
-[Create a key vault and add a secret via an Azure Resource Manager template](quick-create-template.md)
39
43
-[Create and manage Key Vaults with REST](/rest/api/keyvault/)
40
44
41
45
@@ -53,7 +57,7 @@ All of your Key Vault resources are accessible through the REST interface; vault
53
57
54
58
#### .NET
55
59
56
-
[.NET API reference for Key Vault](/dotnet/api/microsoft.azure.keyvault).
60
+
[.NET API reference for Key Vault](/dotnet/api/overview/azure/keyvault/client?view=azure-dotnet).
57
61
58
62
For more information on the 2.x version of the .NET SDK, see the [Release notes](key-vault-dotnet2api-release-notes.md).
59
63
@@ -65,24 +69,19 @@ For more information on the 2.x version of the .NET SDK, see the [Release notes]
65
69
66
70
In Node.js, the Key Vault management API and the Key Vault object API are separate. The following overview article gives you access to both.
67
71
68
-
[Azure Key Vault modules for Node.js](/nodejs/api/overview/azure/key-vault)
72
+
[Azure Key Vault modules for Node.js](/javascript/api/overview/azure/key-vault?view=azure-node-latest)
69
73
70
74
#### Python
71
75
72
-
[Azure Key Vault libraries for Python](/python/api/overview/azure/key-vault)
76
+
[Azure Key Vault libraries for Python](/python/api/overview/azure/key-vault?view=azure-python)
73
77
74
-
#### Azure CLI 2
78
+
#### Azure CLI
75
79
76
-
[Azure CLI for Key Vault](/cli/azure/keyvault)
80
+
[Azure CLI for Key Vault](/cli/azure/keyvault?view=azure-cli-latest)
77
81
78
82
#### Azure PowerShell
79
83
80
-
[Azure PowerShell for Key Vault](/powershell/module/az.keyvault/?view=azps-1.2.0#key_vault)
0 commit comments