Skip to content

Commit c356165

Browse files
committed
Fixing instructions
1 parent dcbf2a8 commit c356165

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

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

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,19 +48,20 @@ Get-AzStorageFileServiceProperty -ResourceGroupName $rgName -StorageAccountName
4848

4949
# [Portal](#tab/azure-portal)
5050

51-
To restore a soft deleted file share, navigate to your storage account and select **File shares**.
51+
To restore a soft deleted file share:
5252

53-
On the file share blade, enable **Show deleted shares** to display any shares that have been soft deleted.
53+
1. Navigate to your storage account and select **File shares**.
54+
1. On the file share blade, enable **Show deleted shares** to display any shares that have been soft deleted.
5455

5556
This will display any shares which are currently in a **Deleted** status.
5657

57-
:::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="example":::
5859

59-
Select the share and select **undelete**, this will restore the share.
60+
1. Select the share and select **undelete**, this will restore the share.
6061

61-
You can confirm the share is restored since its status switches to **Active**.
62+
You can confirm the share is restored since its status switches to **Active**.
6263

63-
:::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="example":::
6465

6566
# [PowerShell](#tab/azure-powershell)
6667

0 commit comments

Comments
 (0)