diff --git a/14.-Using-Application-Insights-in-eShopOnContainers.md b/14.-Using-Application-Insights-in-eShopOnContainers.md index 118f62e..3818d6c 100644 --- a/14.-Using-Application-Insights-in-eShopOnContainers.md +++ b/14.-Using-Application-Insights-in-eShopOnContainers.md @@ -83,4 +83,9 @@ INSTRUMENTATION_KEY= GracePeriodManager_GracePeriodTime: "1" GracePeriodManager_CheckUpdateTime: "15000" Instrumentation_Key: "" -``` \ No newline at end of file +``` + +### Application Insights filters +- Go to App Insights Search option in the Azure portal and check all the telemetry and traces that your app is generating. +- In a cluster environments with multiple containers with their own set of instances, notice that we can actually filter and trace logs by these service and instances: + \ No newline at end of file