@@ -19,6 +19,7 @@ services:
1919 - EventBusUserName=${ESHOP_SERVICE_BUS_USERNAME}
2020 - EventBusPassword=${ESHOP_SERVICE_BUS_PASSWORD}
2121 - AzureServiceBusEnabled=False
22+ - ApplicationInsights__InstrumentationKey=${INSTRUMENTATION_KEY}
2223 ports :
2324 - " 5103:80"
2425
@@ -36,6 +37,7 @@ services:
3637 - UseCustomizationData=True
3738 - AzureServiceBusEnabled=False
3839 - AzureStorageEnabled=False
40+ - ApplicationInsights__InstrumentationKey=${INSTRUMENTATION_KEY}
3941 ports :
4042 - " 5101:80"
4143
@@ -51,7 +53,8 @@ services:
5153 - MarketingApiClient=http://${ESHOP_EXTERNAL_DNS_NAME_OR_IP}:5110
5254 - BasketApiClient=http://${ESHOP_EXTERNAL_DNS_NAME_OR_IP}:5103
5355 - OrderingApiClient=http://${ESHOP_EXTERNAL_DNS_NAME_OR_IP}:5102
54- - UseCustomizationData=True
56+ - UseCustomizationData=True
57+ - ApplicationInsights__InstrumentationKey=${INSTRUMENTATION_KEY}
5558 ports :
5659 - " 5105:80"
5760
@@ -69,6 +72,7 @@ services:
6972 - AzureServiceBusEnabled=False
7073 - CheckUpdateTime=30000
7174 - GracePeriodTime=1
75+ - ApplicationInsights__InstrumentationKey=${INSTRUMENTATION_KEY}
7276 ports :
7377 - " 5102:80"
7478
@@ -90,6 +94,7 @@ services:
9094 - AzureStorageAccountKey=${ESHOP_AZURE_STORAGE_MARKETING_KEY}
9195 - AzureServiceBusEnabled=False
9296 - AzureStorageEnabled=False
97+ - ApplicationInsights__InstrumentationKey=${INSTRUMENTATION_KEY}
9398 ports :
9499 - " 5110:80"
95100
@@ -110,6 +115,7 @@ services:
110115 - MarketingUrlHC=http://marketing.api/hc
111116 - PaymentUrlHC=http://payment.api/hc
112117 - UseCustomizationData=True
118+ - ApplicationInsights__InstrumentationKey=${INSTRUMENTATION_KEY}
113119 ports :
114120 - " 5104:80"
115121
@@ -130,6 +136,7 @@ services:
130136 - MarketingUrlHC=http://marketing.api/hc
131137 - PaymentUrlHC=http://payment.api/hc
132138 - UseCustomizationData=True
139+ - ApplicationInsights__InstrumentationKey=${INSTRUMENTATION_KEY}
133140 ports :
134141 - " 5100:80"
135142
@@ -146,6 +153,7 @@ services:
146153 - PaymentUrl=http://payment.api/hc
147154 - mvc=http://webmvc/hc
148155 - spa=http://webspa/hc
156+ - ApplicationInsights__InstrumentationKey=${INSTRUMENTATION_KEY}
149157 ports :
150158 - " 5107:80"
151159
@@ -157,6 +165,7 @@ services:
157165 - EventBusUserName=${ESHOP_SERVICE_BUS_USERNAME}
158166 - EventBusPassword=${ESHOP_SERVICE_BUS_PASSWORD}
159167 - AzureServiceBusEnabled=False
168+ - ApplicationInsights__InstrumentationKey=${INSTRUMENTATION_KEY}
160169 ports :
161170 - " 5108:80"
162171
@@ -172,6 +181,7 @@ services:
172181 - EventBusUserName=${ESHOP_SERVICE_BUS_USERNAME}
173182 - EventBusPassword=${ESHOP_SERVICE_BUS_PASSWORD}
174183 - AzureServiceBusEnabled=False
184+ - ApplicationInsights__InstrumentationKey=${INSTRUMENTATION_KEY}
175185 ports :
176186 - " 5109:80"
177187
0 commit comments