Entity Framework Migrations
The purpose of generating Entity Framework migrations is to apply database schema changes consistently across Staging, UAT and Production environments.
The proposed method would involve developers generating migration a migration script whenever changes are made to the Entity Framework model in their projects. The DevOps team would apply that migration script to update the Azure environments. The services and applications being developed themselves should not have permissions to modify the environment.