🔥 3-day streak
Microsoft DevOps Engineer Expert50 / 138
Question 50 of 138
Your team deploys a .NET web application together with its SQL Server database using a multi-stage Azure Pipeline. The database schema is managed with Entity Framework Core migrations. During production releases, the pipeline occasionally fails when the same migration is re-run after a partial deployment, and DBAs require that any schema change be reviewed before it touches the production database. You must redesign the release stage so schema changes are safe to re-run and reviewable before execution. Which approach best meets these requirements?
Reviewed for accuracy · Report an issueNext question