DP-900 • Practice Test 31
Free DP-900 practice test — 15 questions with explanations. Set 31. No signup required.
The exhibit shows a firewall rule configuration for an Azure SQL Server. A developer reports that a client app running on IP 10.0.0.5 cannot connect to the database. What is the most likely cause?
Refer to the exhibit.
```json
{
"properties": {
"firewallRules": [
{
"startIpAddress": "10.0.0.0",
"endIpAddress": "10.0.0.0"
},
{
"startIpAddress": "192.168.1.0",
"endIpAddress": "192.168.1.255"
}
]
}
}
```