Which THREE of the following are required steps to configure a failover group for an Azure SQL Database with a readable secondary in a different region?
Correct: The database must be added to the group.
Why this answer
Adding the primary database to the failover group is the essential step that associates the database with the group, enabling automated replication and failover to the secondary server. Without this step, the failover group has no database to replicate, and the readable secondary cannot be created or maintained.
Exam trap
The trap here is that candidates may think creating firewall rules on the secondary server is required for failover group setup, but those rules are only needed for direct client connections to the secondary, not for the replication or failover process itself.