Skip to content

Commit 5aadc68

Browse files
committed
update application.properties to use connection string
1 parent 2204989 commit 5aadc68

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/smoke/testApps/SpringBootTest/src/main/resources/application.properties

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
spring.application.name=SpringBootTest
2-
azure.application-insights.channel.in-process.endpoint-address=http://fakeingestion:60606/v2/track
3-
azure.application-insights.instrumentation-key=00000000-0000-0000-0000-cba987654321
2+
azure.application-insights.connection-string=InstrumentationKey=00000000-0000-0000-0000-cba987654321;IngestionEndpoint=http://fakeingestion:60606
43
azure.application-insights.logger.level=TRACE
54
azure.application-insights.default-modules.ProcessPerformanceCountersModule.enabled=false
65
azure.application-insights.default-modules.JvmPerformanceCountersModule.enabled=false

0 commit comments

Comments
 (0)