I am attempting to call the Get Database Rest API method from a Azure Web API application and am getting a WebException saying, "Unable to connect to the remote server". I am making a get request with the following request URI:
I have added x-ms-version : 2012-03-01 header and am adding our management certificate to the request.
This should be a simple process. What am I missing?
Thanks,
Gordon