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/alerts/proactive-performance-diagnostics.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ Emails about smart detection performance anomalies are limited to one email per
77
77
78
78
79
79
**If I don't do anything in response to a notification, will I get a reminder?*
80
-
* No, you get a message about each issue only once. If the issue persists, it will be updated in the smart detection feed blade.
80
+
* No, you get a message about each issue only once. If the issue persists, it will be updated in the smart detection feed pane.
81
81
**I lost the email. Where can I find the notifications in the portal?*
82
82
* In the Application Insights overview of your app, click the **Smart detection** tile. There you'll find all notifications up to 90 days back.
83
83
@@ -94,7 +94,7 @@ Consider the parameters of the issue. If it's geography-dependent, set up [avail
94
94
### Diagnose slow page loads
95
95
Where is the problem? Is the server slow to respond, is the page too long, or does the browser need too much work to display it?
96
96
97
-
Open the Browsers metric blade. The segmented display of browser page load time shows where the time is going.
97
+
Open the Browsers metric pane. The segmented display of browser page load time shows where the time is going.
98
98
99
99
* If **Send Request Time** is high, either the server is responding slowly, or the request is a post with large amount of data. Look at the [performance metrics](../app/performance-counters.md) to investigate response times.
100
100
* Set up [dependency tracking](../app/asp-net-dependencies.md) to see whether the slowness is because of external services or your database.
Copy file name to clipboardExpand all lines: articles/azure-monitor/app/tutorial-asp-net-core.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,7 +111,7 @@ In order to provide globally unique names to resources, a six-character suffix i
111
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
-
3. In the Add/Edit application setting blade, complete the form as follows and select **OK**.
114
+
3. In the Add/Edit application setting pane, complete the form as follows and select **OK**.
Copy file name to clipboardExpand all lines: articles/azure-monitor/logs/app-insights-connector.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
@@ -100,23 +100,23 @@ The dashboard includes the panes shown in the table. Each pane lists up to 10 it
100
100
101
101
When you click any item in the dashboard, you see an Application Insights perspective shown in search. The perspective provides an extended visualization, based on the telemetry type that selected. So, visualization content changes for different telemetry types.
102
102
103
-
When you click anywhere in the Applications blade, you see the default **Applications** perspective.
103
+
When you click anywhere in the Applications pane, you see the default **Applications** perspective.
When you click anywhere in the **Server Requests** or **Failures**blades, the perspective components change to give you a visualization that related to requests.
113
+
When you click anywhere in the **Server Requests** or **Failures**panes, the perspective components change to give you a visualization that related to requests.
Regardless of whether you click something one the **Application Insights Connector** dashboard, within the **Search** page itself, any query returning Application Insights data shows the Application Insights perspective. For example, if you are viewing Application Insights data, a ***** query also shows the perspective tab like the following image:
122
122
@@ -130,7 +130,7 @@ Perspective components are updated depending on the search query. This means tha
130
130
131
131
### Pivot to an app in the Azure portal
132
132
133
-
Application Insights Connector blades are designed to enable you to pivot to the selected Application Insights app *when you use the Azure portal*. You can use the solution as a high-level monitoring platform that helps you troubleshoot an app. When you see a potential problem in any of your connected applications, you can either drill into it in Log Analytics search or you can pivot directly to the Application Insights app.
133
+
Application Insights Connector panes are designed to enable you to pivot to the selected Application Insights app *when you use the Azure portal*. You can use the solution as a high-level monitoring platform that helps you troubleshoot an app. When you see a potential problem in any of your connected applications, you can either drill into it in Log Analytics search or you can pivot directly to the Application Insights app.
134
134
135
135
To pivot, click the ellipses (**…**) that appears at the end of each line, and select **Open in Application Insights**.
0 commit comments