Delete Sql Server from Azure Subscription
I have created couple of sql databases (DaaS option) on my journey of migrating existing application to Sql Azure. And subsequently was puzzled how to delete Sql Server that is created as part of creating Sql Azure Database wizard.
While deleting the database was obvious, deleting the Sql Server it was configured to run on was not (at least to me).
As the expression goes: 'Fools seldom differ' and other people have ran into the same challenge:
The answer in the topic was reliant on PowerShell which I don't have installed on my Mac laptop (silly me).
Since the topic was posted there seems to be an additional option available using Azure Web Portal.
First of all Sql Server now appears on the 'All Resources' list and secondly one can list provisioned Sql Servers by selecting the icon from the extended resource type selection:

Once you get to see Sql Server, rest goes easy: select the server, see the databases on it, and there is an option to delete the server.
Happy DaaSing!