File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
azure-application-insights-spring-boot-starter Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -115,9 +115,13 @@ public class MyApplication {
115115
116116#### Configure more parameters using ` application.properties `
117117``` properties
118- # Instrumentation key from the Azure Portal. Required.
118+ # Either InstrumentationKey or ConnectionString is required
119+ # Instrumentation key from the Azure Portal.
119120azure.application-insights.instrumentation-key =00000000-0000-0000-0000-000000000000
120121
122+ # Connection String from the Azure Portal.
123+ azure.application-insights.connection-string =InstrumentationKey =00000000-0000-0000-0000-000000000000
124+
121125# Enable/Disable tracking. Default value: true.
122126azure.application-insights.enabled =true
123127
You can’t perform that action at this time.
0 commit comments