diff --git a/README.md b/README.md
index 20345674..1063a7ad 100644
--- a/README.md
+++ b/README.md
@@ -62,6 +62,8 @@ Quick deploy
### How to install or deploy
Follow the quick deploy steps on the deployment guide to deploy this solution to your own Azure subscription.
+> **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).
+
[Click here to launch the deployment guide](./docs/DeploymentGuide.md)
diff --git a/azure.yaml b/azure.yaml
index 5a60240f..9db890d4 100644
--- a/azure.yaml
+++ b/azure.yaml
@@ -3,7 +3,7 @@
name: document-knowledge-mining-solution-accelerator
requiredVersions:
- azd: ">= 1.15.0"
+ azd: '>= 1.18.0'
metadata:
template: document-knowledge-mining-solution-accelerator@1.0
diff --git a/docs/DeploymentGuide.md b/docs/DeploymentGuide.md
index f219131f..f23e278a 100644
--- a/docs/DeploymentGuide.md
+++ b/docs/DeploymentGuide.md
@@ -14,7 +14,7 @@
1. **[PowerShell](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell?view=powershell-7.4)** (v5.1+) - available for Windows, macOS, and Linux.
-1. **[Azure CLI](https://learn.microsoft.com/en-us/cli/azure/install-azure-cli-windows?tabs=azure-cli)** (v2.0+) - command-line tool for managing Azure resources.
+1. **[Azure CLI](https://learn.microsoft.com/en-us/cli/azure/install-azure-cli-windows?tabs=azure-cli)** (v1.18.0+) - command-line tool for managing Azure resources.
2a. **kubectl** - command-line tool for interacting with Kubernetes clusters.
In PowerShell, run the following command:
@@ -140,6 +140,7 @@ Once you've opened the project [locally](#local-environment), you can deploy it
```shell
azd up
```
+ > **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).
4. Provide an `azd` environment name (e.g., "ckmapp").
5. Select a subscription from your Azure account and choose a location that has quota for all the resources.