Skip to content

Commit 89dd482

Browse files
Merge pull request #80 from microsoft/psl-addBicepVer
docs: Add Bicep CLI (v0.33.0+) to local deployment prerequisites
2 parents 6c0e439 + 4b2e20c commit 89dd482

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/DeploymentGuide.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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:
134135
python --version
135136
az --version
136137
azd version
138+
az bicep version
137139
git --version
138140
```
139141

0 commit comments

Comments
 (0)