Skip to content

Commit 0a37746

Browse files
Merge pull request #226 from microsoft/pls-azd-version-update
docs: Updated README, azure.yml for minimum azd version 1.18.0
2 parents b2d667c + ed728fb commit 0a37746

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

78+
> **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).
79+
7880
[Click here to launch the deployment guide](./docs/DeploymentGuide.md)
7981
<br/><br/>
8082

azure.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ metadata:
33
template: modernize-your-code-solution-accelerator@1.0
44

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

88
parameters:
99
AzureAiServiceLocation:

docs/DeploymentGuide.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ If you're not using one of the above options for opening the project, then you'l
9898

9999
1. Make sure the following tools are installed:
100100

101-
* [Azure Developer CLI (azd)](https://aka.ms/install-azd) <small>(v1.17.1+)</small> - version
101+
* [Azure Developer CLI (azd)](https://aka.ms/install-azd) <small>(v1.18.0+)</small> - version
102102
* [Python 3.9+](https://www.python.org/downloads/)
103103
* [Docker Desktop](https://www.docker.com/products/docker-desktop/)
104104
* [Git](https://git-scm.com/downloads)
@@ -195,6 +195,7 @@ To change the azd parameters from the default values, follow the steps [here](..
195195
```shell
196196
azd up
197197
```
198+
> **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).
198199
199200
4. Select a subscription from your Azure account, and select a location which has quota for all the resources.
200201
* This deployment will take *6-9 minutes* to provision the resources in your account and set up the solution with sample data.

0 commit comments

Comments
 (0)