SlideShare a Scribd company logo
@benday | www.benday.com
Continuous Deployment to Azure with
Azure DevOps Pipelines
Benjamin Day | www.benday.com | @benday
@benday | www.benday.com
Benjamin Day
Brookline, MA
Consultant & Trainer
Scrum, DevOps,
Team Foundation Server,
Software Architecture & Testing
Microsoft MVP
Pluralsight Author
Scrum.org Trainer
@benday
Architecting an
ASP.NET Core MVC
Application for Unit Testability
January 1, 2019
Getting Started with
Azure DevOps
Coming soon
On with the show.
Busy?
@benday | www.benday.com
Too busy?: Productivity vs. Waste
"Quality Software Management: Vol. 1 System Thinking“, Gerald Weinberg (1992)
100%
40%
20%
10%
5%
40%
20%
10%
5%
20%
10%
5%
10%
5%
5%
20%
40%
60%
75%
1 TASK 2 TASKS 3 TASKS 4 TASKS 5 TASKS
Task A Task B Task C Task D Task E Waste
Humans are terrible at multitasking.
To be productive,
eliminate distractions.
Software delivery not software development.
Anything that slows you down,
automate it.
Anything that’s painful,
automate it.
What is DevOps?
DevOps is a mindset plus a set of practices that
focuses on automation.
Why DevOps?
Minimize distractions.
Make delivery & deployment easy.
Hint:
You want more frequent releases.
@benday | www.benday.com
If delivery & deployment is easy…
…it’s not a big deal to do a release
- (Hopefully, without much human involvement)
…you’ll do releases more often
…you can focus more time writing & delivering features
Smaller, more frequent releases
 smaller batch size
@benday | www.benday.com
Semi-Annual Releases
Large Batch Size
Daily / Weekly Releases
Small Batch Size
Smaller, more frequent releases are
easier to manage & less to worry about.
(Smaller mistakes.)
@benday | www.benday.com
DevOps for
ASP.NET Core & EF Core
@benday | www.benday.com
DevOps Goals
Version Controlled, Automated, Repeatable
- Ideally, including hosting environment configuration
- (Docker, ARM templates, etc)
Never deploy from a developer workstation
- No right-click  deploy
Deploy from TFS Build
Deploy from TFS Release Management Pipeline
@benday | www.benday.com
ASP.NET Core & EF Core DevOps Checklist
Code is under version control
Database schema & changes are under version control
Automated tests (unit tests, integration tests, UI tests)
Automated build
Automated release / deployment
@benday | www.benday.com
DevOps: Don’t Forget the Database!
Does your app use a database?
- You’ll need to version control it
Automated build & deploy of database schemas
Two approaches:
- SQL Server Data Tools (SSDT)
- Entity Framework Migrations
DevOps Tip:
Learn how to do everything from
the command line
@benday | www.benday.com
Demo:
Manage Your Database
Changes with EF Core Migrations
EF Core & EF Core Migrations
Summary
@benday | www.benday.com
EF Core NuGet Packages
Talk to SQL Server
Microsoft.EntityFrameworkCore.SqlServer
Database Updates (“Migrations”)
Microsoft.EntityFrameworkCore.Design
Reverse Engineer a SQL Server Database
Microsoft.EntityFrameworkCore.SqlServer.Design
@benday | www.benday.com
Enable the “dotnet ef” Command
Edit *.csproj
Add DotNetCliToolReference to
Microsoft.EntityFrameworkCore.Tools.DotNet
EF Migrations =
Entity Framework Version Control
@benday | www.benday.com
Migrations from the Command Line
Add / Remove a Migration
dotnet ef migrations add “{name}”
dotnet ef migrations remove
Deploy an Update
dotnet ef database update
@benday | www.benday.com
Things you need for EF Core
Entity Framework DB Context
- Starting point for all your database operations
- Microsoft.EntityFrameworkCore.DbContext
IDesignTimeDbContextFactory<T>
- Handles creating instances of DbContext for doing migrations
- Microsoft.EntityFrameworkCore.Design.IDesignTimeDbContextFactory
Hosting ASP.NET Core on IIS
@benday | www.benday.com
Host ASP.NET Core on IIS
Install .NET Core Windows Server Hosting Bundle
- ASP.NET Core 1.*  https://go.microsoft.com/fwlink/?linkid=848766
- ASP.NET Core 2.*  https://aka.ms/dotnetcore.2.0.0-windowshosting
Azure DevOps
Builds & Releases 
Azure DevOps Pipelines
@benday | www.benday.com
Demo: Azure DevOps Build
Monumental Gotcha:
“dotnet ef database update”
assumes that you have the source code…
(…and you won’t have your source code
when you do a release.)
@benday | www.benday.com
Demo: Azure DevOps Release
@benday | www.benday.com
ASP.NET Core & EF Core DevOps Checklist
Code is under version control
Database schema & changes are under version control
Automated tests (unit tests, integration tests, UI tests)
Automated build
Automated release / deployment
Any last questions?
Thank you.
www.benday.com | benday@benday.com

