To allow access to an Azure SQL Database from somewhere else, you will have to set a server-level firewall rule, as described in the following steps:
- Navigate to the database blade, and click on Set server firewall, as shown in the following figure:
Figure 4.9: PacktPubDB settings
- Once you have clicked on it, you will be navigated to a new blade, where you can create firewall rules for the Azure SQL Server, as shown in the following screenshot:
Figure 4.10: Azure SQL Server firewall settings
- Within this blade, ...