You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -198,7 +198,7 @@ By looking at the [Trace-Context header format](https://www.w3.org/TR/trace-cont
198
198
199
199
`trace-flags`: `01`
200
200
201
-
If you look at the request entry that was sent to Azure Monitor, you can see fields populated with the trace header information. You can find the data under Logs (Analytics) in the Azure Monitor Application Insights resource.
201
+
If you look at the request entry that was sent to Azure Monitor, you can see fields populated with the trace header information. You can find the data under **Logs (Analytics)** in the Azure Monitor Application Insights resource.
202
202
203
203

204
204
@@ -317,7 +317,7 @@ To collect custom telemetry, you need to instrument the application with Java 2.
317
317
318
318
### Role names
319
319
320
-
You might want to customize the way component names are displayed in the [Application Map](../../azure-monitor/app/app-map.md). To do so, you can manually set the `cloud_RoleName` by taking one of the following actions:
320
+
You might want to customize the way component names are displayed in [Application Map](../../azure-monitor/app/app-map.md). To do so, you can manually set `cloud_RoleName` by taking one of the following actions:
321
321
322
322
- For Application Insights Java, set the cloud role name as follows:
323
323
@@ -329,10 +329,10 @@ You might want to customize the way component names are displayed in the [Applic
329
329
}
330
330
```
331
331
332
-
You can also set the cloud role name by using the environment variable `APPLICATIONINSIGHTS_ROLE_NAME`.
332
+
You can also set the cloud role name by using the environment variable `APPLICATIONINSIGHTS_ROLE_NAME`.
333
333
334
-
- With Application Insights Java SDK 2.5.0 and later, you can specify the `cloud_RoleName`
335
-
by adding `<RoleName>` to your ApplicationInsights.xml file:
334
+
- With Application Insights Java SDK 2.5.0 and later, you can specify `cloud_RoleName`
335
+
by adding `<RoleName>` to your *ApplicationInsights.xml* file:
336
336
337
337
:::image type="content" source="media/migrate-from-instrumentation-keys-to-connection-strings/migrate-from-instrumentation-keys-to-connection-strings.png" alt-text="Screenshot that shows Application Insights overview and connection string." lightbox="media/migrate-from-instrumentation-keys-to-connection-strings/migrate-from-instrumentation-keys-to-connection-strings.png":::
338
338
@@ -345,7 +345,7 @@ You can also set the cloud role name by using the environment variable `APPLICAT
345
345
</ApplicationInsights>
346
346
```
347
347
348
-
- If you use Spring Boot with the Application Insights Spring Boot Starter, set your custom name for the application in the application.properties file:
348
+
- If you use Spring Boot with the Application Insights Spring Boot Starter, set your custom name for the application in the *application.properties* file:
0 commit comments