Team Foundation Service offer a hosted build controller. I've got builds and unit tests up and working with this. Now I'd like to run integration tests that include a database. I would like to set up an Azure SQL Database to fill this role, however, I don't want to pay for cross-sub-region data charges so would like to create the SQL Database in the same sub-region as the build controller.
Hence the question: In which sub-region is the Team Foundation Service hosted build controller?
And the follow on questions: Is that guaranteed not to change? Can it be 'pinned' for a specific project?