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). 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: 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)