Skip to content

Commit 4ee15d6

Browse files
committed
update
2 parents 0dc5574 + e0d168e commit 4ee15d6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.custom: devx-track-csharp, mode-api, passwordless-dotnet, devx-track-dotnet
1313

1414
# Quickstart: Azure Key Vault certificate client library for .NET
1515

16-
Get started with the Azure Key Vault certificate client library for .NET. [Azure Key Vault](../general/overview.md) is a cloud service that provides a secure store for certificates. You can securely store keys, passwords, certificates, and other secrets. Azure key vaults may be created and managed through the Azure portal. In this quickstart, you learn how to create, retrieve, and delete certificates from an Azure key vault using the .NET client library
16+
Get started with the Azure Key Vault certificate client library for .NET. [Azure Key Vault](../general/overview.md) is a cloud service that provides a secure store for certificates. You can securely store keys, passwords, certificates, and other secrets. Azure key vaults may be created and managed through the Azure portal. In this quickstart, you learn how to create, retrieve, and delete certificates from an Azure key vault using the .NET client library.
1717

1818
Key Vault client library resources:
1919

@@ -30,7 +30,7 @@ For more information about Key Vault and certificates, see:
3030
* [Azure CLI](/cli/azure/install-azure-cli)
3131
* A Key Vault - you can create one using [Azure portal](../general/quick-create-portal.md), [Azure CLI](../general/quick-create-cli.md), or [Azure PowerShell](../general/quick-create-powershell.md).
3232

33-
This quickstart is using `dotnet` and Azure CLI
33+
This quickstart is using `dotnet` and Azure CLI.
3434

3535
## Setup
3636

@@ -93,7 +93,7 @@ dotnet add package Azure.Identity
9393

9494
#### Set environment variables
9595

96-
This application is using key vault name as an environment variable called `KEY_VAULT_NAME`.
96+
The application obtains the key vault name from an environment variable called `KEY_VAULT_NAME`.
9797

9898
Windows
9999
```cmd

articles/key-vault/includes/key-vault-quickstart-rbac.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ New-AzRoleAssignment -ObjectId "<app-id>" -RoleDefinitionName "Key Vault Secrets
2727

2828
---
2929

30-
Replace \<app-id\>, \<subscription-id\>, \<resource-group-name\> and \<your-unique-keyvault-name\> with your actual values. \<app-id\> is the Application (client) ID of your registered application in Microsoft Entra.
30+
Replace `<app-id>`, `<subscription-id>`, `<resource-group-name>` and `<your-unique-keyvault-name>` with your actual values. `<app-id>` is the Application (client) ID of your registered application in Microsoft Entra.

0 commit comments

Comments
 (0)