Skip to content

Commit 73a45bf

Browse files
committed
Fix version note
1 parent 2b8fd59 commit 73a45bf

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,10 @@ Logs are output upon configuration refresh and contain detailed information on k
267267
Using `ILogger` is the preferred method in ASP.NET applications and is prioritized as the logging source if an instance of `ILoggerFactory` is present. However, if `ILoggerFactory` is not available, logs can alternatively be enabled and configured through the [instructions for .NET Core apps](./enable-dynamic-configuration-dotnet-core.md#logging-and-monitoring-v600-and-later). For more information, see [logging in .NET Core and ASP.NET Core](/aspnet/core/fundamentals/logging).
268268

269269
> [!NOTE]
270-
> Logging is available if you use version **6.0.0** or later of the `Microsoft.Extensions.Configuration.AzureAppConfiguration` package.
270+
> Logging is available if you use version **6.0.0** or later of any of the following packages.
271+
> - `Microsoft.Extensions.Configuration.AzureAppConfiguration`
272+
> - `Microsoft.Azure.AppConfiguration.AspNetCore`
273+
> - `Microsoft.Azure.AppConfiguration.Functions.Worker`
271274

272275
## Clean up resources
273276

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,10 @@ Logs are output upon configuration refresh and contain detailed information on k
176176
```
177177

178178
> [!NOTE]
179-
> Logging is available if you use version **6.0.0** or later of the `Microsoft.Extensions.Configuration.AzureAppConfiguration` package.
179+
> Logging is available if you use version **6.0.0** or later of any of the following packages.
180+
> - `Microsoft.Extensions.Configuration.AzureAppConfiguration`
181+
> - `Microsoft.Azure.AppConfiguration.AspNetCore`
182+
> - `Microsoft.Azure.AppConfiguration.Functions.Worker`
180183

181184
## Clean up resources
182185

0 commit comments

Comments
 (0)