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
- Show that both build failure and success are taken care of with a Github Action Workflow
- Show which Azure services you are creating and deploying code as part of this challenge
- Demonstrate your readiness in alignment with Solution Blueprint
Learning Resources