Automate End of Month Redgate SQL Backup Copies in Azure Storage
The requirement is to automate the copying of End of Month backups for select critical databases from their main Azure storage container to a separate audit container within the same storage account.
Currently, each server writes full, differential, and log backups daily to a dedicated storage account with a general retention policy of 70 days. The auditors have requested that these specific critical backups be retained for a longer duration, prompting the creation of an additional container for audit purposes.
The goal is to establish an automated process that minimizes effort and is scalable, alongside implementing a longer retention policy (with archive) for the audit storage container.