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-portal/azure-portal-add-remove-sort-favorites.md
+6-11Lines changed: 6 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,19 @@
1
1
---
2
-
title: Add, remove, and arrange favorites in Azure portal
3
-
description: Learn how to add or remove items from the favorites list and rearrange the order of items
4
-
keywords: favorites,portal
2
+
title: Manage favorites in Azure portal
3
+
description: Learn how to add or remove services from the favorites list.
5
4
ms.date: 02/17/2022
6
5
ms.topic: how-to
7
6
---
8
7
9
-
# Add, remove, and rearrange favorites
8
+
# Manage favorites
10
9
11
-
Add or remove items from your **Favorites** list in the Azure portal so that you can quickly go to the services you use most often. We've already added some common services to your **Favorites** list, but you'll likely want to customize it. You're the only one who sees the changes you make to **Favorites**.
10
+
Add or remove items from your **Favorites** list in the Azure portal so that you can quickly go to the services you use most often. We've already added some common services to your **Favorites** list, but you may want to customize it. You're the only one who sees the changes you make to **Favorites**.
12
11
13
-
## Add a favorite
12
+
## Add a favorite service
14
13
15
14
Items that are listed under **Favorites** are selected from **All services**. Hover over a service name to display information and resources related to the service. A filled star icon  next to the service name indicates that the item appears on the **Favorites** list. Select the star icon to add a service to the **Favorites** list.
16
15
17
-
In this example, we'll add Cost Management + Billing to the **Favorites** list.
16
+
In this example, we'll add **Cost Management + Billing** to the **Favorites** list.
18
17
19
18
1. Select **All services** from the Azure portal menu.
20
19
@@ -40,10 +39,6 @@ You can now remove an item directly from the **Favorites** list.
40
39
41
40
2. On the information card, select the star so that it changes from filled to unfilled. The service is removed from the **Favorites** list.
42
41
43
-
## Rearrange favorites
44
-
45
-
You can change the order in which your favorite services are listed. Just select an item, then drag and drop it to another location under **Favorites**.
46
-
47
42
## Next steps
48
43
49
44
- To create a project-focused workspace, see [Create and share dashboards in the Azure portal](../azure-portal/azure-portal-dashboards.md).
:::image type="content" source="media/azure-portal-markdown-tile/azure-portal-dashboard-edit.png" alt-text="Screenshot showing the dashboard edit option in the Azure portal.":::
20
20
21
21
1. In the **Tile Gallery**, locate the tile called **Markdown** and select **Add**. The tile is added to the dashboard and the **Edit Markdown** pane opens.
22
22
23
23
1. Enter values for **Title** and **Subtitle**, which display on the tile after you move to another field.
24
24
25
-

