Skip to content

Commit d407814

Browse files
Add descriptions for SEO.
1 parent 79e4de1 commit d407814

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

articles/key-vault/key-vault-ovw-security-worlds.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Azure Key Vault security worlds | Microsoft Docs
3+
description: Azure Key Vault is a multi-tenant service. It uses a pool of HSMs in each Azure location. All locations in a geographic region share a cryptographic boundary.
34
ms.service: key-vault
45
ms.subservice: general
56
ms.topic: conceptual

articles/key-vault/key-vault-ovw-soft-delete.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Azure Key Vault soft delete | Microsoft Docs
3+
description: Soft-delete in Azure Key Vault allows you to recover deleted key vaults and key vault objects, such as keys, secrets, and certificates.
34
ms.service: key-vault
45
ms.subservice: general
56
ms.topic: conceptual

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Quickstart: Set & retrieve a secret from Key Vault using PowerShell"
3-
description: In this quickstart, learn how to create, retrieve, and delete secrets from an Azure key vault using PowerShell
3+
description: In this quickstart, learn how to create, retrieve, and delete secrets from an Azure Key Vault using Azure PowerShell.
44
services: key-vault
55
author: msmbaldwin
66
manager: rkarlin
@@ -43,7 +43,7 @@ New-AzResourceGroup -Name ContosoResourceGroup -Location EastUS
4343

4444
Next you create a Key Vault. When doing this step, you need some information:
4545

46-
Although we use Contoso KeyVault2 as the name for our Key Vault throughout this quickstart, you must use a unique name.
46+
Although we use "Contoso KeyVault2" as the name for our Key Vault throughout this quickstart, you must use a unique name.
4747

4848
- **Vault name** Contoso-Vault2.
4949
- **Resource group name** ContosoResourceGroup.

0 commit comments

Comments
 (0)