Skip to content

Commit c8e66ba

Browse files
committed
Changing the applicable occurrences of the word 'blade' to 'pane'
1 parent 4fa1bc3 commit c8e66ba

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

articles/azure-monitor/logs/app-insights-connector.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,17 +74,17 @@ This solution does not install any management packs in connected management grou
7474

7575
## Use the solution
7676

77-
The following sections describe how you can use the blades shown in the Application Insights dashboard to view and interact with data from your apps.
77+
The following sections describe how you can use the panes shown in the Application Insights dashboard to view and interact with data from your apps.
7878

7979
### View Application Insights Connector information
8080

81-
Click the **Application Insights** tile to open the **Application Insights** dashboard to see the following blades.
81+
Click the **Application Insights** tile to open the **Application Insights** dashboard to see the following panes.
8282

83-
![Screenshot of the Application Insights dashboard showing the blades for Applications, Data Volume, and Availability.](./media/app-insights-connector/app-insights-dash01.png)
83+
![Screenshot of the Application Insights dashboard showing the panes for Applications, Data Volume, and Availability.](./media/app-insights-connector/app-insights-dash01.png)
8484

85-
![Screenshot of the Application Insights dashboard showing the blades for Server Requests, Failures, and Exceptions.](./media/app-insights-connector/app-insights-dash02.png)
85+
![Screenshot of the Application Insights dashboard showing the panes for Server Requests, Failures, and Exceptions.](./media/app-insights-connector/app-insights-dash02.png)
8686

87-
The dashboard includes the blades shown in the table. Each blade lists up to 10 items matching that blade's criteria for the specified scope and time range. You can run a log search that returns all records when you click **See all** at the bottom of the blade or when you click the blade header.
87+
The dashboard includes the panes shown in the table. Each pane lists up to 10 items matching that pane's criteria for the specified scope and time range. You can run a log search that returns all records when you click **See all** at the bottom of the pane or when you click the pane header.
8888

8989

9090
| **Column** | **Description** |

articles/azure-monitor/logs/private-link-design.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,15 +123,15 @@ Logs and metrics uploaded to a workspace via [Diagnostic Settings](../essentials
123123
Restricting access as explained above applies to data in the resource. However, configuration changes, including turning these access settings on or off, are managed by Azure Resource Manager. To control these settings, you should restrict access to resources using the appropriate roles, permissions, network controls, and auditing. For more information, see [Azure Monitor Roles, Permissions, and Security](../roles-permissions-security.md)
124124

125125
> [!NOTE]
126-
> Queries sent through the Azure Resource Management (ARM) API can't use Azure Monitor Private Links. These queries can only go through if the target resource allows queries from public networks (set through the Network Isolation blade, or [using the CLI](./private-link-configure.md#set-resource-access-flags)).
126+
> Queries sent through the Azure Resource Management (ARM) API can't use Azure Monitor Private Links. These queries can only go through if the target resource allows queries from public networks (set through the Network Isolation pane, or [using the CLI](./private-link-configure.md#set-resource-access-flags)).
127127
>
128128
> The following experiences are known to run queries through the ARM API:
129129
> * LogicApp connector
130130
> * Update Management solution
131131
> * Change Tracking solution
132132
> * VM Insights
133133
> * Container Insights
134-
> * Log Analytics' Workspace Summary blade (showing the solutions dashboard)
134+
> * Log Analytics' Workspace Summary pane (showing the solutions dashboard)
135135
136136
## Application Insights considerations
137137
* You’ll need to add resources hosting the monitored workloads to a private link. For example, see [Using Private Endpoints for Azure Web App](../../app-service/networking/private-endpoint.md).
@@ -170,7 +170,7 @@ We've identified the following products and experiences query workspaces through
170170
> * LogicApp connector
171171
> * Update Management solution
172172
> * Change Tracking solution
173-
> * The Workspace Summary blade in the portal (showing the solutions dashboard)
173+
> * The Workspace Summary pane in the portal (showing the solutions dashboard)
174174
> * VM Insights
175175
> * Container Insights
176176

articles/azure-monitor/logs/query-packs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Each query in the query pack has the following properties.
7777
| tags | Additional tags used by the user for sorting and filtering in Log Analytics. Each tag will be added to Category, Resource Type, and Solution when [grouping and filtering queries](queries.md#finding-and-filtering-queries). |
7878

7979
## Create a query pack
80-
You can create a query pack using the REST API or from the **Log Analytics query packs** blade in the Azure portal. Currently the **Log Analytics query packs** blade shows up under **Other** category of **All services** page in the Azure portal.
80+
You can create a query pack using the REST API or from the **Log Analytics query packs** pane in the Azure portal. Currently the **Log Analytics query packs** pane shows up under **Other** category of **All services** page in the Azure portal.
8181

8282
### Create token
8383
You require a token for authentication of the API request. There are multiple methods to get a token including using **armclient**.

articles/azure-monitor/profiler/profiler-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ If your Azure service already has incoming traffic or if you just want to manual
2727
1. From the Application Insights overview page for your Azure service, select **Performance** from the left menu.
2828
1. On the **Performance** pane, select **Profiler** from the top menu for Profiler settings.
2929

30-
:::image type="content" source="./media/profiler-overview/profiler-button-inline.png" alt-text="Screenshot of the Profiler button from the Performance blade." lightbox="media/profiler-settings/profiler-button.png":::
30+
:::image type="content" source="./media/profiler-overview/profiler-button-inline.png" alt-text="Screenshot of the Profiler button from the Performance pane." lightbox="media/profiler-settings/profiler-button.png":::
3131

3232
1. Once the Profiler settings page loads, select **Profile Now**.
3333

articles/azure-monitor/profiler/profiler-settings.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@ Once you've enabled the Application Insights Profiler, you can:
1414
- Configure Profiler triggers
1515
- View recent profiling sessions
1616

17-
To open the Azure Application Insights Profiler settings pane, select **Performance** from the left menu within your Application Insights page.
17+
To open the Azure Application Insights Profiler settings pane, select **Performance** from the pane on the left within your Application Insights page.
1818

19-
:::image type="content" source="./media/profiler-settings/performance-blade-inline.png" alt-text="Screenshot of the link to open performance blade." lightbox="media/profiler-settings/performance-blade.png":::
19+
:::image type="content" source="./media/profiler-settings/performance-blade-inline.png" alt-text="Screenshot of the link to open performance pane." lightbox="media/profiler-settings/performance-blade.png":::
2020

2121
View profiler traces across your Azure resources via two methods:
2222

2323
**Profiler button**
2424

2525
Select the **Profiler** button from the top menu.
2626

27-
:::image type="content" source="./media/profiler-overview/profiler-button-inline.png" alt-text="Screenshot of the Profiler button from the Performance blade." lightbox="media/profiler-settings/profiler-button.png":::
27+
:::image type="content" source="./media/profiler-overview/profiler-button-inline.png" alt-text="Screenshot of the Profiler button from the Performance pane." lightbox="media/profiler-settings/profiler-button.png":::
2828

2929
**By operation**
3030

0 commit comments

Comments
 (0)