Is there a way to easily transfer my azure website to another language?

not completely programming-related, but since the application runs on Azure, asp.net MVC 5 I hope someone can help. There is an easy way to port my MVC 5 application to another locale. He is currently located in Western Europe, but does Northern Europe seem to be the best choice to serve mainly in the UK?

+3
source share
1 answer

Just publish your code on a new azure site and update dns to indicate a new location (ip). After a few hours or days, you simply delete the old website.

+5
source

All Articles