Skip to content

Commit 9431231

Browse files
authored
Merge pull request #101792 from mgblythe/mb-0121-dashboard-delete
Add recover-shared-deleted-dashboard
2 parents 9e3dfdd + 82c505f commit 9431231

File tree

6 files changed

+38
-0
lines changed

6 files changed

+38
-0
lines changed

articles/azure-portal/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@
5656
href: supportability/networking-quota-requests.md
5757
- name: Troubleshoot Azure portal issues
5858
items:
59+
- name: Recover a deleted dashboard
60+
href: recover-shared-deleted-dashboard.md
5961
- name: Troubleshoot region or SKU subscription issues
6062
href: supportability/sku-series-unavailable.md
6163
- name: Capture a browser trace for troubleshooting
73.3 KB
Loading
59.4 KB
Loading
9.18 KB
Loading
9.19 KB
Loading
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
title: Recover a deleted dashboard in the Azure portal | Microsoft Docs
3+
description: If you delete a published dashboard in the Azure portal, you can recover the dashboard.
4+
services: azure-portal
5+
author: mgblythe
6+
ms.author: mblythe
7+
ms.date: 01/21/2020
8+
ms.topic: conceptual
9+
10+
ms.service: azure-portal
11+
manager: mtillman
12+
---
13+
14+
# Recover a deleted dashboard in the Azure portal
15+
16+
If you delete a _published_ dashboard in the Azure portal, you can recover that dashboard within 90 days of the delete. If the dashboard isn't published, you cannot recover it, and you must rebuild it. For more information about publishing a dashboard, see [Publish dashboard](azure-portal-dashboard-share-access.md#publish-dashboard). Follow these steps to recover a published dashboard:
17+
18+
1. From the Azure portal menu, select **Resource groups**, then select the resource group where you published the dashboard (by default, it's named **dashboards**).
19+
20+
1. Under **Activity log**, expand the **Delete Dashboard** operation. Select the **Change history** tab, then select **\<deleted resource\>**.
21+
22+
![Screenshot of change history tab](media/recover-shared-deleted-dashboard/change-history-tab.png)
23+
24+
1. Select and copy the contents of the left pane, then save to a text file with a _.json_ file extension. The portal uses the JSON file to re-create the dashboard.
25+
26+
![Screenshot of change history diff](media/recover-shared-deleted-dashboard/change-history-diff.png)
27+
28+
1. From the Azure portal menu, select **Dashboards**, then select **Upload**.
29+
30+
![Screenshot of dashboard upload](media/recover-shared-deleted-dashboard/dashboard-upload.png)
31+
32+
1. Select the JSON file you saved. The portal re-creates the dashboard with the same name and elements as the deleted dashboard.
33+
34+
1. Select **Share** to publish the dashboard and re-establish the appropriate access control.
35+
36+
![Screenshot of dashboard share](media/recover-shared-deleted-dashboard/dashboard-share.png)

0 commit comments

Comments
 (0)