I have an Azure subscription and access with a management certificate.
I'm able to enumerate my SQL Servers using Http GET
https://management.database.windows.net:8443/<subscription-id>/servers as described in
http://msdn.microsoft.com/en-us/library/gg715269.aspx .
<Servers xmlns="http://schemas.microsoft.com/sqlazure/2010/12/">
<Server>
<Name>hz9kyn8tc7</Name>
<AdministratorLogin>PADMIN</AdministratorLogin>
<Location>North Europe</Location>
</Server>
</Servers>
Can I do a similar enumeration of my
reporting service servers using HTTP or do I have to go to the portal to provision and review the server?