I have a SQL Database in Azure. An S0 instance with 10 DTUs. This is enough 95% of the time.
However, when the App Service plan scales out (can go up to 20x in rare cases), I need 200/400 DTUs. Since this will not happen very often, so it would be a waste to always pay for these sizes. Is there a way to scale out the database when the app service scales out?
Thank you!