Skip to content

Commit 9d68a05

Browse files
fix more formatting
1 parent 953c845 commit 9d68a05

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ dotnet new mvc --no-https --output TestAppConfig
117117
app.Run();
118118
```
119119
120-
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.
120+
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.
121121
122122
123123
#### [.NET 5.x](#tab/core5x)
@@ -185,9 +185,8 @@ dotnet new mvc --no-https --output TestAppConfig
185185
config.AddAzureAppConfiguration(connection);
186186
})
187187
.UseStartup<Startup>();
188-
```
189-
190-
---
188+
```
189+
---
191190
192191
With the preceding change, the [configuration provider for App Configuration](/dotnet/api/Microsoft.Extensions.Configuration.AzureAppConfiguration) has been registered with the .NET Core Configuration API.
193192

0 commit comments

Comments
 (0)