From 170ac4037e1160d44b189567eb8a5b4ff6167686 Mon Sep 17 00:00:00 2001 From: Rafi-Microsoft Date: Wed, 6 May 2026 13:58:24 +0530 Subject: [PATCH 1/3] docs: add Bicep CLI prerequisite to local deployment guide Adds Bicep CLI (v0.33.0+) to the local deployment prerequisites so users provisioning this accelerator locally have the required Bicep version installed before running 'azd up' / 'az deployment'. Work item: AB#42634 --- docs/DeploymentGuide.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/DeploymentGuide.md b/docs/DeploymentGuide.md index 3528b43f..eb4c58d0 100644 --- a/docs/DeploymentGuide.md +++ b/docs/DeploymentGuide.md @@ -82,6 +82,7 @@ Ensure you have access to an [Azure subscription](https://azure.microsoft.com/fr - [PowerShell 7.0+](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell) - [Azure CLI (az) 1.18.0+](https://learn.microsoft.com/en-us/cli/azure/install-azure-cli-windows?tabs=azure-cli) - [Azure Developer CLI (azd) 1.18.0+](https://aka.ms/install-azd) +- [Bicep CLI 0.33.0+](https://learn.microsoft.com/azure/azure-resource-manager/bicep/install) - [Helm](https://helm.sh/docs/intro/install/) - [Docker Desktop](https://www.docker.com/products/docker-desktop/) - [Git](https://git-scm.com/downloads) From ffeb6a96843df142b1666863b1aadf6e57572a84 Mon Sep 17 00:00:00 2001 From: Rafi-Microsoft Date: Wed, 6 May 2026 19:50:35 +0530 Subject: [PATCH 2/3] docs: Add Bicep CLI (v0.33.0+) version pinning alongside azd/PowerShell --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9cdc1360..87b6598e 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,8 @@ Follow the quick deploy steps on the deployment guide to deploy this solution > **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). +> **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). + [Click here to launch the deployment guide](./docs/DeploymentGuide.md)

> **Note**: Some tenants may have additional security restrictions that run periodically and could impact the application (e.g., blocking public network access). If you experience issues or the application stops working, check if these restrictions are the cause. In such cases, consider deploying the WAF-supported version to ensure compliance. To configure, [Click here](./docs/DeploymentGuide.md#31-choose-deployment-type-optional). From aa9c369d350d22d64577efa4e973d6ea4f54066b Mon Sep 17 00:00:00 2001 From: Rafi-Microsoft Date: Wed, 6 May 2026 21:27:55 +0530 Subject: [PATCH 3/3] docs: Add Bicep CLI version pinning to AVM post-deployment prereqs --- docs/AVMPostDeploymentGuide.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/AVMPostDeploymentGuide.md b/docs/AVMPostDeploymentGuide.md index 233e87d8..3a92ddaa 100644 --- a/docs/AVMPostDeploymentGuide.md +++ b/docs/AVMPostDeploymentGuide.md @@ -40,6 +40,8 @@ Before starting the post-deployment process, ensure you have the following: 6. **[Docker Desktop](https://docs.docker.com/get-docker/)** - Container platform for building and publishing images > ⚠️ **Important**: Ensure Docker Desktop is running before executing the deployment script +7. **[Bicep CLI](https://learn.microsoft.com/azure/azure-resource-manager/bicep/install)** (v0.33.0+) - Required for compiling infrastructure templates + ### Azure Requirements 7. **Azure Access** - One of the following roles on the subscription: