Skip to content

Commit ec41c0a

Browse files
Update troubleshoot-app-service-issues.md
1 parent 0ad8c4b commit ec41c0a

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

support/azure/azure-monitor/app-insights/telemetry/troubleshoot-app-service-issues.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ This article offers general recommendations and specific suggestions to troubles
5151

5252
1. Browse to `https://yoursitename.scm.azurewebsites.net/ApplicationInsights`.
5353

54-
:::image type="content"source="media/troubleshoot-app-service/app-insights-sdk-status.png" alt-text="Screenshot that shows the link above the results page."border ="false":::
54+
:::image type="content"source="media/troubleshoot-app-service/app-insights-sdk-status.png" alt-text="Screenshot that shows the link above the results page."border ="false" lightbox="media/troubleshoot-app-service/app-insights-sdk-status.png" lightbox="media/troubleshoot-app-service/app-insights-sdk-status.png":::
5555

5656
* Confirm that **Application Insights Extension Status** is `Pre-Installed Site Extension, version 2.8.x.xxxx, is running.`
5757

@@ -68,7 +68,7 @@ This article offers general recommendations and specific suggestions to troubles
6868
> [!IMPORTANT]
6969
> This functionality is in preview.
7070
71-
:::image type="content"source="media/troubleshoot-app-service/interop.png" alt-text=" Screenshot that shows the interop setting enabled.":::
71+
:::image type="content"source="media/troubleshoot-app-service/interop.png" alt-text=" Screenshot that shows the interop setting enabled." lightbox="media/troubleshoot-app-service/interop.png":::
7272

7373
The data is sent using a codeless approach, even if the Application Insights SDK was originally used or attempted to be used.
7474

@@ -95,7 +95,7 @@ This article offers general recommendations and specific suggestions to troubles
9595

9696
1. Examine the log file to see that the agent started successfully: browse to `https://yoursitename.scm.azurewebsites.net/`, under SSH change to the root directory, the log file is located under LogFiles/ApplicationInsights.
9797

98-
:::image type="content"source="media/troubleshoot-app-service/app-insights-java-status.png" alt-text="Screenshot of the link above results page.":::
98+
:::image type="content"source="media/troubleshoot-app-service/app-insights-java-status.png" alt-text="Screenshot of the link above results page." lightbox="media/troubleshoot-app-service/app-insights-java-status.png":::
9999

100100
1. After enabling application monitoring for your Java app, you can validate that the agent is working by looking at the live metrics - even before you deploy and app to App Service you'll see some requests from the environment. Remember that the full set of telemetry is only available when you have your app deployed and running.
101101

@@ -108,7 +108,7 @@ This article offers general recommendations and specific suggestions to troubles
108108
1. Check that `ApplicationInsightsAgent_EXTENSION_VERSION` app setting is set to a value of `~2`.
109109
1. Browse to `https://yoursitename.scm.azurewebsites.net/ApplicationInsights`.
110110

111-
:::image type="content"source="media/troubleshoot-app-service/app-insights-sdk-status.png" alt-text="Screenshot of the link above results page."border ="false":::
111+
:::image type="content"source="media/troubleshoot-app-service/app-insights-sdk-status.png" alt-text="Screenshot of the link above results page."border ="false" lightbox="media/troubleshoot-app-service/app-insights-sdk-status.png":::
112112

113113
* Confirm that the `Application Insights Extension Status` is `Pre-Installed Site Extension, version 2.8.x.xxxx, is running.`
114114

@@ -173,7 +173,7 @@ If you're missing telemetry, follow these steps to confirm that autoinstrumentat
173173

174174
1. Confirm that autoinstrumentation is enabled in the Application Insights experience on your App Service resource.
175175

176-
:::image type="content"source="media/troubleshoot-app-service/enable.png" alt-text="Screenshot of Application Insights tab with enable selected." lightbox="media/troubleshoot-app-service/enable.png":::
176+
:::image type="content"source="media/troubleshoot-app-service/enable.png" alt-text="Screenshot of Application Insights tab with enable selected." lightbox="media/troubleshoot-app-service/enable.png" lightbox="media/troubleshoot-app-service/enable.png":::
177177

