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.
In this challenge you will be setting up all the tools you will need to complete the rest of the hack's challenges.
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.
- Azure Subscription
- Managing Cloud Resources
- Azure Portal
- Azure CLI - up-to-date version
- NOTE for Windows users: Install the Azure CLI on Windows Subsystem for Linux following the instructions for the Linux distribution you are using in WSL.
- Azure Cloud Shell (optional)
- Terraform CLI - version >= 1.5.5
- Visual Studio Code (or an IDE of your choice)
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:
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.