A smart cloud solution architect always has the right tools in their toolbox.
In this challenge we'll be setting up all the tools we will need to complete our challenges.
- Install the recommended toolset:
- An Azure Subscription
- Windows Subsystem for Linux (Windows only)
- Azure CLI
- Must be at least version 2.20.x
- NOTE: If installing on a Windows workstation, install into the Windows Subsystem for Linux environment using the installation instructions for Linux.
- NOTE: If you’re running into issues running Azure CLI command on Windows, disable Global Protect (VPN)
- PowerShell Cmdlets for Azure
- Visual Studio Code
- Bicep plugins for VS Code
- Bicep CLI - AzureCLI version 2.20 & higher should include the Bicep CLI tools. If you are using PowerShell, you must follow the instructions at this link to install the Bicep CLI.
NOTE: You can complete all of the challenges with the Azure Cloud Shell! However, be a good cloud architect and make sure you have experience installing the tools locally.
- You have a bash shell at your disposal (WSL, Mac, Linux or Azure Cloud Shell)
- Running
az --version
shows the version of your Azure CLI - Visual Studio Code and Bicep tools are installed.