Skip to content

Commit 67cf2c3

Browse files
PR feedback
1 parent 6f8d75b commit 67cf2c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ dotnet new mvc --no-https --output TestAppConfig
119119
using Microsoft.Extensions.Configuration;
120120
```
121121
122-
1. Update the `CreateWebHostBuilder` method to use App Configuration by calling the `AddAzureAppConfiguration` method.
122+
1. Update the `CreateHostBuilder` method to use App Configuration by calling the `AddAzureAppConfiguration` method.
123123
124124
```csharp
125125
public static IHostBuilder CreateHostBuilder(string[] args) =>
@@ -179,7 +179,7 @@ dotnet new mvc --no-https --output TestAppConfig
179179
```
180180
---
181181
182-
This code will connect to your App Configuration Store using a connection string and load all keys that have the *TestApp* prefix from a previous step. For more information on connecting to the configuration provider, reference the [configuration provider for App Configuration docs](/dotnet/api/Microsoft.Extensions.Configuration.AzureAppConfiguration).
182+
This code will connect to your App Configuration store using a connection string and load all keys that have the *TestApp* prefix from a previous step. For more information on the configuration provider APIs, reference the [configuration provider for App Configuration docs](/dotnet/api/Microsoft.Extensions.Configuration.AzureAppConfiguration).
183183
184184
## Read from the App Configuration store
185185

0 commit comments

Comments
 (0)