| 2017 microsoft cloud and hosting summit · learn how continuous integration / continuous delivery...

27
| 2017 Microsoft Cloud and Hosting Summit

Upload: others

Post on 26-May-2020

3 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: | 2017 Microsoft Cloud and Hosting Summit · Learn how Continuous Integration / Continuous Delivery works in practice on Azure Microsoft has an integrated e2e DevOps process with

| 2017 Microsoft Cloud and Hosting Summit

Page 2: | 2017 Microsoft Cloud and Hosting Summit · Learn how Continuous Integration / Continuous Delivery works in practice on Azure Microsoft has an integrated e2e DevOps process with

| 2017 Microsoft Cloud and Hosting Summit

Eamon O'Reilly

DevOps & Automation on Azure

Principal PM (Azure Automation)Microsoft

Arun Chandrasekhar

Principal PM (Azure DevOps)Microsoft

Page 3: | 2017 Microsoft Cloud and Hosting Summit · Learn how Continuous Integration / Continuous Delivery works in practice on Azure Microsoft has an integrated e2e DevOps process with

Agenda & Key Takeaways

DevOps practices and how they can be used to deliver Azure services at scale

Learn how Continuous Integration / Continuous Delivery works in practice on Azure

Microsoft has an integrated e2e DevOps process with VSTS and Azure

Everything needs to be automated e2e

Flexibility in your technology choices around DevOps with OSS

Review Continuous Management Azure provides for infrastructure and applications

Page 4: | 2017 Microsoft Cloud and Hosting Summit · Learn how Continuous Integration / Continuous Delivery works in practice on Azure Microsoft has an integrated e2e DevOps process with
Page 5: | 2017 Microsoft Cloud and Hosting Summit · Learn how Continuous Integration / Continuous Delivery works in practice on Azure Microsoft has an integrated e2e DevOps process with

DevOps lifecycle

Page 6: | 2017 Microsoft Cloud and Hosting Summit · Learn how Continuous Integration / Continuous Delivery works in practice on Azure Microsoft has an integrated e2e DevOps process with

1

Page 7: | 2017 Microsoft Cloud and Hosting Summit · Learn how Continuous Integration / Continuous Delivery works in practice on Azure Microsoft has an integrated e2e DevOps process with
Page 8: | 2017 Microsoft Cloud and Hosting Summit · Learn how Continuous Integration / Continuous Delivery works in practice on Azure Microsoft has an integrated e2e DevOps process with

2

Page 9: | 2017 Microsoft Cloud and Hosting Summit · Learn how Continuous Integration / Continuous Delivery works in practice on Azure Microsoft has an integrated e2e DevOps process with
Page 10: | 2017 Microsoft Cloud and Hosting Summit · Learn how Continuous Integration / Continuous Delivery works in practice on Azure Microsoft has an integrated e2e DevOps process with

Continuous Integration (CI)

Issues• Delivery delays

• Non-working/low-quality code

• Incomplete solutions

• Rework

Value• Frequent integration

• Higher quality

• Repeatability

cspkg

DEV

Page 13: | 2017 Microsoft Cloud and Hosting Summit · Learn how Continuous Integration / Continuous Delivery works in practice on Azure Microsoft has an integrated e2e DevOps process with

CI using Azure VM agents

Jenkins Master

Azure Resource Manager

Page 14: | 2017 Microsoft Cloud and Hosting Summit · Learn how Continuous Integration / Continuous Delivery works in practice on Azure Microsoft has an integrated e2e DevOps process with
Page 15: | 2017 Microsoft Cloud and Hosting Summit · Learn how Continuous Integration / Continuous Delivery works in practice on Azure Microsoft has an integrated e2e DevOps process with
Page 16: | 2017 Microsoft Cloud and Hosting Summit · Learn how Continuous Integration / Continuous Delivery works in practice on Azure Microsoft has an integrated e2e DevOps process with

Continuous Delivery (CD)

Issues• Slow delivery cadence

• Limited predictability when deploying

• Complexity when deploying

Value• Consistency

• Accelerated deployment

• Repeatability

• Human error reductionDEV

Page 17: | 2017 Microsoft Cloud and Hosting Summit · Learn how Continuous Integration / Continuous Delivery works in practice on Azure Microsoft has an integrated e2e DevOps process with

Infrastructure and configuration as code

Value• Optimized resources

• Accelerate delivery

Measure• Deployment rate

• MTTR

Page 18: | 2017 Microsoft Cloud and Hosting Summit · Learn how Continuous Integration / Continuous Delivery works in practice on Azure Microsoft has an integrated e2e DevOps process with

19

Continuous Management .

PACKAGINGDEVOPS TOOLING

PATCHING

CONFIG MONITORING

ORCHESTRATION

ALERTSDISCOVERYANALYTICS

SUBSCRIPTIONCOST POLICY

BACKUP RECOVERY

DETECT PREVENT

Page 19: | 2017 Microsoft Cloud and Hosting Summit · Learn how Continuous Integration / Continuous Delivery works in practice on Azure Microsoft has an integrated e2e DevOps process with
Page 20: | 2017 Microsoft Cloud and Hosting Summit · Learn how Continuous Integration / Continuous Delivery works in practice on Azure Microsoft has an integrated e2e DevOps process with
Page 21: | 2017 Microsoft Cloud and Hosting Summit · Learn how Continuous Integration / Continuous Delivery works in practice on Azure Microsoft has an integrated e2e DevOps process with

Immutable Pipelines: Pets vs Cattle

Page 22: | 2017 Microsoft Cloud and Hosting Summit · Learn how Continuous Integration / Continuous Delivery works in practice on Azure Microsoft has an integrated e2e DevOps process with

Continuous Deployment with Spinnaker

Bake VHD

Dev commits code Build/CI

Azure VM Scale SetCD pipeline

Azure Container

RegistryAzure Container ServiceCD pipeline

Page 23: | 2017 Microsoft Cloud and Hosting Summit · Learn how Continuous Integration / Continuous Delivery works in practice on Azure Microsoft has an integrated e2e DevOps process with

Key takeaways

Everything needs to be automated e2e

Flexibility in your technology choices around DevOps with OSS

Microsoft has an integrated e2e DevOps process with VSTS and Azure

Page 24: | 2017 Microsoft Cloud and Hosting Summit · Learn how Continuous Integration / Continuous Delivery works in practice on Azure Microsoft has an integrated e2e DevOps process with
Page 25: | 2017 Microsoft Cloud and Hosting Summit · Learn how Continuous Integration / Continuous Delivery works in practice on Azure Microsoft has an integrated e2e DevOps process with
Page 26: | 2017 Microsoft Cloud and Hosting Summit · Learn how Continuous Integration / Continuous Delivery works in practice on Azure Microsoft has an integrated e2e DevOps process with

Learning from production

Page 27: | 2017 Microsoft Cloud and Hosting Summit · Learn how Continuous Integration / Continuous Delivery works in practice on Azure Microsoft has an integrated e2e DevOps process with

© Copyright Microsoft Corporation. All rights reserved.