Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.29 KB

File metadata and controls

26 lines (17 loc) · 1.29 KB

Challenge 2 - Build and Deploy API Website

< Previous Challenge - Home - Next Challenge >

Description

  • As per your Assessment get your subscription ready for Deployment
  • To create Azure resources programmatically you will need a service principle for your deployments.
  • Create an Azure SQL database from the bacpac file provided as part of the source code
  • Create a Github Workflow to build API code given as part of the source code
  • If the build fails, an Issue should be created automatically
  • If the build succeeds, deploy the artifact to the API website

Success Criteria

  1. Show that both build failure and success are taken care of with a Github Action Workflow
  2. Show which Azure services you are creating and deploying code as part of this challenge
  3. Demonstrate your readiness in alignment with Solution Blueprint

Learning Resources