Challenge 0: Pre-requisites - Ready, Set, Go!
Home - Next Challenge >
Introduction
A smart Azure engineer always has the right tools in their toolbox. In addition, a good grasp on key foundational networking concepts.
Description
In this challenge we’ll be setting up all the tools we will need to complete our challenges.
- Make sure that you have joined the Teams group for this track. Please ask your coach about the correct Teams channel to join.
- Ask your coach about the subscription you are going to use to fulfill the challenges
- Install the recommended toolset, being one of this:
- The Powershell way (same tooling for Windows, Linux or Mac):
- The Azure CLI way:
- The Azure Portal way: not really recommended, but you can still the portal to fulfill most of the challenges. Do not complain about having to do more than once the same task across the challenges :)
NOTE: You can use Azure Powershell and CLI on the Azure Cloud Shell, but running the commands locally along Visual Studio Code will give you a much better experience
Networking 101
We recommend to review the below LinkedIn training and Azure docs(< 4 hours) in order to revisit key networking concepts necessary for the successful completion of this FastHack.
Success Criteria
- You have an Azure shell at your disposal (Powershell, WSL(2), Mac, Linux or Azure Cloud Shell)
- Visual Studio Code is installed.
- Running
az login
or Connect-AzAccount
allows to authenticate to Azure
- You have reviewed foundational knowledge in the Networking 101 section