Skip to content

Commit 92b0f85

Browse files
Merge pull request #967 from microsoft/psl-addBicepVer
docs: Add Bicep CLI (v0.33.0+) to local deployment prerequisites
2 parents 3932f0d + d8dc538 commit 92b0f85

3 files changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ Follow the quick deploy steps on the deployment guide to deploy this solution to
7272

7373
> **Note:** This solution accelerator requires **Azure Developer CLI (azd) version 1.18.0 or higher**. Please ensure you have the latest version installed before proceeding with deployment. [Download azd here](https://learn.microsoft.com/en-us/azure/developer/azure-developer-cli/install-azd).
7474
75+
> **Note:** If deploying from a **local environment** (Option D in the deployment guide), this solution accelerator requires **Bicep CLI version 0.33.0 or higher** to compile infrastructure templates. [Install Bicep](https://learn.microsoft.com/azure/azure-resource-manager/bicep/install).
76+
7577
[Click here to launch the deployment guide](./docs/DeploymentGuide.md)
7678
<br/><br/>
7779

docs/AVMPostDeploymentGuide.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Before starting the post-deployment process, ensure you have the following:
2929
3. **[Python](https://www.python.org/downloads/)** <small>(v4.9+ recommended)</small> - Required for data processing scripts
3030

3131
4. **[Git](https://git-scm.com/downloads/)** - Version control system for cloning the repository
32+
5. **[Bicep CLI](https://learn.microsoft.com/azure/azure-resource-manager/bicep/install)** <small>(v0.33.0+)</small> - Required for compiling infrastructure templates
3233

3334
### Azure Requirements
3435

docs/DeploymentGuide.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ Select one of the following options to deploy the Multi Agent Custom Automation
153153
**Required Tools:**
154154
- [PowerShell 7.0+](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell)
155155
- [Azure Developer CLI (azd) 1.18.0+](https://aka.ms/install-azd)
156+
- [Bicep CLI 0.33.0+](https://learn.microsoft.com/azure/azure-resource-manager/bicep/install) - command-line Bicep compiler required for deployments (separate from the VS Code Bicep extension)
156157
- [Python 3.9+](https://www.python.org/downloads/)
157158
- [Docker Desktop](https://www.docker.com/products/docker-desktop/)
158159
- [Git](https://git-scm.com/downloads)

0 commit comments

Comments
 (0)