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/dashboard-hub.md
+28-7Lines changed: 28 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,19 +2,38 @@
2
2
title: Create and manage dashboards in Dashboard hub
3
3
description: This article describes how to create and customize a dashboard in Dashboard Hub in the Azure portal.
4
4
ms.topic: how-to
5
-
ms.date: 09/01/2023
5
+
ms.date: 08/27/2024
6
6
---
7
7
8
8
# Create and manage dashboards in Dashboard hub (preview)
9
9
10
10
Dashboards are a focused and organized view of your cloud resources in the Azure portal. The new Dashboard hub (preview) experience offers editing features such as tabs, a rich set of tiles with support for different data sources, and support in the Azure mobile app.
11
11
12
-
Dashboar Hub can be used to create and manage shared dashboards only. These shared dashboards are implemented as Azure resources in your subscription. Private dashboards aren't currently supported in Dashboard Hub and must be [created from the **Dashboard** view in the Azure portal](azure-portal-dashboards.md).
12
+
Dashboar Hub can be used to create and manage shared dashboards only. These shared dashboards are implemented as Azure resources in your subscriptionand are visible to all users who have subscription-level access.
13
13
14
14
> [!IMPORTANT]
15
15
> Dashboard hub is currently in PREVIEW.
16
16
> See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
17
17
18
+
## Current limitations
19
+
20
+
Before using the new Dashboard hub experience, be aware of the following current limitations and make sure that your new dashboard meets your organization's needs.
21
+
22
+
Private dashboards aren't currently supported in Dashboard hub. To create a private dashboard, or share it with only a limited set of users, create your dashboard [from the **Dashboard** view in the Azure portal](azure-portal-dashboards.md).
23
+
24
+
Some tiles aren't yet available in the Dashboard hub experience. Currently, the following tiles are available:
25
+
26
+
-**Azure Resource Graph query**
27
+
-**Metrics**
28
+
-**Resource**
29
+
-**Resource Group**
30
+
-**Recent Resources**
31
+
-**All Resources**
32
+
-**Markdown**
33
+
-**Policy**
34
+
35
+
If your dashboard relies on one of these tiles, we recommend that you don't use the new experience for that dashboard at this time. We'll update this page as we add support for additional tile types.
36
+
18
37
## Create a new dashboard
19
38
20
39
This example shows how to create a new shared dashboard with an assigned name.
@@ -29,7 +48,7 @@ This example shows how to create a new shared dashboard with an assigned name.
29
48
30
49
You'll see an empty dashboard with a grid where you can arrange tiles.
31
50
32
-
1. If you want to use a template to create your dashboard, select **Select Templates**, then choose an available template to start from. Enter a name and any other applicable information. For example, if you select **SQL database health**, you'll need to speciy a SQL database resource. When you're finished, select **Submit**.
51
+
1. If you want to use a template to create your dashboard, select **Select Templates**, then choose an available template to start from. Enter a name and any other applicable information. For example, if you select **SQL database health**, you'll need to specify a SQL database resource. When you're finished, select **Submit**.
33
52
34
53
1. If you aren't using a template, or if you want to add more tiles, select **Add tile** to open the **Tile Gallery**. The **Tile Gallery** features a variety of tiles that display different types of information. Select a tile, then select **Add**. You can also drag tiles from the **Tile Gallery** onto your grid. Resize or rearrange the tiles as desired.
35
54
@@ -43,18 +62,20 @@ This example shows how to create a new shared dashboard with an assigned name.
43
62
1. Enter a name for the dashboard. This name will be used for the dashboard resource in Azure, and it can't be changed after publishing. However, you can edit the displayed title of the dashboard later.
44
63
1. Select **Submit**.
45
64
46
-
You'll see a notification confirming that your dashboard has been published. You can continue to edit your dashboard as needed.
65
+
You'll see a notification confirming that your dashboard has been published. You can continue to [edit your dashboard](#edit-a-dashboard) as needed.
47
66
48
67
## Create a dashboard based on an existing dashboard
49
68
50
-
This example shows how to create a new shared dashboard with an assigned name, based on an existing dashboard.
69
+
Follow these steps to create a new shared dashboard with an assigned name, based on an existing dashboard.
51
70
52
-
1. In the Dashboard hub, under **Dashboards**, select either **Private dashboards** or **Shared dashboards**.
71
+
1. In the Dashboard hub, under **Dashboards**, select either **Private dashboards** or **Shared dashboards**.
53
72
1. Select the dashboard that you want to start with.
54
73
1. Select **Try it now**.
55
74
56
75
:::image type="content" source="media/dashboard-hub/dashboard-try-it-now.png" alt-text="Screenshot showing the Try it now link for a dashboard.":::
57
76
58
77
The dashboard opens in the new Dashboard hub editing experience.
59
78
60
-
79
+
## Edit a dashboard
80
+
81
+
After you create a dashboard, you can add, resize, and arrange tiles that show your Azure resources or display other helpful information. We'll start by working with the Tile Gallery, then explore other ways to customize dashboards.
0 commit comments