Is there a way to avoid deploying in Russia (ie Russian users can connect to an edge server that's located outside Russia)? Asking because my NextJS backend uses the OpenAI API, and it doesn't work in Russia. Russian users can access our site, but they're missing functionality because the OAI API calls are blocked from the backend.
I'm presuming this is because Russian users are hitting an edge deployment located in Russia. Maybe Load Balancer can deal with this?