70-475 · Question #76
You deploy a Microsoft Azure SQL database. You create a job to upload customer data to the database. You discover that the job cannot connect to the database and fails. You verify that the database…
The correct answer is C. a firewall rule. If the application persistently fails to connect to Azure SQL Database, it usually indicates an issue with one of the following: Firewall configuration. The Azure SQL database or client-side firewall is blocking connections to Azure SQL Database. Network reconfiguration on the…
Question
Options
- Aa virtual network rule
- Ba network security group (NSG)
- Ca firewall rule
- Da virtual network
How the community answered
(64 responses)- A13% (8)
- B3% (2)
- C78% (50)
- D6% (4)
Explanation
If the application persistently fails to connect to Azure SQL Database, it usually indicates an issue with one of the following: Firewall configuration. The Azure SQL database or client-side firewall is blocking connections to Azure SQL Database. Network reconfiguration on the client side: for example, a new IP address or a proxy server. User error: for example, mistyped connection parameters, such as the server name in the connection string. https://docs.microsoft.com/en-us/azure/sql-database/sql-database-troubleshoot-common- connection-issues
Topics
Community Discussion
No community discussion yet for this question.