Skip to content

Commit 70768ae

Browse files
author
David Curwin
committed
more remove soft delete
1 parent 476f2f2 commit 70768ae

File tree

2 files changed

+1
-39
lines changed

2 files changed

+1
-39
lines changed

articles/backup/powershell-backup-samples.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,4 @@ The following table links to PowerShell script samples that use Azure Backup to
1313
|---|---|
1414
| [Back up an encrypted virtual machine to Azure](./scripts/backup-powershell-sample-backup-encrypted-vm.md) | Back up all data on the encrypted virtual machine.|
1515
| [Find Registered Storage Account](./scripts/backup-powershell-script-find-recovery-services-vault.md) | Find the recovery services vault where the storage account is registered |
16-
| [Disable Soft delete for File Shares in a Storage Account](./scripts/disable-soft-delete-for-file-shares.md) | Disable Soft delete for File Shares in a Storage Account|
17-
| [Undelete accidentally deleted File share](./scripts/backup-powershell-script-undelete-file-share.md) | Undelete accidentally deleted File share |
16+

articles/backup/troubleshoot-azure-files.md

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -271,43 +271,6 @@ Error Message: Another operation is in progress on the selected item.
271271

272272
Wait for the other in-progress operation to complete and retry at a later time.
273273

274-
## Common Soft Delete Related Errors
275-
276-
### UserErrorRestoreAFSInSoftDeleteState- This restore point is not available as the snapshot associated with this point is in a File Share that is in soft-deleted state
277-
278-
Error Code: UserErrorRestoreAFSInSoftDeleteState
279-
280-
Error Message: This restore point is not available as the snapshot associated with this point is in a File Share that is in soft-deleted state.
281-
282-
You can't perform a restore operation when the file share is in soft deleted state. Undelete the file share using the [Undelete script](scripts/backup-powershell-script-undelete-file-share.md) and then try to restore.
283-
284-
### UserErrorRestoreAFSInDeleteState- Listed restore points are not available as the associated file share containing the restore point snapshots has been deleted permanently
285-
286-
Error Code: UserErrorRestoreAFSInDeleteState
287-
288-
Error Message: Listed restore points are not available as the associated file share containing the restore point snapshots has been deleted permanently.
289-
290-
Check if the backed-up file share is deleted. If it was in soft deleted state, check if the soft delete retention period is over and it wasn't recovered back. In either of these cases, you'll lose all your snapshots permanently and won’t be able to recover the data.
291-
292-
>[!NOTE]
293-
> We recommend you don't delete the backed up file share, or if it is in soft deleted state, undelete before the soft delete retention period ends, to avoid lose all your restore points.
294-
295-
### UserErrorBackupAFSInSoftDeleteState - Backup failed as the Azure File Share is in soft-deleted state
296-
297-
Error Code: UserErrorBackupAFSInSoftDeleteState
298-
299-
Error Message: Backup failed as the Azure File Share is in soft-deleted state
300-
301-
Undelete the file share using the [Undelete script](scripts/backup-powershell-script-undelete-file-share.md) to continue the backup and prevent permanent deletion of data.
302-
303-
### UserErrorBackupAFSInDeleteState- Backup failed as the associated Azure File Share is permanently deleted
304-
305-
Error Code: UserErrorBackupAFSInDeleteState
306-
307-
Error Message: Backup failed as the associated Azure File Share is permanently deleted
308-
309-
Check if the backed-up file share is permanently deleted. If yes, stop the backup for the file share to avoid repeated backup failures. To learn how to stop protection see [Stop Protection for Azure file share](https://docs.microsoft.com/azure/backup/manage-afs-backup#stop-protection-on-a-file-share)
310-
311274
## Next steps
312275

313276
For more information about backing up Azure file shares, see:

0 commit comments

Comments
 (0)