I have an Azure Windows VM running a few SQL server databases. Azure premium offers automated backup, which is great. I am however not able to change the frequency of the automated backups, which now occur every 2 hours. These 2 hour scheduled backups result in performance issues when the server is running important SQL Server jobs.
Is there any way to alter the frequency other than creating manual backup jobs with the job agent? Within the Azure portal I can only change things like the backup retention, not the frequency.
Thanks in advance!