Skip to content

Commit 6d0fddd

Browse files
authored
Merge pull request #48120 from BryanLa/bryanla-akv-toc-updates
Consistent set/retrieve verbage across Quickstarts
2 parents 20b290d + d1e3deb commit 6d0fddd

File tree

6 files changed

+23
-19
lines changed

6 files changed

+23
-19
lines changed

articles/key-vault/quick-create-cli.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Azure Quickstart - Create a Key Vault CLI | Microsoft Docs
3-
description: Quickstart showing how to create an Azure Key Vault using the CLI
2+
title: Azure Quickstart - Set and retrieve a secret from Key Vault using Azure CLI | Microsoft Docs
3+
description: Quickstart showing how to set and retrieve a secret from Azure Key Vault using Azure CLI
44
services: key-vault
55
author: barclayn
66
manager: mbaldwin
@@ -17,7 +17,7 @@ ms.date: 05/10/2018
1717
ms.author: barclayn
1818
#Customer intent:As a security admin who is new to Azure, I want to use Key Vault to securely store keys and passwords in Azure
1919
---
20-
# Quickstart: Create an Azure Key Vault using the CLI
20+
# Quickstart: Set and retrieve a secret from Azure Key Vault using Azure CLI
2121

2222
Azure Key Vault is a cloud service that works as a secure secrets store. You can securely store keys, passwords, certificates and other secrets. For more information on Key Vault you may review the [Overview](key-vault-overview.md). Azure CLI is used to create and manage Azure resources using commands or scripts. In this quickstart, you create a key vault. Once that you have completed that, you will store a secret.
2323

articles/key-vault/quick-create-net.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Azure Quickstart - Configure an Azure web application to read a secret from Key vault | Microsoft Docs
3-
description: Quickstart showing how to configure an ASP.Net core application to read a secret from Key vault
2+
title: Azure Quickstart - Configure an Azure web application to set and retrieve a secret from Key vault | Microsoft Docs
3+
description: Quickstart showing how to configure an ASP.Net core application to set and retrieve a secret from Key vault
44
services: key-vault
55
author: prashanthyv
66
manager: sumedhb
@@ -13,7 +13,7 @@ ms.custom: mvc
1313
#Customer intent: As a developer I want to use Azure Key vault to store secrets for my app, so that they are kept secure.
1414
---
1515

16-
# Quickstart: Set and read a secret from Key Vault in a .NET Web App
16+
# Quickstart: Set and retrieve a secret from Azure Key Vault using a .NET Web App
1717

1818
In this quickstart, you go over the necessary steps for getting an Azure web application to read information from Key vault using managed service identities. You learn how to:
1919

articles/key-vault/quick-create-node.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Configure an Azure web application to read a secret from Key vault tutorial | Microsoft Docs
3-
description: Tutorial Configure an Node.js application to read a secret from Key vault
2+
title: Configure an Azure web application to set and retrieve a secret from Key vault tutorial | Microsoft Docs
3+
description: Tutorial Configure an Node.js application to set and retrieve a secret from Key vault
44
services: key-vault
55
documentationcenter:
66
author: prashanthyv
@@ -15,7 +15,7 @@ ms.custom: mvc
1515
#Customer intent: As a developer I want to use Azure Key vault to store secrets for my app, so that they are kept secure.
1616
---
1717

18-
# QuickStart: How to set and read a secret from Key Vault in a Node Web App
18+
# Quickstart: Set and retrieve a secret from Azure Key Vault using a Node Web App
1919

2020
This QuickStart shows how to store a secret in Key Vault and how to retrieve it using a Web app. This web app may be run locally or in Azure. The quickstart uses Node.js and Managed service identities (MSIs)
2121

articles/key-vault/quick-create-portal.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Azure Quickstart - Create a Key Vault Portal | Microsoft Docs
3-
description: Quickstart showing how to create an Azure Key Vault using the portal
2+
title: Azure Quickstart - Set and retrieve a secret from Key Vault using Azure portal | Microsoft Docs
3+
description: Quickstart showing how to set and retrieve a secret from Azure Key Vault using the Azure portal
44
services: key-vault
55
author: barclayn
66
manager: mbaldwin
@@ -17,7 +17,7 @@ ms.date: 05/10/2018
1717
ms.author: barclayn
1818
#Customer intent:As a security admin who is new to Azure, I want to use Key Vault to securely store keys and passwords in Azure
1919
---
20-
# Quickstart: Create a Key Vault using the Azure portal
20+
# Quickstart: Set and retrieve a secret from Azure Key Vault using the Azure portal
2121

2222
Azure Key Vault is a cloud service that works as a secure secrets store. You can securely store keys, passwords, certificates and other secrets. For more information on Key Vault you may review the [Overview](key-vault-overview.md). Azure key vaults may be created and managed through the Azure portal. In this quickstart, you create a key vault. Once that you have completed that, you will store a secret.
2323

articles/key-vault/quick-create-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Azure Quickstart - Create a Key Vault PowerShell | Microsoft Docs
2+
title: Azure Quickstart - Set & retrieve a secret from Key Vault using PowerShell | Microsoft Docs
33
description:
44
services: key-vault
55
author: barclayn
@@ -18,7 +18,7 @@ ms.author: barclayn
1818
#Customer intent:As a security admin who is new to Azure, I want to use Key Vault to securely store keys and passwords in Azure
1919

2020
---
21-
# Quickstart: Create an Azure Key Vault using PowerShell
21+
# Quickstart: Set and retrieve a secret from Azure Key Vault using PowerShell
2222

2323
Azure Key Vault is a cloud service that works as a secure secrets store. You can securely store keys, passwords, certificates, and other secrets. For more information on Key Vault, you may review the [Overview](key-vault-overview.md). In this quickstart, you use PowerShell to create a key vault. You then store a secret in the newly created vault.
2424

articles/key-vault/toc.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
href: key-vault-overview.md
77
- name: Quickstarts
88
items:
9-
- name: Create a Key Vault - CLI
9+
- name: Set and retrieve a secret - CLI
1010
href: quick-create-cli.md
11-
- name: Create a Key Vault - PowerShell
11+
- name: Set and retrieve a secret - PowerShell
1212
href: quick-create-powershell.md
13-
- name: Create a Key Vault - Portal
13+
- name: Set and retrieve a secret - Portal
1414
href: quick-create-portal.md
15-
- name: Read from a Key Vault - .NET
15+
- name: Set and retrieve a secret - .NET
1616
href: quick-create-net.md
17-
- name: Read from a Key Vault - Node.js
17+
- name: Set and retrieve a secret - Node.js
1818
href: quick-create-node.md
1919
- name: Tutorials
2020
items:
@@ -82,6 +82,8 @@
8282
href: /javascript/api/overview/azure/key-vault?view=azure-node-latest
8383
- name: Python
8484
href: /python/api/overview/azure/key-vault?view=azure-python
85+
- name: REST
86+
href: /rest/api/keyvault
8587
- name: Develop
8688
items:
8789
- name: Developer quick start video
@@ -143,3 +145,5 @@
143145
href: https://azure.microsoft.com/pricing/details/key-vault/
144146
- name: Pricing calculator
145147
href: https://azure.microsoft.com/pricing/calculator/
148+
- name: Product feedback
149+
href: https://feedback.azure.com/forums/906355-azure-key-vault

0 commit comments

Comments
 (0)