Skip to content

Commit 725c67d

Browse files
Updated README, azure.yml for minimum azd version 1.18.0
1 parent 27382f5 commit 725c67d

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
@@ -67,6 +67,8 @@ Quick deploy
6767
### How to install or deploy
6868
Follow the quick deploy steps on the deployment guide to deploy this solution to your own Azure subscription.
6969

70+
> **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).
71+
7072
[Click here to launch the deployment guide](./docs/DeploymentGuide.md)
7173
<br/><br/>
7274

azure.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: multi-agent-custom-automation-engine-solution-accelerator
33
metadata:
44
55
requiredVersions:
6-
azd: ">=1.15.0 !=1.17.1"
6+
azd: '>= 1.18.0'
77
hooks:
88
postdeploy:
99
windows:

docs/DeploymentGuide.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ If you're not using one of the above options for opening the project, then you'l
160160
1. Make sure the following tools are installed:
161161

162162
- [PowerShell](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell?view=powershell-7.5) <small>(v7.0+)</small> - available for Windows, macOS, and Linux.
163-
- [Azure Developer CLI (azd)](https://aka.ms/install-azd) <small>(v1.15.0+)</small> - version
163+
- [Azure Developer CLI (azd)](https://aka.ms/install-azd) <small>(v1.18.0+)</small> - version
164164
- [Python 3.9+](https://www.python.org/downloads/)
165165
- [Docker Desktop](https://www.docker.com/products/docker-desktop/)
166166
- [Git](https://git-scm.com/downloads)
@@ -249,6 +249,7 @@ Once you've opened the project in [Codespaces](#github-codespaces), [Dev Contain
249249
```shell
250250
azd up
251251
```
252+
> **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).
252253
253254
3. Provide an `azd` environment name (e.g., "macaeapp").
254255
4. Select a subscription from your Azure account and choose a location that has quota for all the resources.

0 commit comments

Comments
 (0)