Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 764 Bytes

challenges.0.md

File metadata and controls

21 lines (14 loc) · 764 Bytes

0. Create Resources

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 📘!

Bonus Challenge 1 - Deploy all the infrastructure through terraform

  • 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 📘!