Recall & Review
beginner
What is the purpose of Azure SQL firewall rules?
Azure SQL firewall rules control which IP addresses can connect to your Azure SQL Database, helping to protect it from unauthorized access.
Click to reveal answer
beginner
How do you allow a specific IP address to access an Azure SQL Database?
You create a firewall rule that specifies the start and end IP address as the same IP, allowing that single IP to connect.
Click to reveal answer
intermediate
What is the difference between server-level and database-level firewall rules in Azure SQL?
Server-level rules apply to all databases on the server, while database-level rules apply only to a specific database.
Click to reveal answer
intermediate
Can Azure services access Azure SQL Database without adding their IP to the firewall rules?
Yes, if you enable the option 'Allow Azure services and resources to access this server', Azure services can connect without specific IP rules.
Click to reveal answer
beginner
What happens if no firewall rules are configured on an Azure SQL server?
No external IP addresses can connect to the Azure SQL Database, effectively blocking all access except from within Azure if allowed.
Click to reveal answer
What does an Azure SQL firewall rule control?
✗ Incorrect
Firewall rules control network access by IP address to protect the database.
How do you allow all Azure services to access your Azure SQL server?
✗ Incorrect
This option allows trusted Azure services to bypass IP restrictions.
What is the range of IP addresses you can specify in a firewall rule?
✗ Incorrect
You specify a start and end IP to allow a range of addresses.
Where do server-level firewall rules apply?
✗ Incorrect
Server-level rules cover all databases hosted on that server.
If you want to block all external access to your Azure SQL Database, what should you do?
✗ Incorrect
Without firewall rules, no external IPs can connect.
Explain how Azure SQL firewall rules protect your database and how you configure them.
Think about who can connect and how you specify allowed IPs.
You got /4 concepts.
Describe the difference between server-level and database-level firewall rules in Azure SQL.
Consider which databases are affected by each rule type.
You got /3 concepts.