Windows SQL Azure Firewall
For those who are new to SQL Azure, there are firewall settings that you need to take note of when you first create a SQL Database.
By default the firewall is set to block ALL external access
So if you wish to enable ALL access (aka disable the firewall), you can use the following settings
Categories: Azure, SQL Server
there are firewall settings that you need to take note of when you first create a SQL Database. => supposed to be at Server level, not per SQL Database level
Apologies, typo there, yes this is server level firewall rather than per database firewall