You have an Azure SQL Managed Instance configured with a failover group between two regions. The primary region becomes unavailable. You need to fail over to the secondary region with minimal data loss. What should you do?
This command forces failover to the secondary, accepting potential data loss due to unreplicated transactions.
Why this answer
Option B is correct because during a disaster, you can perform a forced failover with data loss in a failover group. The command 'az sql mi failover-group force-failover-allow-data-loss' initiates the failover. Option A would fail because the primary is unavailable.
Option C is for elastic pools, not MI. Option D is for single databases.