I am trying to automate a serverless azure database to be online during set hours and then paused "off hours".
Is there a way to do this using PowerShell commands or another automated way to put it online starting at a specific time during the work week?
Right now using the autopause option, but the main issue is that it requires an initial database hit to put the database online, which causes too long of a down time between the first database hit to the database being online and usable by the application. Thanks