Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 750 Bytes

File metadata and controls

38 lines (23 loc) · 750 Bytes

Open Hack - Challenge 2


Now that you have the source applications configured, create a cloud DevOps ready pipleline with CI/CD.

Create a New App

This is a new application. Not one of the sample applications.

Application Requirements

  • Must display the node name on a page

Create Infra as Code

This infrastructure is for the newly created app.

Infrastucture requirements

  • Single Region
  • Load balanced - Round Robin
  • Web Application

Use VSTS to enable CI/CD

  • Deploy the newly created environment into a new Resource Group
  • Deploy the new app onto that env

Stretch

  • Add Geo Distribution
  • Add Application Insights
  • Add Blue/Green style performance
  • Enable AutoScale
  • Preform a Performance Test

Helpful Links