Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.29 KB

File metadata and controls

42 lines (27 loc) · 1.29 KB

Open Hack - Challenge 2


Now that you have the source applications configured, create a GitHub workflow with CI/CD.

Create a New App

Create a new application of your choosing (.NET, Java, Python, etc.) instead of using one of the sample applications

Application Requirements

  • Must display the Virtual Machine name on a page

Create Infrastructure as Code

This infrastructure is for the newly created application.

Infrastructure requirements

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

Use GitHub Workflow for CI/CD

  • Create a GitHub workflow to deploy your application
  • Run the workflow to deploy your application

Stretch

  • Add Geo Distribution
  • Add Application Insights
  • Add Blue/Green style performance
  • Enable Automatic Scaling
  • Perform a Performance Test

Helpful Links

Azure App Service - Application Insights Azure App Service Automatic Scaling Performance Testing Blue/Green Deployment