Skip to content

Commit f729962

Browse files
Update README and azure.yml for minimum azd version 1.18.0
1 parent 103420b commit f729962

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

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

azure.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
name: build-your-own-copilot-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
@@ -111,7 +111,7 @@ If you're not using one of the above options for opening the project, then you'l
111111

112112
1. Make sure the following tools are installed:
113113
- [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.
114-
- [Azure Developer CLI (azd)](https://aka.ms/install-azd) <small>(v1.15.0+)</small> - version
114+
- [Azure Developer CLI (azd)](https://aka.ms/install-azd) <small>(v1.18.0+)</small> - version
115115
- [Python 3.9 to 3.11](https://www.python.org/downloads/)
116116
- [Docker Desktop](https://www.docker.com/products/docker-desktop/)
117117
- [Git](https://git-scm.com/downloads)
@@ -213,6 +213,7 @@ Once you've opened the project in [Codespaces](#github-codespaces), [Dev Contain
213213
```shell
214214
azd up
215215
```
216+
> **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).
216217
217218
3. Provide an `azd` environment name (e.g., "byocaapp").
218219
4. Select a subscription from your Azure account and choose a location that has quota for all the resources.

0 commit comments

Comments
 (0)