Skip to content

Commit c6ef2b3

Browse files
authored
Merge pull request #88122 from zhenlan/patch-2
Update quickstart-aspnet-core-app.md
2 parents 7556857 + 8564ca0 commit c6ef2b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 the configuration provider APIs, 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 key-values. 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)