0

When creating my Azure App Service I used the default South Central US location but when I made my SQL server I set it to Central Canada. Will this still work properly or do I have to remake the Service Plan? According to Develop Cloud Connected Mobile Apps with Xamarin and Microsoft it says to make them have the same location.

B Best
  • 1,106
  • 1
  • 8
  • 26

2 Answers2

2

This will work. But the performance may slow down. It depends on the load on the server. If this is a test service, use the current configuration if the worker service changes according to the recommendations.

FetFrumos
  • 5,388
  • 8
  • 60
  • 98
2

It will work, but it will DEFINITELY slow things down. A lot. I highly recommend moving your App Service to Central Canada or your mySQL instance to South Central US.

Rob Reagan
  • 7,313
  • 3
  • 20
  • 49