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/backup-azure-delete-vault.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -176,7 +176,7 @@ To stop protection and delete the backup data:
176
176
177
177
- If you are using SQL in Azure VMs backup and enabled auto-protection for SQL instances, first disable the auto-protection.
178
178
179
-
```PowerShell
179
+
```PowerShell
180
180
Disable-AzRecoveryServicesBackupAutoProtection
181
181
[-InputItem] <ProtectableItemBase>
182
182
[-BackupManagementType] <BackupManagementType>
@@ -189,7 +189,7 @@ To stop protection and delete the backup data:
189
189
[<CommonParameters>]
190
190
```
191
191
192
-
[Learn more](https://docs.microsoft.com/powershell/module/az.recoveryservices/disable-azrecoveryservicesbackupautoprotection?view=azps-2.6.0) on how to disable protection for an Azure Backup-protected item
192
+
[Learn more](https://docs.microsoft.com/powershell/module/az.recoveryservices/disable-azrecoveryservicesbackupautoprotection?view=azps-2.6.0) on how to disable protection for an Azure Backup-protected item
193
193
194
194
- Stop protection and delete data for all backup-protected items in cloud (ex. laaS VM, Azure File Share etc.):
195
195
@@ -214,8 +214,8 @@ To stop protection and delete the backup data:
214
214
215
215
Post which the following prompt would appear:
216
216
217
-
*Microsoft Azure Backup Are you sure you want to remove this backup policy? Deleted backup data will be retained for 14 days. After that time, backup data will be permanently deleted. <br/>
218
-
[Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help (default is "Y"):*
217
+
*Microsoft Azure Backup Are you sure you want to remove this backup policy? Deleted backup data will be retained for 14 days. After that time, backup data will be permanently deleted. <br/>
218
+
[Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help (default is "Y"):*
219
219
220
220
221
221
- For on-premises machines protected using MABS (Microsoft Azure Backup Server) or DPM to Azure (System Center Data Protection Manager), use the following command to delete the backed up data in Azure.
@@ -226,9 +226,9 @@ To stop protection and delete the backup data:
226
226
227
227
Post which the following prompt would appear:
228
228
229
-
*Microsoft Azure Backup
230
-
Are you sure you want to remove this backup policy? Deleted backup data will be retained for 14 days. After that time, backup data will be permanently deleted. <br/>
231
-
[Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help (default is "Y"):*
229
+
*Microsoft Azure Backup
230
+
Are you sure you want to remove this backup policy? Deleted backup data will be retained for 14 days. After that time, backup data will be permanently deleted. <br/>
231
+
[Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help (default is "Y"):*
232
232
233
233
After deleting the backed up data, un-register any on-premises containers and management servers.
0 commit comments