Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 2.27 KB

Challenge-00.md

File metadata and controls

44 lines (28 loc) · 2.27 KB

Challenge 00 - Prerequisites - Ready, Set, GO!

Home - Next Challenge >

Introduction

Thank you for participating in the AKS Enterprise-Grade. Before you can hack, you will need to set up some prerequisites.

A smart cloud solution architect always has the right tools in their toolbox.

Description

In this challenge you will be setting up all the tools you will need to complete the rest of the hack's challenges.

Install Cloud Tools On Your Workstation

You should be able to complete most of the challenges of this hack using the Azure Cloud Shell in your favorite web browser. However, if you work with Azure on a regular basis, you should take the time to install all of the tools on your local workstation.

Student Resources

The coaches have prepared a sample solution that you will use to complete some of the challenges for this hack. The repo for this can be located here:

Success Criteria

To complete this challenge successfully, you should be able to:

  • Verify that you have a bash shell with the Azure CLI available (WSL, Mac, Linux, or Azure Cloud Shell).
  • Verify that running az --version shows the version of your Azure CLI.
  • Verify that running terraform --version shows the version that is at least 1.5.5.

Learning Resources