Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.36 KB

File metadata and controls

21 lines (13 loc) · 1.36 KB

Module 2 - Moving to the Cloud

Now that the Developer workflow improved dramatically, the VP of Engineering at Fabrikam, Susan Withers, wants to take the next step. With the application already running in separate containers, the goal to improve the overall architecture is already progressing. With this well-isolated architecture a cloud implementation would be a great addition. Instead of running the application on-premises, it should run in the cloud. This way maintenance costs can be reduced and the application can be scaled when this is necessary.

Susan asks you and your team to lead the way to the cloud. Since Fabrikam is moving to DevOps, she wants the development teams to be responsible for the infrastructure as well. It is up to you to help and guide the team to run the containerized application in the cloud!

Learning Objectives

In this module you will learn to:

  • Use Infrastructure as Code to set up idempotent infrastructure in the cloud
  • Set up a resource group in Azure and assign permissions
  • Set up a CosmosDB via automation scripts
  • Set up an Azure Web App that runs a multi-container application via automation scripts
  • Set up a pipeline that deploys the infrastructure on demand

Tasks