178178
1. Confirm that the `ApplicationInsightsAgent_EXTENSION_VERSION` app setting is set to a value of `~3` and that your `APPLICATIONINSIGHTS_CONNECTION_STRING` points to the appropriate Application Insights resource.
179179

@@ -335,7 +335,7 @@ For the latest updates and bug fixes, [consult the release notes](/azure/azure-m
335335
336336
1. Browse to `https://yoursitename.scm.azurewebsites.net/ApplicationInsights`.
337337
338-
:::image type="content"source="media/troubleshoot-app-service/app-insights-sdk-status.png" alt-text="Screenshot that shows the preceding link's results page."border ="false":::
338+
:::image type="content"source="media/troubleshoot-app-service/app-insights-sdk-status.png" alt-text="Screenshot that shows the preceding link's results page."border ="false" lightbox="media/troubleshoot-app-service/app-insights-sdk-status.png":::
339339
340340
* Confirm that `Application Insights Extension Status` is `Pre-Installed Site Extension, version 2.8.x.xxxx` and is running.
341341
@@ -411,7 +411,7 @@ As a temporary workaround, you could set the app setting `ApplicationInsightsAge
411411
412412
1. Browse to `https://yoursitename.scm.azurewebsites.net/ApplicationInsights`.
413413
414-
:::image type="content"source="media/troubleshoot-app-service/app-insights-sdk-status.png" alt-text="Screenshot that shows the link above the results page."border ="false":::
414+
:::image type="content"source="media/troubleshoot-app-service/app-insights-sdk-status.png" alt-text="Screenshot that shows the link above the results page."border ="false" lightbox="media/troubleshoot-app-service/app-insights-sdk-status.png":::
415415
416416
* Confirm that **Application Insights Extension Status** is `Pre-Installed Site Extension, version 2.8.x.xxxx, is running.`
417417
@@ -428,7 +428,7 @@ As a temporary workaround, you could set the app setting `ApplicationInsightsAge
428428
> [!IMPORTANT]
429429
> This functionality is in preview.
430430
431-
:::image type="content"source="media/troubleshoot-app-service/interop.png" alt-text=" Screenshot that shows the interop setting enabled.":::
431+
:::image type="content"source="media/troubleshoot-app-service/interop.png" alt-text=" Screenshot that shows the interop setting enabled." lightbox="media/troubleshoot-app-service/interop.png":::
432432
433433
The data is sent using a codeless approach, even if the Application Insights SDK was originally used or attempted to be used.
434434
@@ -475,7 +475,7 @@ The following table provides an explanation of what these values mean, their und
475475
476476
1. Examine the log file to see that the agent started successfully: browse to `https://yoursitename.scm.azurewebsites.net/`, under SSH change to the root directory, the log file is located under LogFiles/ApplicationInsights.
477477
478-
:::image type="content"source="media/troubleshoot-app-service/app-insights-java-status.png" alt-text="Screenshot of the link above results page.":::
478+
:::image type="content"source="media/troubleshoot-app-service/app-insights-java-status.png" alt-text="Screenshot of the link above results page." lightbox="media/troubleshoot-app-service/app-insights-java-status.png":::
479479
480480
1. After enabling application monitoring for your Java app, you can validate that the agent is working by looking at the live metrics - even before you deploy and app to App Service you'll see some requests from the environment. Remember that the full set of telemetry is only available when you have your app deployed and running.
481481
@@ -490,7 +490,7 @@ The following table provides an explanation of what these values mean, their und
490490
1. Check that `ApplicationInsightsAgent_EXTENSION_VERSION` app setting is set to a value of `~2`.
491491
1. Browse to `https://yoursitename.scm.azurewebsites.net/ApplicationInsights`.
492492
493-
:::image type="content"source="media/troubleshoot-app-service/app-insights-sdk-status.png" alt-text="Screenshot of the link above results page."border ="false":::
493+
:::image type="content"source="media/troubleshoot-app-service/app-insights-sdk-status.png" alt-text="Screenshot of the link above results page."border ="false" lightbox="media/troubleshoot-app-service/app-insights-sdk-status.png":::
494494
495495
* Confirm that the `Application Insights Extension Status` is `Pre-Installed Site Extension, version 2.8.x.xxxx, is running.`
496496

0 commit comments

Comments
 (0)