Skip to content

Commit 825c215

Browse files
authored
Merge pull request #202647 from tamram/tamram22-0623
recover deleted storage account + SFTP & versioning updates
2 parents 48173a5 + f4fb5b6 commit 825c215

File tree

5 files changed

+12
-11
lines changed

5 files changed

+12
-11
lines changed

articles/storage/blobs/secure-file-transfer-protocol-known-issues.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: normesta
55
ms.subservice: blobs
66
ms.service: storage
77
ms.topic: conceptual
8-
ms.date: 06/03/2022
8+
ms.date: 06/23/2022
99
ms.author: normesta
1010
ms.reviewer: ylunagaria
1111

@@ -73,8 +73,7 @@ The following clients are known to be incompatible with SFTP for Azure Blob Stor
7373

7474
## Integrations
7575

76-
- Change feed and Event Grid notifications aren't supported.
77-
76+
- Change feed notifications aren't supported.
7877
- Network File System (NFS) 3.0 and SFTP can't be enabled on the same storage account.
7978

8079
## Performance

articles/storage/blobs/soft-delete-blob-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@ For more information on how to restore soft-deleted objects, see [Manage and res
100100
> [!IMPORTANT]
101101
> Versioning is not supported for accounts that have a hierarchical namespace.
102102
103-
If blob versioning and blob soft delete are both enabled for a storage account, then overwriting a blob automatically creates a new previous version that reflects the blob's state before the write operation. The new version isn't soft-deleted and isn't removed when the soft-delete retention period expires. No soft-deleted snapshots are created.
103+
If blob versioning and blob soft delete are both enabled for a storage account, then overwriting a blob automatically creates a new previous version that reflects the blob's state before the write operation. The new version isn't soft-deleted and isn't removed when the soft-delete retention period expires. No soft-deleted snapshots are created.
104104

105-
If blob versioning and blob soft delete are both enabled for a storage account, then when you delete a blob, the current version of the blob becomes a previous version, and there's no longer a current version. No new version is created and no soft-deleted snapshots are created.
105+
If blob versioning and blob soft delete are both enabled for a storage account, then when you delete a blob, the current version of the blob becomes a previous version, and there's no longer a current version. No new version is created and no soft-deleted snapshots are created. All previous versions are retained until they are explicitly deleted, either with a direct delete operation or via a lifecycle management policy.
106106

107107
Enabling soft delete and versioning together protects previous blob versions as well as current versions from deletion. When soft delete is enabled, explicitly deleting a previous version creates a soft-deleted version that is retained until the soft-delete retention period elapses. After the soft-delete retention period has elapsed, the soft-deleted blob version is permanently deleted.
108108

articles/storage/blobs/versioning-overview.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,4 +302,5 @@ This table shows how this feature is supported in your account and the impact on
302302

303303
- [Enable and manage blob versioning](versioning-enable.md)
304304
- [Creating a snapshot of a blob](/rest/api/storageservices/creating-a-snapshot-of-a-blob)
305-
- [Soft delete for Azure Storage Blobs](./soft-delete-blob-overview.md)
305+
- [Soft delete for blobs](./soft-delete-blob-overview.md)
306+
- [Soft delete for containers](soft-delete-container-overview.md)
-22.2 KB
Loading

articles/storage/common/storage-account-recover.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: tamram
77

88
ms.service: storage
99
ms.topic: conceptual
10-
ms.date: 07/06/2021
10+
ms.date: 06/23/2022
1111
ms.author: tamram
1212
ms.subservice: common
1313
---
@@ -32,15 +32,16 @@ If the deleted storage account used customer-managed keys with Azure Key Vault a
3232
3333
## Recover a deleted account from the Azure portal
3434

35-
To recover a deleted storage account from within another storage account, follow these steps:
35+
To restore a deleted storage account from within another storage account, follow these steps:
3636

37-
1. Navigate to the overview page for an existing storage account in the Azure portal.
38-
1. In the **Support + troubleshooting** section, select **Recover deleted account**.
37+
1. Navigate to the list of your storage accounts in the Azure portal.
38+
1. Select the **Restore** button to open the **Restore deleted account** pane.
39+
1. Select the subscription for the account that you want to recover from the **Subscription** drop-down.
3940
1. From the dropdown, select the account to recover, as shown in the following image. If the storage account that you want to recover is not in the dropdown, then it cannot be recovered.
4041

4142
:::image type="content" source="media/storage-account-recover/recover-account-portal.png" alt-text="Screenshot showing how to recover storage account in Azure portal":::
4243

43-
1. Select the **Recover** button to restore the account. The portal displays a notification that the recovery is in progress.
44+
1. Select the **Restore** button to recover the account. The portal displays a notification that the recovery is in progress.
4445

4546
## Recover a deleted account via a support ticket
4647

0 commit comments

Comments
 (0)