Skip to content

Commit fd9eed1

Browse files
Merge pull request #216860 from AnuragSingh-MSFT/patch-13
(AzureCXP) fixes MicrosoftDocs/azure-docs#100797
2 parents 7aa9c2a + 966ad9e commit fd9eed1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-monitor/app/azure-web-apps-net.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ In order to enable telemetry collection with Application Insights, only the Appl
104104

105105
Upgrading from version 2.8.9 happens automatically, without any extra actions. The new monitoring bits are delivered in the background to the target app service, and on application restart they'll be picked up.
106106

107-
To check which version of the extension you're running, go to `https://scm.yoursitename.azurewebsites.net/ApplicationInsights`.
107+
To check which version of the extension you're running, go to `https://yoursitename.scm.azurewebsites.net/ApplicationInsights`.
108108

109109
:::image type="content"source="./media/azure-web-apps/extension-version.png" alt-text="Screenshot of the URL path to check the version of the extension you're running." border="false":::
110110

@@ -129,7 +129,7 @@ If the upgrade is done from a version prior to 2.5.1, check that the Application
129129
Below is our step-by-step troubleshooting guide for extension/agent based monitoring for ASP.NET based applications running on Azure App Services.
130130

131131
1. Check that `ApplicationInsightsAgent_EXTENSION_VERSION` app setting is set to a value of "~2".
132-
2. Browse to `https://scm.yoursitename.azurewebsites.net/ApplicationInsights`.
132+
2. Browse to `https://yoursitename.scm.azurewebsites.net/ApplicationInsights`.
133133

134134
:::image type="content"source="./media/azure-web-apps/app-insights-sdk-status.png" alt-text="Screenshot of the link above results page."border ="false":::
135135

0 commit comments

Comments
 (0)