7/19/2018 9:40 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.

Slides:



Advertisements
Similar presentations
Microsoft Build /9/2017 5:00 AM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
Advertisements

1/27/2018 5:13 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
4/18/2018 3:49 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Microsoft Virtual Academy
Working With Azure Batch AI
Azure Cloud Shell Magic of Modern Command-line Management
Developing Hybrid Apps on Microsoft Azure Stack
How to expand your Azure Stack marketplace
Microsoft Virtual Academy
Jeff Hollan / Kevin Lam Program Manager / Principal Program Manager- Microsoft Bringing Logic Apps into DevOps with Visual Studio and monitoring.
Jenkins and Azure OPEN322 Michael Friedrich.
Microsoft Virtual Academy
9/4/2018 9:02 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS.
8/8/ :43 PM THR3079 Moving from application automation to true DevOps by including the database Tom Austin Head of Pre Sales Engineering © Microsoft.
Azure API Management Jothi Prakash A
Microsoft Virtual Academy
Automate all things! Microsoft Azure continuous deployment
Building a Continuous Integration Pipeline using VSTS
Monitor your Microservices with Application Insights
Microsoft Connect /21/2018 9:41 PM
Deploy Windows 10 Mobile for the mobile workforce
Microsoft Build /10/2018 3:26 AM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
Microsoft /12/2018 8:06 AM BRK2103 Deliver more features faster with a modern development and test solution Claude Remillard Group Program Manager.
DevOps Fundamentals Configuration Management
Microsoft Build /12/2018 2:41 PM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
Continuous Delivery for Microsoft Azure
F5 WAF in Azure Security Center
Microsoft Connect /16/2018 4:53 PM
Microsoft Ignite NZ October 2016 SKYCITY, Auckland.
Microsoft Ignite /20/2018 2:21 PM
Microsoft Ignite NZ October 2016 SKYCITY, Auckland.
Database Continuous Integration and Deployment with Visual Studio SQL Server Data Tools in < 10 minutes Eric Kang Program Manager.
11/27/2018 4:20 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
11/27/2018 8:20 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
11/29/2018 2:52 AM MDC317A Continuous Delivery - The Agile End to End Story for Developers & IT Pros! Morgan Webb Technical © 2013.
Continuous Integration & Deployment to Azure Container Service
Build /2/ The future of Azure devops: Building and managing cloud applications lifecycle across your teams Bradley Millington Program.
Modern cloud PaaS for mobile apps, web sites, API's and business logic apps
DevOps FTW! Addy Santo July 2017.
12/25/2018 5:11 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
12/26/2018 1:44 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Microsoft Connect /2/2019 9:06 AM
Microsoft Build /2/2019 4:12 PM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
Microsoft Connect /17/2019 9:55 PM
Welcome to Azure Notebooks
Azure Functions & Aurelia Serverless SPAs
2/22/2019 1:12 PM The Journey To Provision and Manage a Thousand Machine Cluster for Machine Learning Neil Sant Gat © Microsoft Corporation. All rights.
Microsoft Connect /23/ :38 AM
Microsoft Connect /25/2019 1:20 PM
Deep Dive into Azure API Apps and Logic Apps
4/6/2019 9:47 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS.
The Ops side of DevOps Manager Microsoft
Choosing between Microsoft PowerPoint & Sway
4/11/2019 6:29 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
4/12/2019 5:27 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
UI test automation of MVC apps with Microsoft Edge WebDriver
Windows Device Portal Hirsch Singhal Program
Discussion Panel: Windows Server MVP Panel
4/29/2019 9:20 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
4/29/ :17 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
5/7/2019 5:52 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS.
WCF and .NET Framework Microservices in Containers
5/30/2019 2:25 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
5/30/2019 1:59 PM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION.
Microsoft Virtual Academy
Securing ASP.NET in an Azure Environment
Microsoft Virtual Academy
Build /27/2019 © 2015 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION.
Azure DevOps Integration
Deploy Python to the cloud faster with Azure Serverless
Presentation transcript:

7/19/2018 9:40 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Part II – Infrastructure as Code with Terraform 7/19/2018 9:40 PM OSS-based DevOps - All roads lead to Azure Part II – Infrastructure as Code with Terraform Eugene Chuvyrov Senior Software Engineer Now that we’ve learned about some of the OSS tooling available for Continuous Integration and Deployment, let’s talk about provisioning infrastructure to Microsoft Cloud. © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Deploying Infrastructure to Azure Azure Portal ARM Templates + Powershell/Azure CLI Terraform Fully OSS Multi-cloud Hybrid

Terraform Write, plan and create infrastructure as code Microsoft Build 2017 7/19/2018 9:40 PM Terraform Write, plan and create infrastructure as code Same workflow for all deployment scenarios Azure Azure Plan – what will happen? Plan – what will happen? Change Terraform is an open source tool that codifies Azure ARM APIs into config files that could then be treated as any other source code: shared, versioned, and collaborated on. Note the parallel between application development and the operations space – this is exactly what Terraform allows you to do. Write IaaC Deploy Deploy © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Creating Terraform Templates

Environment Parity Same Terraform Code Replace Dedicated Staging DEV Same Terraform Code Replace Dedicated Staging Speed Up Infra provisioning STAGE OPS PRODUCTION DEV OPS

Demo: Deploying Infrastructure using Terraform 7/19/2018 9:40 PM Demo: Deploying Infrastructure using Terraform Let me show you how this works. © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

7/19/2018 9:40 PM Call to action Azure DevOps Delivered: Deploy with Terraform - https://aka.ms/azureterraform Terraform QuickStart templates – https://aka.ms/tfquickstarts Getting Started with Terraform on Azure - https://aka.ms/tfgettingstarted Terraform Official Docs – http://aka.ms/terraform Questions? Contact us at azdevopspub@microsoft.com Re-visit Build session recordings on Channel 9. Continue your education at Microsoft Virtual Academy online. All the links I showed in this demo are provided in this slide along with links to deep dive videos around each step. #MSBuild © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

(email azdevopspub@microsoft.com) 7/19/2018 9:40 PM Questions? (email azdevopspub@microsoft.com) Please do let us know if you have any questions as you try to use these tools. We take customer feedback seriously and will try to help you out as best we can. © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Please Complete An Evaluation Form for every session you attend. Your input is important! #MSBuild