Skip to content

Commit 5dd35ad

Browse files
committed
Adding image and image alt text.
1 parent 4993a47 commit 5dd35ad

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed
125 KB
Loading

articles/storage/files/storage-files-enable-soft-delete.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The following steps show how to enable soft delete for Azure file shares on an e
2424
1. Select **File share retention period in days** and enter a number of your choosing.
2525
1. Select **Save** to confirm your data retention settings.
2626

27-
:::image type="content" source="media/storage-how-to-recover-deleted-account/enable-soft-delete-files.png" alt-text="Screenshot of the storage account soft delete settings pane. Highlighting the file shares section, enable toggle, retention period, and save.":::
27+
:::image type="content" source="media/storage-how-to-recover-deleted-account/enable-soft-delete-files.png" alt-text="Screenshot of the storage account soft delete settings pane. Highlighting the file shares section, enable toggle, set a retention period, and save. This will enable soft delete for all file shares in your storage account.":::
2828

2929
# [PowerShell](#tab/azure-powershell)
3030

@@ -55,13 +55,13 @@ To restore a soft deleted file share:
5555

5656
This will display any shares which are currently in a **Deleted** status.
5757

58-
:::image type="content" source="media/storage-how-to-recover-deleted-account/undelete-file-share.png" alt-text="example":::
58+
:::image type="content" source="media/storage-how-to-recover-deleted-account/undelete-file-share.png" alt-text="If the status column, the column next to the name column, is set to deleted, then your file share is in a soft deleted state. And will be permanently deleted after your specified retention period.":::
5959

6060
1. Select the share and select **undelete**, this will restore the share.
6161

6262
You can confirm the share is restored since its status switches to **Active**.
6363

64-
:::image type="content" source="media/storage-how-to-recover-deleted-account/restored-file-share.png" alt-text="example":::
64+
:::image type="content" source="media/storage-how-to-recover-deleted-account/restored-file-share.png" alt-text="If the status column, the column next to the name column, is set to Active, then your file share has been restored.":::
6565

6666
# [PowerShell](#tab/azure-powershell)
6767

@@ -74,14 +74,16 @@ Restore-AzRmStorageShare -ResourceGroupName $rgname -StorageAccountName $account
7474

7575
## Disable soft delete
7676

77-
To disable soft delete for your storage account, follow these instructions:
77+
If you wish to stop using soft delete, or permanently delete a file share, follow these instructions:
7878

7979
# [Portal](#tab/azure-portal)
8080

8181
1. Navigate to your storage account and select **Soft delete** under **Settings**.
8282
1. Under **File shares** select **Disabled** for **Soft delete for file shares**.
8383
1. Select **Save** to confirm your data retention settings.
8484

85+
:::image type="content" source="media/storage-how-to-recover-deleted-account/disable-soft-delete-files.png" alt-text="Disabling soft delete will allow you to immediately and permanently delete all file shares in your storage account at your leisure.":::
86+
8587
# [PowerShell](#tab/azure-powershell)
8688

8789
You can use the following command to disable soft delete on your storage account:

0 commit comments

Comments
 (0)