Skip to content

Commit a9d5643

Browse files
committed
dashboard hub
1 parent 738fea9 commit a9d5643

File tree

5 files changed

+63
-1
lines changed

5 files changed

+63
-1
lines changed

articles/azure-portal/TOC.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
- name: Quickstarts
1010
items:
1111
- name: Create a VM in the portal
12-
href: /azure/virtual-machines/windows/quick-create-portal?context=/azure/azure-portal/context/context
12+
href: ../virtual-machines/windows/quick-create-portal.md?context=/azure/azure-portal/context/context
1313
- name: Create a dashboard
1414
items:
1515
- name: Azure CLI
@@ -40,6 +40,8 @@
4040
href: azure-portal-dashboards.md
4141
- name: Share an Azure dashboard
4242
href: azure-portal-dashboard-share-access.md
43+
- name: Create and manage dashboards in Dashboard hub
44+
href: dashboard-hub.md
4345
- name: Use a custom markdown tile
4446
href: azure-portal-markdown-tile.md
4547
- name: Structure of Azure dashboards
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
---
2+
title: Create and manage dashboards in Dashboard hub
3+
description: This article describes how to create and customize a dashboard in Dashboard Hub in the Azure portal.
4+
ms.topic: how-to
5+
ms.date: 09/01/2023
6+
---
7+
8+
# Create and manage dashboards in Dashboard hub (preview)
9+
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+
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).
13+
14+
> [!IMPORTANT]
15+
> Dashboard hub is currently in PREVIEW.
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+
18+
## Create a new dashboard
19+
20+
This example shows how to create a new shared dashboard with an assigned name.
21+
22+
1. Sign in to the [Azure portal](https://portal.azure.com).
23+
24+
1. Search for **Dashboard hub** and then select it.
25+
26+
1. Under **Dashboards (preview)**, select **Shared dashboards**. Then select **Create**.
27+
28+
:::image type="content" source="media/dashboard-hub/dashboard-hub-create.png" alt-text="Screenshot of the Create option in the Dashboard hub.":::
29+
30+
You'll see an empty dashboard with a grid where you can arrange tiles.
31+
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**.
33+
34+
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+
36+
1. If you haven't already provided a name, or want to change what you entered, select **Rename dashboard** to enter a name that will help you easily identify your dashboard.
37+
38+
:::image type="content" source="media/dashboard-hub/dashboard-hub-rename.png" alt-text="Screenshot showing a dashboard being renamed in the Dashboard hub.":::
39+
40+
1. When you're finished, select **Publish dashboardV2** in the page header.
41+
42+
1. Select the subscription and resource group to which the dashboard will be saved.
43+
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+
1. Select **Submit**.
45+
46+
You'll see a notification confirming that your dashboard has been published. You can continue to edit your dashboard as needed.
47+
48+
## Create a dashboard based on an existing dashboard
49+
50+
This example shows how to create a new shared dashboard with an assigned name, based on an existing dashboard.
51+
52+
1. In the Dashboard hub, under **Dashboards**, select either **Private dashboards** or **Shared dashboards**.
53+
1. Select the dashboard that you want to start with.
54+
1. Select **Try it now**.
55+
56+
:::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+
58+
The dashboard opens in the new Dashboard hub editing experience.
59+
60+
199 KB
Loading
33.4 KB
Loading
47.7 KB
Loading

0 commit comments

Comments
 (0)