Skip to content

Commit d1e3deb

Browse files
committed
finalize after review
1 parent 9604840 commit d1e3deb

File tree

6 files changed

+19
-19
lines changed

6 files changed

+19
-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 - Set and retrieve a key from Key Vault using CLI | Microsoft Docs
3-
description: Quickstart showing how to set and retrieve a key from Azure Key Vault using Azure 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: Set and retrieve a key from Azure Key Vault using Azure 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 retrieve a key from Azure Key Vault using 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: Set and retrieve a key from Azure Key Vault using 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 - Set and retrieve a key from Key Vault using Portal | Microsoft Docs
3-
description: Quickstart showing how to set and retrieve a key from 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: Set and retrieve a key from Azure 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 - Set & retrieve a key from Key Vault using 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: Set and retrieve a key from 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: 5 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: Set/retrieve key from Key Vault - CLI
9+
- name: Set and retrieve a secret - CLI
1010
href: quick-create-cli.md
11-
- name: Set/retrieve key from Key Vault - PowerShell
11+
- name: Set and retrieve a secret - PowerShell
1212
href: quick-create-powershell.md
13-
- name: Set/retrieve key from Key Vault - Portal
13+
- name: Set and retrieve a secret - Portal
1414
href: quick-create-portal.md
15-
- name: Set/retrieve key from Key Vault - .NET
15+
- name: Set and retrieve a secret - .NET
1616
href: quick-create-net.md
17-
- name: Set/retrieve key from Key Vault - Node.js
17+
- name: Set and retrieve a secret - Node.js
1818
href: quick-create-node.md
1919
- name: Tutorials
2020
items:

0 commit comments

Comments
 (0)