Technical requirements
In addition to the technical requirements outlined in Chapter 1, Azure and Cloud Fundamentals, you will require the following to follow along with the exercises:
- Visual Studio Code – downloadable from here: https://code.visualstudio.com/Download.
- The ARM Tools Visual Studio Code extension installed – found here: https://marketplace.visualstudio.com/items?itemName=msazurermtools.azurerm-vscode-tools.
- Git, which can be downloaded from here: https://git-scm.com/downloads.
- For container exercises, if using a Windows machine, enable the Windows Subsystem for Linux (WSL): https://docs.docker.com/desktop/windows/wsl.
- To build and run Docker images locally, the recommended tool to use is Docker Desktop. A Docker Personal plan is free for personal, individual use and can be found here: https://www.docker.com/products/personal.
- The code files for this chapter can be downloaded from here: https://github.com/PacktPublishing/Developing...