An Azure service that is used for adding real-time communications to web applications.
Hi @Anton Jonsson ,
Thanks for reaching out to Microsoft Q&A.
To tackle SignalR performance issues after moving app containers to a different region, make sure the SignalR service mode is set right (Persistent vs. Serverless), cut down network latency with Azure VNet integration, and look for DNS resolution delays using Azure Private Link. Also, check that the new container environment matches the old setup, including runtime, dependencies, and configurations. Running latency tests (az network watcher connectivity check) can help spot routing issues. If SignalR connections are shaky, bumping up the minimum container instances and using sticky sessions might boost reliability. For more tips, check out the Azure SignalR Performance Guide and the Troubleshooting Guide.
If the answer is helpful, please click Accept Answer and kindly upvote it so that other people who faces similar issue may get benefitted from it.
Please let us know if you need further assistance.