Skip to content

Commit 74350ba

Browse files
committed
change ordering of lines for aspnet
1 parent 3f76278 commit 74350ba

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/azure-app-configuration/enable-dynamic-configuration-aspnet-core.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ The configuration refresh is triggered by the incoming requests to your web app.
232232

233233
## Troubleshooting
234234

235-
You can use refresh logs to identify errors and debug your application.
235+
You can use refresh logs to identify errors and debug your application. For more information on how to utilize these logs, follow the configuration instructions for [logging in .NET Core and ASP.NET Core](/aspnet/core/fundamentals/logging).
236236

237237
- Logging will be enabled automatically as long as `services.AddAzureAppConfiguration()` is invoked in your `ConfigureServices` method. No code changes are needed
238238
- Logs will be output to the console at different log levels.
@@ -244,7 +244,6 @@ You can use refresh logs to identify errors and debug your application.
244244
| Warning | Indicates errors that occurred during refresh. |
245245
- The logging category will be `Microsoft.Extensions.Configuration.AzureAppConfiguration.Refresh`.
246246

247-
For more information on how to utilize these logs, follow the configuration instructions for [logging in .NET Core and ASP.NET Core](/aspnet/core/fundamentals/logging).
248247
Logs can alternatively be enabled and configured through [Azure SDK logging](/dotnet/azure/sdk/logging).
249248

250249
## Clean up resources

0 commit comments

Comments
 (0)