In May 2011 release, SQL Azure introduced `DB Management REST API`, which can be used to create new servers, drop existing servers or changing the administrator password of those servers etc.
While using this API, initially the request should authentic...