diff --git a/14.-Using-Application-Insights-in-eShopOnContainers.md b/14.-Using-Application-Insights-in-eShopOnContainers.md index 27787b8..a3da0fd 100644 --- a/14.-Using-Application-Insights-in-eShopOnContainers.md +++ b/14.-Using-Application-Insights-in-eShopOnContainers.md @@ -14,7 +14,7 @@ In case of using App Insights for logging eShopOnContainers in a cluster environ Retrive the Instrumentation Key generated to be used later on. Go to properties in the portal and copy the key. ### Setting up Application Insights locally -Open the **.env** file where all the environment variables are set, uncomment the **INSTRUMENTATION_KEY** variable and set the Instrumentation Key from your App Insights service that has previously been created: +Go to the root of the project and open the **.env** file where all the environment variables are set, uncomment the **INSTRUMENTATION_KEY** variable and set the Instrumentation Key from your App Insights service that has previously been created: ``` #ESHOP_AZURE_REDIS_BASKET_DB= @@ -33,7 +33,7 @@ Open the **.env** file where all the environment variables are set, uncomment th #ESHOP_AZURE_STORAGE_MARKETING_KEY= #ESHOP_SERVICE_BUS_USERNAME= #ESHOP_SERVICE_BUS_PASSWORD= -**INSTRUMENTATION_KEY=** +INSTRUMENTATION_KEY= #USE_LOADTEST= ``` @@ -65,5 +65,5 @@ Open the **.env** file where all the environment variables are set, uncomment th keystore: keystore-data GracePeriodManager_GracePeriodTime: "1" GracePeriodManager_CheckUpdateTime: "15000" - **Instrumentation_Key: ""** + Instrumentation_Key: "" ``` \ No newline at end of file