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
Copy file name to clipboardExpand all lines: articles/azure-monitor/app/tutorial-asp-net-core.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ In order to provide globally unique names to resources, a six-character suffix i
70
70
71
71
3. On the **Create a resource** screen, search for and select **Application Insights** in the marketplace search textbox.
72
72
73
-
<!-- long description for search-application-insights.png: Screenshot of the Create a resource screen in the Azure portal. The screenshot shows a search for Application Insights highlighted and Application Insights displaying in the search results, which is also highlighted. -->
73
+
<!--The long description for search-application-insights.png: Screenshot of the Create a resource screen in the Azure portal. The screenshot shows a search for Application Insights highlighted and Application Insights displaying in the search results, which is also highlighted. -->
74
74
:::image type="content" source="media/tutorial-asp-net-core/search-application-insights.png" alt-text="Screenshot of the Create a resource screen in the Azure portal." lightbox="media/tutorial-asp-net-core/search-application-insights.png":::
75
75
76
76
4. On the Application Insights resource overview screen, select **Create**.
@@ -97,7 +97,7 @@ In order to provide globally unique names to resources, a six-character suffix i
97
97
98
98
8. On the Overview screen of the Application Insights resource, select the **Copy to clipboard** button to copy the connection string value. You will use the connection string value in the next section of this article.
99
99
100
-
<!-- long description for application-insights-connection-string-overview.png: Screenshot of the Application Insights Overview screen in the Azure portal. The screenshot shows the connection string value highlighted and the Copy to clipboard button selected and highlighted. -->
100
+
<!--The long description for application-insights-connection-string-overview.png: Screenshot of the Application Insights Overview screen in the Azure portal. The screenshot shows the connection string value highlighted and the Copy to clipboard button selected and highlighted. -->
101
101
:::image type="content" source="media/tutorial-asp-net-core/application-insights-connection-string-overview.png" alt-text="Screenshot of the Application Insights Overview screen in the Azure portal." lightbox="media/tutorial-asp-net-core/application-insights-connection-string-overview.png":::
102
102
103
103
## Configure the Application Insights connection string application setting in the web App Service
@@ -108,7 +108,7 @@ In order to provide globally unique names to resources, a six-character suffix i
108
108
109
109
2. From the left menu, under the Settings section, select **Configuration**. Then, on the **Application settings** tab, select **+ New application setting** beneath the Application settings header.
110
110
111
-
<!-- long description for app-service-app-setting-button.png: Screenshot of the App Service resource screen in the Azure portal. The screenshot shows Configuration in the left menu under the Settings section selected and highlighted, the Application settings tab selected and highlighted, and the + New application setting toolbar button highlighted. -->
111
+
<!--The long description for app-service-app-setting-button.png: Screenshot of the App Service resource screen in the Azure portal. The screenshot shows Configuration in the left menu under the Settings section selected and highlighted, the Application settings tab selected and highlighted, and the + New application setting toolbar button highlighted. -->
112
112
:::image type="content" source="media/tutorial-asp-net-core/app-service-app-setting-button.png" alt-text="Screenshot of the App Service resource screen in the Azure portal." lightbox="media/tutorial-asp-net-core/app-service-app-setting-button.png":::
113
113
114
114
3. In the Add/Edit application setting blade, complete the form as follows and select **OK**.
@@ -136,7 +136,7 @@ We need to configure the ASP.NET Core MVC web application to send telemetry. Thi
136
136
137
137
3. Select the **Browse** tab and then search for and select **Microsoft.ApplicationInsights.AspNetCore**. Select **Install**, and accept the license terms. It is recommended you use the latest stable version. For the full release notes for the SDK, see the [open-source GitHub repo](https://github.com/Microsoft/ApplicationInsights-dotnet/releases).
138
138
139
-
<!-- long description for asp-net-core-install-nuget-package.png: Screenshot that shows the NuGet Package Manager user interface in Visual Studio with the Browse tab selected. Microsoft.ApplicationInsights.AspNetCore is entered in the search box, and the Microsoft.ApplicationInsights.AspNetCore package is selected from a list of results. In the right pane, the latest stable version of the Microsoft.ApplicationInsights.AspNetCore package is selected from a drop down list and the Install button is highlighted. -->
139
+
<!--The long description for asp-net-core-install-nuget-package.png: Screenshot that shows the NuGet Package Manager user interface in Visual Studio with the Browse tab selected. Microsoft.ApplicationInsights.AspNetCore is entered in the search box, and the Microsoft.ApplicationInsights.AspNetCore package is selected from a list of results. In the right pane, the latest stable version of the Microsoft.ApplicationInsights.AspNetCore package is selected from a drop down list and the Install button is highlighted. -->
140
140
:::image type="content" source="media/tutorial-asp-net-core/asp-net-core-install-nuget-package.png" alt-text="Screenshot of the NuGet Package Manager user interface in Visual Studio." lightbox="media/tutorial-asp-net-core/asp-net-core-install-nuget-package.png":::
141
141
142
142
Keep Visual Studio open for the next section of the article.
@@ -281,12 +281,12 @@ Application Insights introspects the incoming telemetry data and is able to gene
:::imagetype="content"source="media/tutorial-asp-net-core/server-performance.png"alt-text="Screenshot of the Performance screen in the Azure portal."lightbox="media/tutorial-asp-net-core/server-performance.png":::
:::imagetype="content"source="media/tutorial-asp-net-core/select-operation-performance.png"alt-text="Screenshot of the Application Insights Performance screen in the Azure portal with operations and sample operations listed."lightbox="media/tutorial-asp-net-core/select-operation-performance.png":::
:::imagetype="content"source="media/tutorial-asp-net-core/performance-dependencies.png"alt-text="Screenshot of the Application Insights Performance screen in the Azure portal with the Dependencies tab selected and the Operations table highlighted."lightbox="/media/tutorial-asp-net-core/performance-dependencies.png":::
304
+
:::imagetype="content"source="media/tutorial-asp-net-core/performance-dependencies.png"alt-text="Screenshot of the Application Insights Performance screen in the Azure portal with the Dependencies tab selected and the Operations table highlighted."lightbox="media/tutorial-asp-net-core/performance-dependencies.png":::
0 commit comments