- Published on
- Authors
- koskila
Applying Entity Framework's Code-First Migrations against a Database in Azure by running Update-Database
This post describes how to run Entity Framework's code-first migrations against a database located in Windows Azure. This is done by running the Update-Database commandlet with suitable switches, see below. The problem and symptoms Okay, so you're developing your MVC+EF cool web app with a database in Azure, and you're using code-first migrations. Cool!























