Skip to content

Commit

Permalink
Update Disable-AzRecoveryServicesBackupProtection.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hiaga authored Jun 26, 2023
1 parent a38ab46 commit 84fd194
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Disable-AzRecoveryServicesBackupProtection [-Item] <ItemBase> [-RemoveRecoveryPo

## DESCRIPTION
The **Disable-AzRecoveryServicesBackupProtection** cmdlet disables protection for an Azure Backup-protected item.
This cmdlet stops regular scheduled backup of an item and reatin forever.
This cmdlet stops regular scheduled backup of an item and retain forever.
This cmdlet can also delete existing recovery points for the backup item if executed with RemoveRecoveryPoints parameter.
This cmdlet can suspend backup of an item and retain recovery points as per backup policy if used with RetainRecoveryPointsAsPerPolicy parameter. One condition with this scenario is that backups can't be suspended until immutability is enabled on the vault. To enable immutability on a recovery services vault, pls follow Update-AzRecoveryServicesVault cmdlet.
Set the vault context by using the Set-AzRecoveryServicesVaultContext cmdlet before you use the current cmdlet.
Expand Down

0 comments on commit 84fd194

Please sign in to comment.