1

How does Azure Data Sync handle EF Automatic Migrations? Is there a way to specify a precondition of matching migration levels before allowing synchronization?

This question is related, but only asks how EF Automatic Migrations handles consistency across multiple web roles with a single SQL instance; it doesn't involve Data Sync in the equation.

Community
  • 1
  • 1
Lilith River
  • 16,204
  • 2
  • 44
  • 76
  • Hi! I'm using Entity Framework Migrations in my Azure SQL and I'dont have any problem. Don't have a precondition **if your Azure Sql have one federation**. – MayogaX Feb 19 '13 at 16:16

1 Answers1

2

Azure Data Sync is ignorant of EF or any other applications. and there is no API or hooks where you can intercept and influence it's behaviour.

JuneT
  • 7,840
  • 2
  • 15
  • 14