The framework requires az-cli, bicep-cli and jq tools.
Local installation
Note:
On Windows is recommended to use Windows Subsystem for Linux (WSL) to run all scripts in this repository.
- Clone the git repository from GitHub and change working directory to the cloned repository.
- To install required tools execute a setup script:
$ ./00-setup-machine.sh - This script is designed to install all required tools on your computer. When you clone the repository, execute the script.
- The script will ask you to authenticate into Azure CLI via device code login method.
Container Image
Alternatively, in the repository is a container image, that has all the tools you need. Just build the image and run the commands inside the container (for example, with Docker).