Skip to content

Commit f0b3ffa

Browse files
authored
Merge pull request #107701 from msmbaldwin/patch-12
Update key-vault-developers-guide.md
2 parents 5872334 + 87288c8 commit f0b3ffa

File tree

1 file changed

+16
-17
lines changed

1 file changed

+16
-17
lines changed

articles/key-vault/key-vault-developers-guide.md

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@ title: Azure Key Vault Developer's Guide
33
description: Developers can use Azure Key Vault to manage cryptographic keys within the Microsoft Azure environment.
44
services: key-vault
55
author: msmbaldwin
6-
manager: rkarlin
76
ms.service: key-vault
87
ms.subservice: general
98
ms.topic: conceptual
10-
ms.date: 02/11/2019
9+
ms.date: 03/11/2020
1110
ms.author: mbaldwin
1211
---
1312
# Azure Key Vault Developer's Guide
@@ -17,7 +16,7 @@ Key Vault allows you to securely access sensitive information from within your a
1716
- Keys and secrets are protected without having to write the code yourself and you are easily able to use them from your applications.
1817
- 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.
1918
- 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 Vault certificates. For more information, see [About keys, secrets, and certificates](about-keys-secrets-and-certificates.md).
2120

2221
For more general information on Azure Key Vault, see [What is Key Vault](key-vault-overview.md).
2322

@@ -33,9 +32,14 @@ For more information on managed identities for Azure resources, see [the managed
3332

3433
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:
3534

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)
3943
- [Create and manage Key Vaults with REST](/rest/api/keyvault/)
4044

4145

@@ -53,7 +57,7 @@ All of your Key Vault resources are accessible through the REST interface; vault
5357

5458
#### .NET
5559

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 ).
5761

5862
For more information on the 2.x version of the .NET SDK, see the [Release notes](key-vault-dotnet2api-release-notes.md).
5963

@@ -65,24 +69,19 @@ For more information on the 2.x version of the .NET SDK, see the [Release notes]
6569

6670
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.
6771

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)
6973

7074
#### Python
7175

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)
7377

74-
#### Azure CLI 2
78+
#### Azure CLI
7579

76-
[Azure CLI for Key Vault](/cli/azure/keyvault)
80+
[Azure CLI for Key Vault](/cli/azure/keyvault?view=azure-cli-latest)
7781

7882
#### Azure PowerShell
7983

80-
[Azure PowerShell for Key Vault](/powershell/module/az.keyvault/?view=azps-1.2.0#key_vault)
81-
82-
### Quickstart guides
83-
84-
- [Create Key Vault](https://github.com/Azure/azure-quickstart-templates/tree/master/101-key-vault-create)
85-
- [Getting started with Key Vault in Node.js](https://github.com/Azure-Samples/key-vault-node-getting-started)
84+
[Azure PowerShell for Key Vault](/powershell/module/az.keyvault/?view=azps-3.6.1#key_vault)
8685

8786
### Code examples
8887

0 commit comments

Comments
 (0)