File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -125,6 +125,7 @@ Install the following tools on your local machine:
125125| ** Python** | 3.9 or later | [ Download from python.org] ( https://www.python.org/downloads/ ) |
126126| ** Azure CLI** | Latest | [ Install Azure CLI] ( https://learn.microsoft.com/cli/azure/install-azure-cli ) |
127127| ** Azure Developer CLI (azd)** | Latest | [ Install azd] ( https://learn.microsoft.com/azure/developer/azure-developer-cli/install-azd ) |
128+ | ** Bicep CLI** | 0.33.0 or later | [ Install Bicep] ( https://learn.microsoft.com/azure/azure-resource-manager/bicep/install ) |
128129| ** Git** | Latest | [ Download from git-scm.com] ( https://git-scm.com/downloads ) |
129130
130131<details >
@@ -134,6 +135,7 @@ Install the following tools on your local machine:
134135python --version
135136az --version
136137azd version
138+ az bicep version
137139git --version
138140```
139141
You can’t perform that action at this time.
0 commit comments