25
+
:::image type="content" source="media/azure-portal-markdown-tile/azure-portal-dashboard-enter-title.png" alt-text="Screenshot showing how to add a title and subtitle to a markdown tile.":::
26
26
27
27
1. Select one of the options for including markdown content: **Inline editing** or **Insert content using URL**.
28
28
@@ -35,11 +35,11 @@ You can add a markdown tile to your Azure dashboards to display custom, static c
> For added security, create a markdown file and store it in an [Azure storage account blob where encryption is enabled](../storage/common/storage-service-encryption.md). For additional control, configure the encryption with [customer-managed keys stored in Azure Key Vault](../storage/common/customer-managed-keys-configure-key-vault.md?tabs=portal). You can then point to the file using the **Insert content using URL** option. Only users with permissions to the file can see the markdown content on the dashboard. You might need to set a [cross-origin resource sharing (CORS)](/rest/api/storageservices/cross-origin-resource-sharing--cors--support-for-the-azure-storage-services) rule on the storage account so that the Azure portal (_https://portal.azure.com/_) can access the markdown file in the blob.
38
+
> For added security, create a markdown file and store it in an [Azure storage account blob where encryption is enabled](../storage/common/storage-service-encryption.md). For additional control, configure the encryption with [customer-managed keys stored in Azure Key Vault](../storage/common/customer-managed-keys-configure-key-vault.md?tabs=portal). You can then point to the file using the **Insert content using URL** option. Only users with permissions to the file can see the markdown content on the dashboard. You might need to set a [cross-origin resource sharing (CORS)](/rest/api/storageservices/cross-origin-resource-sharing--cors--support-for-the-azure-storage-services) rule on the storage account so that the Azure portal (`https://portal.azure.com/`) can access the markdown file in the blob.
39
39
40
40
1. Select **Done** to dismiss the **Edit Markdown** pane. Your content appears on the Markdown tile, which you can resize by dragging the handle in the lower right-hand corner.
:::image type="content" source="media/azure-portal-markdown-tile/azure-portal-custom-markdown-tile.png" alt-text="Screenshot showing the custom markdown tile on a dashboard.":::
Copy file name to clipboardExpand all lines: articles/azure-portal/manage-filter-resource-views.md
+17-20Lines changed: 17 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,48 +2,46 @@
2
2
title: View and filter Azure resource information
3
3
description: Filter information and use different views to better understand your Azure resources.
4
4
ms.topic: how-to
5
-
ms.date: 03/16/2021
5
+
ms.date: 03/27/2023
6
6
---
7
7
8
8
# View and filter Azure resource information
9
9
10
10
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.
11
11
12
-
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.
13
-
14
-
:::image type="content" source="media/manage-filter-resource-views/all-resources.png" alt-text="Azure portal view of all resources":::
12
+
This article focuses on filtering information the **All resources** screen. Screens for individual resource types, such as virtual machines, may have different options.
15
13
16
14
## Filter resources
17
15
18
-
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.
16
+
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 four resource groups in a subscription.
19
17
20
18
:::image type="content" source="media/manage-filter-resource-views/filter-resource-group.png" alt-text="Filter view based on resource groups":::
21
19
22
-
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.
23
-
24
-
:::image type="content" source="media/manage-filter-resource-views/filter-simplewinvm.png" alt-text="Filter view based on text entry":::
20
+
You can combine filters, including those based on text searches. For example, after selecting specific resource groups, you can enter text in the filter box, or select a different filter option.
25
21
26
-
To change which columns are included in a view, select **Manage view** then **Edit columns**.
22
+
To change which columns are included in a view, select **Manage view**, then select**Edit columns**.
27
23
28
24
:::image type="content" source="media/manage-filter-resource-views/edit-columns.png" alt-text="Edit columns shown in view":::
29
25
30
26
## Save, use, and delete views
31
27
32
28
You can save views that include the filters and columns you've selected. To save and use a view:
33
29
34
-
1. Select **Manage view** then **Save view**.
30
+
1. Select **Manage view**, then select**Save view**.
35
31
36
-
1. Enter a name for the view then select **OK**. The saved view now appears in the **Manage view** menu.
32
+
1. Enter a name for the view, then select **OK**. The saved view now appears in the **Manage view** menu.
1. To use a view, switch between **Default** and one of your own views to see how that affects the list of resources displayed.
36
+
Try switching between **Default** and one of your own views to see how that affects the list of resources displayed.
41
37
42
-
To delete a view:
38
+
You can also select **Choose favorite view** to use one of your views as the default views for **All resources**.
43
39
44
-
1. Select **Manage view** then **Browse all views**.
40
+
To delete a view you've created:
45
41
46
-
1. In the **Saved views** pane, select the view then select the **Delete** icon .
42
+
1. Select **Manage view**, then select **Browse all views for "All resources"**.
43
+
44
+
1. In the **Saved views** pane, select the view, then select the **Delete** icon . Select **OK** to confirm the deletion.
47
45
48
46
## Export information from a view
49
47
@@ -53,7 +51,7 @@ You can export the resource information from a view. To export information in CS
53
51
54
52
:::image type="content" source="media/manage-filter-resource-views/export-csv.png" alt-text="Screenshot of exporting to CSV format":::
55
53
56
-
1. Save the file locally, then open in Excel or another application that supports the CSV format.
54
+
1. Save the file locally, then open the file in Excel or another application that supports the CSV format.
57
55
58
56
As you move around the portal, you'll see other areas where you can export information, such as an individual resource group.
59
57
@@ -73,7 +71,7 @@ To save and use a summary view:
73
71
74
72
:::image type="content" source="media/manage-filter-resource-views/type-summary-bar-chart.png" alt-text="Type summary showing a bar chart":::
75
73
76
-
1. Select **Manage view** then **Save view** to save this view like you did with the list view.
74
+
1. Select **Manage view**, then select **Save view** to save this view, just like you did with the list view.
77
75
78
76
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.
79
77
@@ -97,6 +95,5 @@ To run a Resource Graph query:
97
95
98
96
## Next steps
99
97
100
-
[Azure portal overview](azure-portal-overview.md)
101
-
102
-
[Create and share dashboards in the Azure portal](azure-portal-dashboards.md)
98
+
- Read an [overview of the Azure portal overview](azure-portal-overview.md).
99
+
- Learn how to [create and share dashboards in the Azure portal](azure-portal-dashboards.md).
0 commit comments