Skip to content

Commit b1447fc

Browse files
committed
move link to end of section
1 parent faa9b92 commit b1447fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 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. 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).
235+
You can use refresh logs to identify errors and debug your application.
236236

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

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

249249
## Clean up resources
250250

0 commit comments

Comments
 (0)