More Related Content

What's hot (20)

PPTX
Using Azure DevOps to continuously build, test, and deploy containerized appl...
Adrian Todorov
 
PPTX
Getting Started with Azure DevOps
Jessica Deen
 
PDF
Azure DevOps Day - Kochi
Amal Dev
 
PPTX
Azure DevOps Best Practices Webinar
Cambay Digital
 
PDF
#SheSharp Conference - Azure DevOps for .NET
Jaqueline Ramos
 
PPTX
The Power of Azure DevOps
Jeff Bramwell
 
PPTX
Azure DevOps with VSTS
Microsoft Tech Community
 
PPTX
Leveraging Azure DevOps across the Enterprise
Andrew Kelleher
 
PPTX
Azure DevOps - Version Controlling with Git
Eng Teong Cheah
 
PPTX
Introduction to Azure DevOps
Lorenzo Barbieri
 
PPTX
Tour of Azure DevOps
Callon Campbell
 
PDF
Azure DevOps Presentation
InCycleSoftware
 
PPTX
Infrastructure automation with .NET
Swaminathan Vetri
 
PDF
Azure Pipeline Tutorial | Azure DevOps Tutorial | Edureka
Edureka!
 
PPTX
Azure DevOps: the future of integration and traceability
Lorenzo Barbieri
 
PPTX
PowerShell and Azure DevOps
Matteo Emili
 
PDF
Azure DevOps
Surasuk Oakkharaamonphong
 
PPTX
Modern CI/CD Pipeline Using Azure DevOps
GlobalLogic Ukraine
 
PPTX
Drive business outcomes using Azure Devops
Belatrix Software
 
PDF
[JAZUG Tohoku Azure DevOps] Azure DevOps
Naoki (Neo) SATO
 
Using Azure DevOps to continuously build, test, and deploy containerized appl...
Adrian Todorov
 
Getting Started with Azure DevOps
Jessica Deen
 
Azure DevOps Day - Kochi
Amal Dev
 
Azure DevOps Best Practices Webinar
Cambay Digital
 
#SheSharp Conference - Azure DevOps for .NET
Jaqueline Ramos
 
The Power of Azure DevOps
Jeff Bramwell
 
Azure DevOps with VSTS
Microsoft Tech Community
 
Leveraging Azure DevOps across the Enterprise
Andrew Kelleher
 
Azure DevOps - Version Controlling with Git
Eng Teong Cheah
 
Introduction to Azure DevOps
Lorenzo Barbieri
 
Tour of Azure DevOps
Callon Campbell
 
Azure DevOps Presentation
InCycleSoftware
 
Infrastructure automation with .NET
Swaminathan Vetri
 
Azure Pipeline Tutorial | Azure DevOps Tutorial | Edureka
Edureka!
 
Azure DevOps: the future of integration and traceability
Lorenzo Barbieri
 
PowerShell and Azure DevOps
Matteo Emili
 
Modern CI/CD Pipeline Using Azure DevOps
GlobalLogic Ukraine
 
Drive business outcomes using Azure Devops
Belatrix Software
 
[JAZUG Tohoku Azure DevOps] Azure DevOps
Naoki (Neo) SATO
 

Similar to Automated Release Pipelines with Azure DevOps (20)

PPTX
Putting the DOT in .NET - Dev/Ops/Test
Robert MacLean
 
PPT
Alm Specialist Toolkit Team System 2008 Deep Dive
Christian Thilmany
 
PPTX
Beer City Code 2024 - Configurable Cloud Native Applications with .NET Aspire
Brian McKeiver
 
PPTX
DevOps and Microservice
Inho Kang
 
PPTX
Continuous Delivery with Spring Cloud Pipelines: Case study. - Lublin JUG
Jakub Pyda
 
DOC
235042632 super-shop-ee
homeworkping3
 
PDF
Chef vs Puppet vs Ansible vs SaltStack | Configuration Management Tools Compa...
Edureka!
 
PPTX
Visual Studio 2015 - Lançamento está próximo
Daniel Semedo
 
PDF
WSO2Con EU 2015: Keynote - The Containerization of the Developer Workspace
WSO2
 
PDF
Continuous Everything
Andrea Tino
 
PPTX
Rakuten and Microsoft talk DevOps in Real World
Tsuyoshi Ushio
 
PDF
Continuous delivery with Spring Cloud Pipelines Case Study
Kamil Kochański
 
PPTX
Dev ops
Tomy Rhymond
 
