Can I Use a Logic App to Manage Zone Redundancy for an App Service?

0
11
Asked By SkyBlueNinja12 On

I'm looking to set up an automation process that can turn zone redundancy on and off for my app service using an HTTP action in a Logic App workflow. The reason behind this is to reduce the instances from two to one since zone redundancy requires a minimum of two. Any insights on how to do this?

2 Answers

Answered By CloudyDayDreamer On

Make sure to check which region you're in, since the availability of zone redundancy can vary greatly depending on the area. It's something to keep in mind while setting things up.

Answered By TechieTim23 On

It should be possible! There’s an API that allows for modifying zone redundancy settings. However, if cost reduction is your main goal, I’d recommend considering container apps instead. They can be set to scale down to zero when they’re not in use. If you still want to pursue using app services, you might consider leveraging an automation account to run the Azure CLI commands, as detailed in the official 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.