diff --git a/documents/AVMPostDeploymentGuide.md b/documents/AVMPostDeploymentGuide.md index c82dd57d2..d34691d66 100644 --- a/documents/AVMPostDeploymentGuide.md +++ b/documents/AVMPostDeploymentGuide.md @@ -35,6 +35,7 @@ Ensure the following tools are installed on your machine: |------|---------|---------------| | PowerShell | v7.0+ | [Install PowerShell](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell?view=powershell-7.5) | | Azure Developer CLI (azd) | v1.18.0+ | [Install azd](https://aka.ms/install-azd) | +| Bicep CLI | v0.33.0+ | [Install Bicep](https://learn.microsoft.com/azure/azure-resource-manager/bicep/install) | | Python | 3.9+ | [Download Python](https://www.python.org/downloads/) | | Docker Desktop | Latest | [Download Docker](https://www.docker.com/products/docker-desktop/) | | Git | Latest | [Download Git](https://git-scm.com/downloads) | diff --git a/documents/DeploymentGuide.md b/documents/DeploymentGuide.md index 63fae7bfe..e7e46e16b 100644 --- a/documents/DeploymentGuide.md +++ b/documents/DeploymentGuide.md @@ -162,6 +162,7 @@ Select one of the following options to deploy the Conversational Knowledge Minin **Required Tools:** - [PowerShell 7.0+](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell) - [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) - [Python 3.9+](https://www.python.org/downloads/) - [Docker Desktop](https://www.docker.com/products/docker-desktop/) - [Git](https://git-scm.com/downloads)