Skip to content

Commit 31a7422

Browse files
committed
minor updates
1 parent f3e0349 commit 31a7422

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/azure-app-configuration/quickstart-dotnet-core-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ You use the [.NET Core command-line interface (CLI)](https://docs.microsoft.com/
4848
1. Add a reference to the `Microsoft.Extensions.Configuration.AzureAppConfiguration` NuGet package by running the following command:
4949
5050
```CLI
51-
dotnet add package Microsoft.Extensions.Configuration.AzureAppConfiguration --version 3.0.0-preview-010550001-251
51+
dotnet add package Microsoft.Extensions.Configuration.AzureAppConfiguration --version 3.0.0-preview-011100001-1152
5252
```
5353
5454
2. Run the following command to restore packages for your project:

articles/azure-app-configuration/use-key-vault-references-dotnet-core.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ To add a secret to the vault, you need to take just a few additional steps. In t
148148
149149
---
150150
151-
> [!NOTE]
152-
> These Key Vault credentials are used only within your application. Your application authenticates directly to Key Vault with these credentials. They are never passed to the App Configuration service.
151+
> [!NOTE]
152+
> These Key Vault credentials are used only within your application. Your application authenticates directly to Key Vault with these credentials. They are never passed to the App Configuration service.
153153
154154
1. Restart your terminal to load these new environment variables.
155155

0 commit comments

Comments
 (0)