diff --git a/14.-Using-Application-Insights-in-eShopOnContainers.md b/14.-Using-Application-Insights-in-eShopOnContainers.md index a58ad15..9894106 100644 --- a/14.-Using-Application-Insights-in-eShopOnContainers.md +++ b/14.-Using-Application-Insights-in-eShopOnContainers.md @@ -6,6 +6,7 @@ Follow the steps bellow to configure App Insights as a logging service. It is in Install the following nuget packages: * Microsoft.ApplicationInsights.AspNetCore * Microsoft.ApplicationInsights.DependencyCollector + In case of deploying your app in a cluster environment, install these additional packages: * Microsoft.ApplicationInsights.Kubernetes (for a Kubernetes environment) * Microsoft.ApplicationInsights.ServiceFabric (for a Service Fabric environment)