A financial services firm is designing the cloud database architecture for a new customer portal. The design must satisfy the following requirements:
* Automatically fail over to a secondary Azure region with no client connection string modifications.
* Restrict database access to private IP addresses within a specific virtual network, preventing all public internet access.
* Minimize administrative overhead for database operations and patching.
Which two features or configurations should you include in the design?
- Azure SQL Database failover groupsCevap
- Private endpoints for Azure SQL DatabaseCevap
- CActive geo-replication for Azure SQL Database
- DSQL Server on Azure Virtual Machines with Always On availability groups
- ELocally Redundant Storage (LRS) for the database backup storage tier
Cevap
Azure SQL Database failover groups and Private endpoints for Azure SQL Database
The correct options are Azure SQL Database failover groups and Private endpoints for Azure SQL Database. Azure SQL Database failover groups manage database replication and failover to a secondary region, providing a single listener that automatically routes client traffic without connection string updates. Private endpoints secure the database within a virtual network using private IP addresses, allowing public endpoints to be disabled to satisfy network security requirements. Both features are native to Azure SQL Database, which minimizes administrative overhead as a fully managed service.
Adım Adım Çözüm
Anahtar Kavram
Azure SQL Database High Availability and Networking Features
Tahmini Süre:1m 30s