Microsoft Virtual Academy

Slides:



Advertisements
Similar presentations
Visual Studio Online. What it Provides Visual Studio Online, based on the capabilities of Team Foundation Server with additional cloud services, is the.
Advertisements

From 0 to 60 with VSTS, TFS and Azure Principal Expert
Session DevOps on the Microsoft Stack
Keynote Enabling Mobile DevOps
What‘s brewing in Visual Studio Team Services!
Microsoft Virtual Academy
Bots & DevOps Donovan 12/24/2017 2:32 PM
Zero to DevOps Donovan
TechEd /11/2018 6:16 AM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
4/24/ :07 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
0 to DevOps. 0 to DevOps Who am I? Donovan Brown Fun Stuff 5/7/2018 Who am I? Donovan Brown Principal DevOps Manager.
Accelerate your DevOps with OpenShift by Red Hat
Microsoft Virtual Academy
Modern Application Lifecycle Management
Microsoft Virtual Academy
Conduct a successful pilot deployment of Microsoft Intune
DevOps for any language
Mobile DevOps Donovan Microsoft 2016
Microsoft Virtual Academy
UI Test Automation with Appium
Jeff Hollan / Kevin Lam Program Manager / Principal Program Manager- Microsoft Bringing Logic Apps into DevOps with Visual Studio and monitoring.
Building a Continuous Delivery Pipeline for ASP.NET Core Apps
Jenkins and Azure OPEN322 Michael Friedrich.
Microsoft Virtual Academy
SQL Server + PHP: What’s New
Mobile DevOps with Visual Studio Team Services and HockeyApp
Microsoft Connect /23/2018 5:27 PM
Microsoft Connect /26/2018 1:00 AM
Microsoft Virtual Academy
Automate all things! Microsoft Azure continuous deployment
Building a Continuous Integration Pipeline using VSTS
Microsoft Virtual Academy
Release Management with Visual Studio Team Services
9/20/ :55 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Microsoft Connect /7/ :48 PM
Git Version Control for Everyone
DevOps Fundamentals Configuration Management
Continuous Delivery for Microsoft Azure
Database Continuous Integration and Deployment with Visual Studio SQL Server Data Tools in < 10 minutes Eric Kang Program Manager.
Release Management with Visual Studio Team Services
TFS from on-prem to the cloud with Azure DevOps Services
Continuous Integration & Deployment to Azure Container Service
Application Insights Diagnostics Preview
12/5/ :36 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Learn. Imagine. Build. .NET Conf
12/26/2018 1:44 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Jeff Hollan / Kevin Lam Program Manager / Principal Program Manager- Microsoft Bringing Logic Apps into DevOps with Visual Studio and monitoring.
Microsoft Build /2/2019 4:12 PM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
Microsoft Build /3/2019 4:12 AM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
Microsoft Connect /17/2019 9:55 PM
Microsoft Connect /22/2019 9:54 PM
Azure DevOps Randy Pagels Intelligent Cloud Technical Specialist
The Ops side of DevOps Manager Microsoft
Azure Mobile Services in the Cloud
4/5/2019 2:30 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS.
Microsoft Build /8/2019 6:29 AM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
4/11/2019 6:29 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
DevOps Deep Dive / DevOps in action
Discussion Panel: Windows Server MVP Panel
What’s new in Visual Studio 2012
5/30/2019 1:59 PM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION.
Office 365 Development July 2014.
Microsoft Virtual Academy
Microsoft Virtual Academy
A DevOps process for deploying R to production
Azure App Service Web App for Containers
Azure DevOps Integration
11/11/2019 1:15 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Extend Azure DevOps with a Custom PowerShell-based Pipeline Task
Automated Delivery for .NET Applications
Presentation transcript:

Microsoft Virtual Academy

DevOps from the Azure Portal Donovan Brown Principal DevOps Program Manager

Donovan Brown @DonovanBrown Principal DevOps Program Manager Blog at DonovanBrown.com Technical YouTube Channel tinyurl.com/DonovanBrown Host of DevOps Interviews Co-Host of Azure Friday and Visual Studio Toolbox Professional Air Hockey player Highest ranking 11th in the world Competitive driver Developer for over 20 years @DonovanBrown

Agenda 1 What is DevOps? 6 Wrap Up 2 Prerequisites 3 Visual Studio Team Services 4 Azure Portal 5 CI/CD

“DevOps is the union of people, process, and products to enable continuous delivery of value to our end users.” Donovan Brown

Prerequisites Donovan Brown

Visual Studio Team Services Where we will create our DevOps pipeline You can create an account for free: https://www.visualstudio.com/team- services/

Azure Subscription Where our application will run 11/22/2018 3:38 PM Azure Subscription Where our application will run You can create an account for free: http://azure.microsoft.com/free © 2014 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Visual Studio Team Services Donovan Brown

Visual Studio Team Services CI/CD Any Language Any Platform Source Control Centralized (TFVC) Distributed (Git) Work Item Tracking Kanban Boards Product Backlogs Delivery Plans Bugs, Features, Tasks, etc. Package Management NuGet NPM Test Case Management Manual Testing Load Testing Exploratory Testing

Create a Team Project Create a new Team Project in Visual Studio Team Services and import code

Azure Portal Donovan Brown

Azure PaaS IaaS SaaS App Service SQL Azure Azure Functions Bot Service Windows Linux SaaS Azure Active Directory

Configure CI/CD Configure Continuous Integration and Continuous Delivery from the Azure Portal

Visual Studio Team Services – CI/CD Donovan Brown

Any Language, Any Platform TechReady 23 11/22/2018 3:38 PM Any Language, Any Platform Program in any language .NET Java Python Ruby Node.js … Develop on any OS Linux Mac Windows Deploy to any Platform Android iOS Windows Phone Docker Azure AWS Linux Mac … © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Tour CI/CD Examine the build and release definitions created for us by the Azure Portal

Wrap Up Donovan Brown