I've been trying to create a failover group for a SQL Azure Database Pool (DTU model). The failover database (in location East US) has the same configuration (credentials and service level) as the primary database (in location South Central US). When deploying the failover group it always ends up with a GatewayTimeout error and the message "The gateway did not receive a response from 'Microsoft.Sql' within the specified time period" after quite a while.
The failover group is being marked as a standby replica and there are 142 databases within the pool that are being selected.
I've followed the guidance at https://zcusa.951200.xyz/en-us/azure/azure-sql/database/failover-group-sql-db?view=azuresql
I don't think this matters, however I did not select the failover database region as North Central US which I believe is paired to South Central US as my subscription does not allow creating resources in North Central US for some unknown reason. https://zcusa.951200.xyz/en-us/azure/reliability/cross-region-replication-azure
Does anyone have any advice on how to successfully deploy this failover group?