An Azure real-time data ingestion service.
It looks like you want to change the redundancy of your Recovery Services Vault (RSV) in Azure from Geo-Redundant Storage (GRS) to Locally Redundant Storage (LRS) to optimize costs, but you’re having trouble because you have existing protected items.
Here’s the step-by-step approach you can follow to achieve this:
Changing from GRS to LRS
Unfortunately, you cannot change the storage redundancy directly from GRS to LRS if you have existing backups. However, you can follow these options:
Create a New Vault:
- Stop the backups for the items in your current GRS vault but make sure to retain the backup data.
- Create a new Recovery Services Vault and ensure the Storage Replication Type is set to LRS during the creation process.
- After the new vault is created, configure your backups in the new LRS vault.
- This method will allow your new backups to be LRS while keeping your original data intact in the GRS vault.
- Stop the backups for the items in your current GRS vault, and choose the **Delete data** option. - Create a new Recovery Services Vault with the replication type set to LRS, then configure your backups again in this new vault.
- After the new vault is created, configure your backups in the new LRS vault.
- Create a new Recovery Services Vault and ensure the Storage Replication Type is set to LRS during the creation process.
Additional Considerations
- Make sure that your account does not have any ongoing conflicting migrations when you initiate your change. If there’s any ongoing migration, you will need to wait for it to complete.
- Consider your backup retention policies after switching to LRS as they can impact the overall cost.
Follow-Up Questions
- Do you need to retain existing backup data or are you okay with clearing it?
- Have you checked if there are any ongoing migrations or settings in your current vault that might hinder this change?
- Are you okay with creating a new Recovery Services Vault, or would you prefer working within the current one?
I hope this helps you transition smoothly to LRS for cost optimization! If you have further questions or need more clarifications, feel free to ask!