I have created two blank sql azure database instances in 2 different regions and enabled geo-replication between them. I can failover between them no problem. I create the tables in the primary. I am expecting to see the schema changes replicated to the secondary, but this does not happen. Why not?
UPDATE:
SELECT * FROM sys.geo_replication_links
executed on primary master shows me the partner server and database
SELECT * FROM sys.dm_geo_replication_link_status
executed on primary master is empty