PDF
[AI] ML Operationalization with Microsoft Azure
Korkrid Akepanidtaworn
 
PPTX
STARWEST 2011 - 7 Steps To Improving Software Quality using Microsoft Test Ma...
Anna Russo
 
PDF
DevOps demystified
Xebia IT Architects
 
PPTX
North east user group tour
10n Software, LLC
 
DOC
Serguei_Kouzmine_Resume
Serguei Kouzmine
 
PPTX
MLOps with Azure DevOps
Marco Parenzan
 
PPTX
Visual studio 2017 - Launch Event Keynote
Delta-N
 
Putting the DOT in .NET - Dev/Ops/Test
Robert MacLean
 
Alm Specialist Toolkit Team System 2008 Deep Dive
Christian Thilmany
 
Beer City Code 2024 - Configurable Cloud Native Applications with .NET Aspire
Brian McKeiver
 
DevOps and Microservice
Inho Kang
 
Continuous Delivery with Spring Cloud Pipelines: Case study. - Lublin JUG
Jakub Pyda
 
235042632 super-shop-ee
homeworkping3
 
Chef vs Puppet vs Ansible vs SaltStack | Configuration Management Tools Compa...
Edureka!
 
Visual Studio 2015 - Lançamento está próximo
Daniel Semedo
 
WSO2Con EU 2015: Keynote - The Containerization of the Developer Workspace
WSO2
 
Continuous Everything
Andrea Tino
 
Rakuten and Microsoft talk DevOps in Real World
Tsuyoshi Ushio
 
Continuous delivery with Spring Cloud Pipelines Case Study
Kamil Kochański
 
Dev ops
Tomy Rhymond
 
[AI] ML Operationalization with Microsoft Azure
Korkrid Akepanidtaworn
 
STARWEST 2011 - 7 Steps To Improving Software Quality using Microsoft Test Ma...
Anna Russo
 
DevOps demystified
Xebia IT Architects
 
North east user group tour
10n Software, LLC
 
Serguei_Kouzmine_Resume
Serguei Kouzmine
 
MLOps with Azure DevOps
Marco Parenzan
 
Visual studio 2017 - Launch Event Keynote
Delta-N
 
Ad

More from ProjectCon (20)

PDF
Acceleration & Focus - A Simple Approach to Faster Execution
ProjectCon
 
PDF
Secrets of the Agile Manifesto
ProjectCon
 
PPTX
The Agile PMP: What PMPs need to know to compete in today's market
ProjectCon
 
PDF
Teaming for Agility
ProjectCon
 
PPTX
Transformation of an Agile Purist to an Agile Mind
ProjectCon
 
PPTX
The Agile PMO
ProjectCon
 
PPTX
The Women in Agile Story - History of the Movement through MVP Experiments
ProjectCon
 
PPTX
A Guide to Risk Management
ProjectCon
 
PPTX
Day projectcon real-world-scrum
ProjectCon
 
PPTX
Capturing Lessons Learned Information – Making your current and future projec...
ProjectCon
 
PPTX
Abuser Stories: Thinking Like the Bad Guy to Reduce Software Vulnerabilities
ProjectCon
 
PPTX
Mind the Gap - The Tension Between Job Titles and Agility
ProjectCon
 
PDF
Tamika Catchings - AM Keynote
ProjectCon
 
PDF
Stacey Ackerman & Stevie Borne - Are you Agile Enough to Reinvent Yourself?
ProjectCon
 
PDF
Sonal Sheth Zawahri - Thinking Strategically
ProjectCon
 
PDF
Sonal Sheth Zawahri - Finding Your Team's Purpose
ProjectCon
 
PDF
Stevie Borne - Improving Your Listening Mojo
ProjectCon
 
PDF
Scott Ambler - Disciplined Agile: Winning the Race to Business Agility
ProjectCon
 
PDF
Stacey Ackerman - 5 Easy Ways to Get Started with Scrum at Home
ProjectCon
 
PDF
Ryan Ripley & Jessica Soroky - PM Keynote
ProjectCon
 
Acceleration & Focus - A Simple Approach to Faster Execution
ProjectCon
 
Secrets of the Agile Manifesto
ProjectCon
 
The Agile PMP: What PMPs need to know to compete in today's market
ProjectCon
 
Teaming for Agility
ProjectCon
 
Transformation of an Agile Purist to an Agile Mind
ProjectCon
 
The Agile PMO
ProjectCon
 
The Women in Agile Story - History of the Movement through MVP Experiments
ProjectCon
 
A Guide to Risk Management
ProjectCon
 
Day projectcon real-world-scrum
ProjectCon
 
Capturing Lessons Learned Information – Making your current and future projec...
ProjectCon
 
