App container located in northeurope with reduced signalR performance
I have a number of azure app containers running in the region westeurope.
We have a database and Azure SignalR service running in northeurope that's being used by the container apps.
To reduce database latency we created a new app container environment located in northeurope and created all our container apps in that environment. When we stopped the old container apps (running in westeurope) and enabled the new app containers (running in northeurope) we started getting performance issues with SignalR. Some requests were faster than the old app containers and some were slower and even timed out after 1min 40s which made the replicas in the app container restart. We couldn't see any performance issues in SignalR service and other appliactions using signalR was working as expected. When we stopped the new container apps and restarted the old container apps they didn't have any performance issues with SignalR.
Any idea why the performance was unstable when running in northeurope?