Skip to content

Commit 4bb2759

Browse files
committed
Fixing indented code blocks
1 parent ea16114 commit 4bb2759

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/azure-monitor/app/opentelemetry-enable.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -290,24 +290,24 @@ To copy the connection string:
290290

291291
To paste your connection string, select from the following options:
292292

293-
A. Set via Environment Variable (Recommended)
293+
* Set via Environment Variable (Recommended)
294294

295295
Replace `<Your connection string>` in the following command with *your* unique connection string.
296296

297297
```console
298298
APPLICATIONINSIGHTS_CONNECTION_STRING=<Your connection string>
299299
```
300300

301-
B. Set via Configuration File - Java Only (Recommended)
302-
301+
* Set via Configuration File - Java Only (Recommended)
302+
303303
Create a configuration file named `applicationinsights.json`, and place it in the same directory as `applicationinsights-agent-3.5.4.jar` with the following content:
304304
305305
```json
306306
{
307307
"connectionString": "<Your connection string>"
308308
}
309309
```
310-
310+
311311
Replace `<Your connection string>` in the preceding JSON with *your* unique connection string.
312312

313313
<!-- Violates MSFT security guidelines

0 commit comments

Comments
 (0)