From 9728c29923c276a6b0519afa5fbbd0a9570dddee Mon Sep 17 00:00:00 2001
From: RamonTC <ramon.tomas84@hotmail.com>
Date: Thu, 30 Nov 2017 10:27:10 +0100
Subject: [PATCH] Updated 14. Using Application Insights in eShopOnContainers
 (markdown)

---
 14.-Using-Application-Insights-in-eShopOnContainers.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

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=<YourAzureRedisBasketInfo>
@@ -33,7 +33,7 @@ Open the **.env** file where all the environment variables are set, uncomment th
 #ESHOP_AZURE_STORAGE_MARKETING_KEY=<YourAzureStorageMarketingKey>
 #ESHOP_SERVICE_BUS_USERNAME=<ServiceBusUserName-OnlyUsedIfUsingRabbitMQUnderwindows>
 #ESHOP_SERVICE_BUS_PASSWORD=<ServiceBusUserPassword-OnlyUsedIfUsingRabbitMQUnderwindows>
-**INSTRUMENTATION_KEY=**
+INSTRUMENTATION_KEY=
 #USE_LOADTEST=<True/False>
 ```
 
@@ -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