Skip to content

Commit 1f89dc7

Browse files
authored
Merge pull request #96356 from todmccoy/v-todmc-108864
Create storage-how-to-recover-deleted-account.md
2 parents e3ad3c7 + ab2db28 commit 1f89dc7

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed

articles/storage/files/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,8 @@
183183
href: storage-sync-files-troubleshoot.md
184184
- name: Troubleshoot Deleting Azure Files
185185
href: storage-troubleshoot-cannot-delete-files-azure-file-share.md
186+
- name: Recover a deleted storage account
187+
href: storage-how-to-recover-deleted-account.md
186188
- name: Reference
187189
items:
188190
- name: Azure PowerShell
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
title: Use an Azure file share with Azure Storage | Microsoft Docs
3+
description: Learn how to use an Azure file share with Windows and Windows Server.
4+
author: todmccoy
5+
manager: dcscontentpm
6+
ms.service: storage
7+
ms.topic: conceptual
8+
ms.date: 11/19/2019
9+
ms.author: rogarana
10+
ms.subservice: files
11+
services: storage
12+
tags: ''
13+
---
14+
15+
# How to recover a deleted storage account
16+
17+
Azure Storage provides data resiliency through automated replicas, but doesn't prevent users or application code from corrupting data, whether accidentally or maliciously. Maintaining data fidelity during instances of application or user error requires more advanced techniques, such as copying the data to a secondary storage location with an audit log.
18+
19+
The following table provides overview of the scope of Storage Account Recovery depending on the replication strategy.
20+
21+
| |LRS|ZRS|GRS|RA - GRS|
22+
|---|---|---|---|---|
23+
|Storage Account Azure Resource Manager|Yes|Yes|Yes|Yes|
24+
|Storage Account Classic|Yes|Yes|Yes|Yes|
25+
26+
Gather the following information and file a support request with Microsoft Support:
27+
28+
* Storage account name
29+
* Date of deletion
30+
* Storage account region
31+
* How was the storage account deleted?
32+
* What method deleted the storage account? (Portal, PowerShell, etc.)
33+
34+
Important Points
35+
36+
* It can generally take up to 15 days from the time of deletion for the storage service to perform garbage collection, so storage accounts recovery may not be recovered with an SLA.
37+
* Microsoft Support will try to recover the Container/Account on a best-effort basis and cannot guarantee the recovery.
38+
39+
> [!NOTE]
40+
> The recovery may not be successful if the account has been re-created. If you have already re-created the account, you must delete it first before recovery can be attempted.

0 commit comments

Comments
 (0)