Skip to content

Commit 34a8648

Browse files
committed
updated Powershell and CLI commands
1 parent 3c3ed4f commit 34a8648

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/backup/backup-azure-delete-vault.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ To stop protection and delete the backup data:
176176

177177
- If you are using SQL in Azure VMs backup and enabled auto-protection for SQL instances, first disable the auto-protection.
178178

179-
```PowerShell
179+
```PowerShell
180180
Disable-AzRecoveryServicesBackupAutoProtection
181181
[-InputItem] <ProtectableItemBase>
182182
[-BackupManagementType] <BackupManagementType>
@@ -189,7 +189,7 @@ To stop protection and delete the backup data:
189189
[<CommonParameters>]
190190
```
191191
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
193193
194194
- Stop protection and delete data for all backup-protected items in cloud (ex. laaS VM, Azure File Share etc.):
195195
@@ -214,8 +214,8 @@ To stop protection and delete the backup data:
214214
215215
Post which the following prompt would appear:
216216
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"):*
219219
220220
221221
- 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:
226226
227227
Post which the following prompt would appear:
228228
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"):*
232232
233233
After deleting the backed up data, un-register any on-premises containers and management servers.
234234

0 commit comments

Comments
 (0)