Hi @JoelP
I think this error is anticipated when attempting to access the database while the instance is undergoing maintenance.
The Azure infrastructure periodically performs planned maintenance and – the upgrade of hardware or software components in the datacenter. While the database undergoes maintenance, Azure SQL may terminate some existing connections and refuse new ones and get such error message.
The failures experienced during planned maintenance are typically transient, and retry logic to your job should help to reduce the impact.
Post maintenance, your database and instance should be online and healthy.
Thank you!