Which of the following is not a requirement for creating an online secondary for SQL Database?
A.
The secondary database must have the same name as the primary.
B.
They must be on separate servers.
C.
They both must be on the different subscription.
D.
The secondary server cannot be a lower performance tier than the primary.
C. Both must be in the same subscription.
https://docs.microsoft.com/en-us/azure/sql-database/sql-database-geo-replication-overview
“A secondary database can be created with lower performance level (DTUs) than the primary.”
Not correct:
Should be C:
https://azure.microsoft.com/pl-pl/blog/azure-sql-database-now-supports-powerful-geo-replication-features-on-all-service-tiers/
Note, the secondary database must be in the same service tier than the primary.