You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/backup/powershell-backup-samples.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,5 +13,4 @@ The following table links to PowerShell script samples that use Azure Backup to
13
13
|---|---|
14
14
|[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.|
15
15
|[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|
Copy file name to clipboardExpand all lines: articles/backup/troubleshoot-azure-files.md
-37Lines changed: 0 additions & 37 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -271,43 +271,6 @@ Error Message: Another operation is in progress on the selected item.
271
271
272
272
Wait for the other in-progress operation to complete and retry at a later time.
273
273
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
-
311
274
## Next steps
312
275
313
276
For more information about backing up Azure file shares, see:
0 commit comments