Can I automate zone redundancy for an App Service using Logic Apps?

0
4
Asked By TechWhiz123 On

I'm trying to set up an automation process that will let me reduce my App Service instances to 1, since zone redundancy requires 2 instances. Is it possible to use a Logic App with an HTTP action to turn zone redundancy on and off in a workflow?

2 Answers

Answered By DevOpsNinja88 On

Keep in mind that zone redundancy can vary by region, so make sure to check the availability in your specific area!

Answered By CloudGuru77 On

Yes, you should be able to do that since there's an API for managing zone redundancy. That said, if you're mainly focused on cutting costs, have you considered switching to container apps? They can scale down to zero when not in use, which might save you more in the long run. But if you're set on using App Service, you can use an Automation Account and run the Azure CLI commands as detailed in the Microsoft documentation.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.