Skip to content

Commit b6ab953

Browse files
Merge pull request #471 from microsoft/dev
refactor: merge dev into main
2 parents d6d8ee6 + 38cf445 commit b6ab953

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ Quick deploy
6262
### How to install or deploy
6363
Follow the quick deploy steps on the deployment guide to deploy this solution to your own Azure subscription.
6464

65+
> **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).
66+
6567
[Click here to launch the deployment guide](./docs/DeploymentGuide.md)
6668
<br/><br/>
6769

azure.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
name: document-knowledge-mining-solution-accelerator
44

55
requiredVersions:
6-
azd: ">= 1.15.0"
6+
azd: '>= 1.18.0'
77

88
metadata:
99

docs/DeploymentGuide.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
1. **[PowerShell](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell?view=powershell-7.4)** <small>(v5.1+)</small> - available for Windows, macOS, and Linux.
1616

17-
1. **[Azure CLI](https://learn.microsoft.com/en-us/cli/azure/install-azure-cli-windows?tabs=azure-cli)** <small>(v2.0+)</small> - command-line tool for managing Azure resources.
17+
1. **[Azure CLI](https://learn.microsoft.com/en-us/cli/azure/install-azure-cli-windows?tabs=azure-cli)** <small>(v1.18.0+)</small> - command-line tool for managing Azure resources.
1818

1919
2a. **kubectl** - command-line tool for interacting with Kubernetes clusters.
2020
In PowerShell, run the following command:
@@ -140,6 +140,7 @@ Once you've opened the project [locally](#local-environment), you can deploy it
140140
```shell
141141
azd up
142142
```
143+
> **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).
143144
144145
4. Provide an `azd` environment name (e.g., "ckmapp").
145146
5. Select a subscription from your Azure account and choose a location that has quota for all the resources.

0 commit comments

Comments
 (0)