User97853568 posted
I am trying to deploy a website and a sql database in windows azure shared website mode , my question is how to ensure
that my website and my database are tightly coupled together in the same server instance, To make sure that no delay
will happen when my website connect to the database, is it by only making them both in the same region,
or by linking the database to my website, or something else.