Azure

azure basics

Install requirements

# Install azure-cli
brew update && brew install azure-cli

#install azure functions core tools
brew tap azure/functions
brew install azure-functions-core-tools@4
# if upgrading on a machine that has 2.x or 3.x installed:
brew link --overwrite azure-functions-core-tools@4

# sign in
az login

Install azure-cli

install azure functions core tools

Use python based azure functions with terraform

Deploy azure functions with terraform

Terraform provider for azure

Terraform azure regions