Skip to content

Commit dd89ccf

Browse files
Merge pull request #224336 from v-jbasden/jbasden-add-package-guidance
Adding guidance about packages
2 parents 1dc204a + 8c2c272 commit dd89ccf

File tree

3 files changed

+71
-362
lines changed

3 files changed

+71
-362
lines changed

articles/azure-monitor/app/asp-net-core.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ A preview [OpenTelemetry-based .NET offering](opentelemetry-enable.md?tabs=net)
2727

2828
[!INCLUDE [azure-monitor-log-analytics-rebrand](../../../includes/azure-monitor-instrumentation-key-deprecation.md)]
2929

30-
You can also use the Microsoft.Extensions.Logging.ApplicationInsights package to capture logs. For more information, see [Application Insights logging with .NET](ilogger.md). For an example, see [Console application](ilogger.md#console-application).
30+
> [!NOTE]
31+
> If you want to use standalone ILogger provider, use [Microsoft.Extensions.Logging.ApplicationInsight](./ilogger.md).
3132
3233
## Supported scenarios
3334

@@ -664,7 +665,7 @@ It's important to note that the following example doesn't cause the Application
664665
}
665666
```
666667

667-
For more information, see [ILogger configuration](ilogger.md#logging-level).
668+
For more information, see [ILogger configuration](/dotnet/core/extensions/logging#configure-logging).
668669

669670
### Some Visual Studio templates used the UseApplicationInsights() extension method on IWebHostBuilder to enable Application Insights. Is this usage still valid?
670671

0 commit comments

Comments
 (0)