Hi Mark Pearson,
how do I ensure that the Instance is not in a stopped state at the time of the backups, If I cannot specify or view the time these backups are due to run?
As per documnet Automatic full backups are initiated once a week based on a schedule determined by Microsoft
While you can’t view the exact schedule, you can monitor whether an LTR backup has been created:
- Use Azure CLI, PowerShell, or the Azure Portal to query the existing LTR backups:
az sql midb ltr-backup list --location [--database] [--database-state] [--latest] [--managed-instance] [--resource-group]
This lets you verify whether a yearly/monthly/weekly backup has been created, so you know you’re in good shape before stopping the instance.
As per your situation currently Safest workaround is as you suggested to take your own backups manually and store them in Azure Storage. This means you’re in full control you decide exactly when backups happen, and you keep track of them yourself.