Has anyone used Entity Framework against a SQL Azure DB where the DB is participating in an Azure Data Sync with another SQL Azure DB?
How do code first DB migrations work with this? Does Azure Data Sync update schema changes to the second database?
The Azure Data Sync setup adds tables and makes schema changes to the original database. Will this cause any issues for Entity Framework? Will I still be able to perform migrations on the original database even if the schema of the database has changed due to the Azure Data Sync setup?