An Azure service that provides a platform-managed, scalable, and highly available application delivery controller as a service.
Hello @ Reena Tsai (TrendAI),
Thanks for reaching out to Microsoft Q&A.
Let’s clear up the confusion.
1.Is Application Gateway v2 supported in Indonesia Central?
Yes. Even though the public “Products by region” table you saw hasn’t been updated, Application Gateway Standard_v2 is generally available in Indonesia Central today. The fact that the Azure portal lets you pick Standard V2 for that region is the most up-to-date indicator of support. you can check the below document for reference where you find the Indonesia is supported region.
Reference:
https://learn.microsoft.com/en-us/azure/reliability/regions-list?tabs=all
2.If it weren’t supported, what alternatives could you use?
Since v2 is supported, you can go ahead and use it for autoscaling and a static VIP. If you ever need a fallback (e.g. in a region where v2 truly isn’t available), common patterns are:
• Azure Load Balancer (Standard) front-ending a Virtual Machine Scale Set (or AKS) with a static public IP plus Azure Autoscale rules.
• Azure Front Door (Standard/Premium SKU) for global traffic management and a static anycast IP.
I tested in my environment i am able to create the application gateway v2 in the Indonesia region.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".