In this challenge you will set up all it takes to complete this hackathon. Here's a list of things we need to set up:
Creating resources on Azure:
- Resource Group - this will be the place where we create all our Azure resources
- Azure shell - this will be used to execute commands
- Azure Container Registry - here we are going to store our Docker container images
Need help? Check hints here 📘!
-
Open up an azure cloud shell
-
Clone the repository
-
Check out and configure the variables file in the terraform folder
-
Deploy all components
Need help? Check hints here 📘!