Skip to content

Commit 49c45bb

Browse files
chore: downmerge from main to dev
2 parents 0d06ce5 + c20645d commit 49c45bb

4 files changed

Lines changed: 15 additions & 1 deletion

File tree

README.md

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

7575
> **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).
7676
77+
> **Note:** This solution accelerator also requires **Bicep CLI version 0.33.0 or higher** for compiling infrastructure templates. [Install Bicep](https://learn.microsoft.com/azure/azure-resource-manager/bicep/install).
78+
7779
[Click here to launch the deployment guide](./docs/DEPLOYMENT.md)
7880
<br/><br/>
7981

docs/AVMPostDeploymentGuide.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ Ensure the following tools are installed on your machine:
5555
|------|---------|---------------|
5656
| PowerShell | v7.0+ | [Install PowerShell](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell?view=powershell-7.5) |
5757
| Azure CLI | v2.50+ | [Install Azure CLI](https://learn.microsoft.com/en-us/cli/azure/install-azure-cli) |
58+
| Bicep CLI | v0.33.0+ | [Install Bicep](https://learn.microsoft.com/azure/azure-resource-manager/bicep/install) |
5859
| Python | 3.11+ | [Download Python](https://www.python.org/downloads/) |
5960
| Git | Latest | [Download Git](https://git-scm.com/downloads) |
6061

docs/AZD_DEPLOYMENT.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,16 @@ This guide covers deploying the Content Generation Solution Accelerator using Az
3434
python3 --version
3535
```
3636

37+
5. **Bicep CLI** v0.33.0 or higher (for compiling infrastructure templates)
38+
```bash
39+
# Install or upgrade via Azure CLI (upgrade ensures an existing older Bicep is bumped to the required version)
40+
az bicep install
41+
az bicep upgrade
42+
43+
# Verify installation
44+
az bicep version
45+
```
46+
3747
### Azure Requirements
3848

3949
- An Azure subscription with the following permissions:

docs/DEPLOYMENT.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,8 @@ If you're not using one of the above options for opening the project, then you'l
105105

106106
1. Make sure the following tools are installed:
107107
- [PowerShell](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell?view=powershell-7.5) <small>(v7.0+)</small> - available for Windows, macOS, and Linux.
108-
- [Azure Developer CLI (azd)](https://aka.ms/install-azd) <small>(v1.15.0+)</small>
108+
- [Azure Developer CLI (azd)](https://aka.ms/install-azd) <small>(v1.18.0+)</small>
109+
- [Bicep CLI](https://learn.microsoft.com/azure/azure-resource-manager/bicep/install) <small>(v0.33.0+)</small>
109110
- [Python 3.11+](https://www.python.org/downloads/)
110111
- [Node.js 18+](https://nodejs.org/)
111112
- [Docker Desktop](https://www.docker.com/products/docker-desktop/)

0 commit comments

Comments
 (0)