Abuser Stories: Thinking Like the Bad Guy to Reduce Software Vulnerabilities
ProjectCon
 
Mind the Gap - The Tension Between Job Titles and Agility
ProjectCon
 
Tamika Catchings - AM Keynote
ProjectCon
 
Stacey Ackerman & Stevie Borne - Are you Agile Enough to Reinvent Yourself?
ProjectCon
 
Sonal Sheth Zawahri - Thinking Strategically
ProjectCon
 
Sonal Sheth Zawahri - Finding Your Team's Purpose
ProjectCon
 
Stevie Borne - Improving Your Listening Mojo
ProjectCon
 
Scott Ambler - Disciplined Agile: Winning the Race to Business Agility
ProjectCon
 
Stacey Ackerman - 5 Easy Ways to Get Started with Scrum at Home
ProjectCon
 
Ryan Ripley & Jessica Soroky - PM Keynote
ProjectCon
 
Ad

Recently uploaded (20)

PDF
Horarios de distribución de agua en julio
pegazohn1978
 
PDF
Week 2 - Irish Natural Heritage Powerpoint.pdf
swainealan
 
PPTX
HUMAN RESOURCE MANAGEMENT: RECRUITMENT, SELECTION, PLACEMENT, DEPLOYMENT, TRA...
PRADEEP ABOTHU
 
PPTX
Cultivation practice of Litchi in Nepal.pptx
UmeshTimilsina1
 
PPTX
Introduction to Indian Writing in English
Trushali Dodiya
 
PPTX
How to Configure Re-Ordering From Portal in Odoo 18 Website
Celine George
 
PDF
Exploring the Different Types of Experimental Research
Thelma Villaflores
 
PDF
Governor Josh Stein letter to NC delegation of U.S. House
Mebane Rash
 
PPTX
Nitrogen rule, ring rule, mc lafferty.pptx
nbisen2001
 
PDF
The History of Phone Numbers in Stoke Newington by Billy Thomas
History of Stoke Newington
 
PPTX
grade 5 lesson matatag ENGLISH 5_Q1_PPT_WEEK4.pptx
SireQuinn
 
PDF
Is Assignment Help Legal in Australia_.pdf
thomas19williams83
 
PPTX
infertility, types,causes, impact, and management
Ritu480198
 
PPTX
Identifying elements in the story. Arrange the events in the story
geraldineamahido2
 
PDF
AI-Powered-Visual-Storytelling-for-Nonprofits.pdf
TechSoup
 
PDF
Vani - The Voice of Excellence - Jul 2025 issue
Savipriya Raghavendra
 
PPTX
care of patient with elimination needs.pptx
Rekhanjali Gupta
 
PDF
Biological Bilingual Glossary Hindi and English Medium
World of Wisdom
 
PDF
Android Programming - Basics of Mobile App, App tools and Android Basics
Kavitha P.V
 
PPTX
How to Manage Allocation Report for Manufacturing Orders in Odoo 18
Celine George
 
Horarios de distribución de agua en julio
pegazohn1978
 
Week 2 - Irish Natural Heritage Powerpoint.pdf
swainealan
 
HUMAN RESOURCE MANAGEMENT: RECRUITMENT, SELECTION, PLACEMENT, DEPLOYMENT, TRA...
PRADEEP ABOTHU
 
Cultivation practice of Litchi in Nepal.pptx
UmeshTimilsina1
 
Introduction to Indian Writing in English
Trushali Dodiya
 
How to Configure Re-Ordering From Portal in Odoo 18 Website
Celine George
 
Exploring the Different Types of Experimental Research
Thelma Villaflores
 
Governor Josh Stein letter to NC delegation of U.S. House
Mebane Rash
 
Nitrogen rule, ring rule, mc lafferty.pptx
nbisen2001
 
The History of Phone Numbers in Stoke Newington by Billy Thomas
History of Stoke Newington
 
grade 5 lesson matatag ENGLISH 5_Q1_PPT_WEEK4.pptx
SireQuinn
 
Is Assignment Help Legal in Australia_.pdf
thomas19williams83
 
infertility, types,causes, impact, and management
Ritu480198
 
Identifying elements in the story. Arrange the events in the story
geraldineamahido2
 
AI-Powered-Visual-Storytelling-for-Nonprofits.pdf
TechSoup
 
Vani - The Voice of Excellence - Jul 2025 issue
Savipriya Raghavendra
 
care of patient with elimination needs.pptx
Rekhanjali Gupta
 
Biological Bilingual Glossary Hindi and English Medium
World of Wisdom
 
Android Programming - Basics of Mobile App, App tools and Android Basics
Kavitha P.V
 
How to Manage Allocation Report for Manufacturing Orders in Odoo 18
Celine George
 

Automated Release Pipelines with Azure DevOps