Hello Sagar Gottipati
To migrate Azure storage accounts from GRS, LRS, ZRS, and RA-GRS to RA-GZRS, you can modify the replication settings via the Azure portal Generally, this procedure does not affect current backups or storage containers; however, it is recommended to review your backup strategy and confirm data integrity throughout the migration process.
Steps to Migrate to RA-GZRS
- navigate to the storage account you wish to migrate.
- Under Data management, select Redundancy.
- Choose RA-GZRS from the available options.
- Click Save to apply the changes.
Note: While the migration should not impact your backups, it is always a good practice to verify your backup strategy and ensure that backups are functioning correctly before and after the migration.
References: https://learn.microsoft.com/en-us/azure/storage/common/redundancy-migration?tabs=portal
Answer for your comment:
Migrating to RA-GZRS generally does not affect current backups or storage containers, as the data remains preserved during the migration. The storage account itself will not be recreated; it will continue to exist with its original name and configurations.
- Your existing backups and storage containers will remain unaffected during the migration process. The data is preserved, and no deletions occur. You will continue to have access to your data without any interruptions, ensuring that applications relying on this data can function normally.
- The storage account will not be recreated. It will maintain its current configuration, including the same name, endpoints, and access settings. The migration is an internal adjustment to the redundancy settings, meaning the account itself remains unchanged.
Hope the above answer helps! Please let us know do you have any further queries.
Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.