Skip to content

Commit 559a236

Browse files
authored
Merge pull request #129534 from mgblythe/mb-0911-manage-resources
Manage and filter resource views
2 parents f8aac41 + 9f7d5c7 commit 559a236

14 files changed

+92
-0
lines changed

articles/azure-portal/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
href: set-preferences.md
3232
- name: Add, remove, and sort favorites
3333
href: azure-portal-add-remove-sort-favorites.md
34+
- name: View and filter resource information
35+
href: manage-filter-resource-views.md
3436
- name: Create Azure dashboards
3537
items:
3638
- name: Create and share Azure dashboards
Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
---
2+
title: View and filter Azure resource information
3+
description: Filter information and use different views to better understand your Azure resources.
4+
author: mgblythe
5+
ms.service: azure-portal
6+
ms.topic: quickstart
7+
ms.author: mblythe
8+
ms.date: 09/11/2020
9+
10+
---
11+
12+
# View and filter Azure resource information
13+
14+
The Azure portal enables you to browse detailed information about resources across your Azure subscriptions. This article shows you how to filter information and use different views to better understand your resources.
15+
16+
The article focuses on the **All resources** screen shown in the following screenshot. Screens for individual resource types, such as virtual machines, have different options, such as starting and stopping a VM.
17+
18+
:::image type="content" source="media/manage-filter-resource-views/all-resources.png" alt-text="Azure portal view of all resources":::
19+
20+
## Filter resources
21+
22+
Start exploring **All resources** by using filters to focus on a subset of your resources. The following screenshot shows filtering on resource groups, selecting two of the six resource groups in a subscription.
23+
24+
:::image type="content" source="media/manage-filter-resource-views/filter-resource-group.png" alt-text="Filter view based on resource groups":::
25+
26+
You can combine filters, including those based on text searches, as shown in the following screenshot. In this case the results are scoped to resources that contain "SimpleWinVM" in one of the two resource groups already selected.
27+
28+
:::image type="content" source="media/manage-filter-resource-views/filter-simplewinvm.png" alt-text="Filter view based on text entry":::
29+
30+
To change which columns are included in a view, select **Manage view** then **Edit columns**.
31+
32+
:::image type="content" source="media/manage-filter-resource-views/edit-columns.png" alt-text="Edit columns shown in view":::
33+
34+
## Save, use, and delete views
35+
36+
You can save views that include the filters and columns you've selected. To save and use a view:
37+
38+
1. Select **Manage view** then **Save view**.
39+
40+
1. Enter a name for the view then select **OK**. The saved view now appears in the **Manage view** menu.
41+
42+
:::image type="content" source="media/manage-filter-resource-views/simple-view.png" alt-text="Saved view":::
43+
44+
1. To use a view, switch between **Default** and one of your own views to see how that affects the list of resources displayed.
45+
46+
To delete a view:
47+
48+
1. Select **Manage view** then **Browse all views**.
49+
50+
1. In the **Saved views for "All resources"** pane, select the view then select the **Delete** icon ![Delete view icon](media/manage-filter-resource-views/icon-delete.png).
51+
52+
## Summarize resources with visuals
53+
54+
The views we've looked at so far have been _list views_, but there are also _summary views_ that include visuals. You can save and use these views just like you can list views. Filters persist between the two types of views. To save and use a summary view:
55+
56+
1. From the view menu, select **Summary view**.
57+
58+
:::image type="content" source="media/manage-filter-resource-views/menu-summary-view.png" alt-text="Summary view menu":::
59+
60+
1. The summary view enables you to summarize by different attributes, including **Location** and **Type**. Select a **Summarize by** option and an appropriate visual. The following screenshot shows the **Type summary** with a **Bar chart** visual.
61+
62+
:::image type="content" source="media/manage-filter-resource-views/type-summary-bar-chart.png" alt-text="Type summary showing a bar chart":::
63+
64+
1. Select **Manage view** then **Save** to save this view like you did with the list view.
65+
66+
1. In the summary view, under **Type summary**, select a bar in the chart. Selecting the bar provides a list filtered down to one type of resource.
67+
68+
:::image type="content" source="media/manage-filter-resource-views/all-resources-filtered-type.png" alt-text="All resources filtered by type":::
69+
70+
## Run queries in Azure Resource Graph
71+
72+
Azure Resource Graph provides efficient and performant resource exploration with the ability to query at scale across a set of subscriptions. The **All resources** screen in the Azure portal includes a link to open a Resource Graph query that is scoped to the current filtered view.
73+
74+
To run a Resource Graph query:
75+
76+
1. Select **Open query**.
77+
78+
:::image type="content" source="media/manage-filter-resource-views/open-query.png" alt-text="Open Azure Resource Graph query":::
79+
80+
1. In **Azure Resource Graph Explorer**, select **Run query** to see the results.
81+
82+
:::image type="content" source="media/manage-filter-resource-views/run-query.png" alt-text="Run Azure Resource Graph query":::
83+
84+
For more information, see [Run your first Resource Graph query using Azure Resource Graph Explorer](../governance/resource-graph/first-query-portal.md).
85+
86+
## Next steps
87+
88+
[Azure portal overview](azure-portal-overview.md)
89+
90+
[Create and share dashboards in the Azure portal](azure-portal-dashboards.md)
28.5 KB
Loading
83.4 KB
Loading
18.5 KB
Loading
34.1 KB
Loading
51.2 KB
Loading
436 Bytes
Loading
7.98 KB
Loading
8.91 KB
Loading

0 commit comments

Comments
 (0)