Azure / static-web-apps

Azure Static Web Apps. For bugs and feature requests, please create an issue in this repo. For community discussions, latest updates, kindly refer to the Discussions Tab. To know what's new in Static Web Apps, visit https://aka.ms/swa/ThisMonth
https://aka.ms/swa
MIT License
318 stars 53 forks source link

Static web app location when using private endpoint #1499

Open andreascorti opened 1 week ago

andreascorti commented 1 week ago

Hello, We are enforcing the resource creation in the region for which the subscription has been created for, thanks to policies.

This is currently a big limitation for static web apps, even if exposed behind a private endpoint, because the region is used for the managed azure function and for staging environments and even with private endpoint it is mandatory to select one.

For example, my subscription and vnet are in NE, hence the company policy is preventing me to create a static web app with a NE private endpoint, because I cannot select WE as default region for the SWA.

Can you help me to find a solution for the issue?

Thanks, Andrea