@@ -18,7 +18,7 @@ Connection string and role name are the most common settings needed to get start
18
18
19
19
``` json
20
20
{
21
- "connectionString" : " InstrumentationKey= ..." ,
21
+ "connectionString" : " ..." ,
22
22
"role" : {
23
23
"name" : " my cloud role name"
24
24
}
@@ -53,7 +53,7 @@ Connection string is required. You can find your connection string in your Appli
53
53
54
54
``` json
55
55
{
56
- "connectionString" : " InstrumentationKey= ..."
56
+ "connectionString" : " ..."
57
57
}
58
58
```
59
59
@@ -70,11 +70,7 @@ If you specify a relative path, it will be resolved relative to the directory wh
70
70
}
71
71
```
72
72
73
- The file should contain only the connection string, for example:
74
-
75
- ```
76
- InstrumentationKey=...;IngestionEndpoint=...;LiveEndpoint=...
77
- ```
73
+ The file should contain only the connection string and nothing else.
78
74
79
75
Not setting the connection string will disable the Java agent.
80
76
@@ -280,11 +276,11 @@ Connection string overrides allow you to override the [default connection string
280
276
"connectionStringOverrides" : [
281
277
{
282
278
"httpPathPrefix" : " /myapp1" ,
283
- "connectionString" : " 12345678-0000-0000-0000-0FEEDDADBEEF "
279
+ "connectionString" : " ... "
284
280
},
285
281
{
286
282
"httpPathPrefix" : " /myapp2" ,
287
- "connectionString" : " 87654321-0000-0000-0000-0FEEDDADBEEF "
283
+ "connectionString" : " ... "
288
284
}
289
285
]
290
286
}
@@ -797,7 +793,7 @@ Please configure specific options based on your needs.
797
793
798
794
``` json
799
795
{
800
- "connectionString" : " InstrumentationKey= ..." ,
796
+ "connectionString" : " ..." ,
801
797
"role" : {
802
798
"name" : " my cloud role name"
803
799
},
0 commit comments