Skip to content

Commit 9811bcc

Browse files
Updated README, azure.yml for minimum azd version 1.18.0
1 parent e8b5ebb commit 9811bcc

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

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

azure.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
template: document-generation@1.0
88

99
requiredVersions:
10-
azd: '>= 1.15.0'
10+
azd: '>= 1.18.0'
1111

1212
parameters:
1313
solutionPrefix:

docs/DeploymentGuide.md

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

113113
1. Make sure the following tools are installed:
114114
- [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. (Required for Windows users only. Follow the steps [here](./PowershellSetup.md) to add it to the Windows PATH.)
115-
- [Azure Developer CLI (azd)](https://aka.ms/install-azd) <small>(v1.15.0+)</small> - version
115+
- [Azure Developer CLI (azd)](https://aka.ms/install-azd) <small>(v1.18.0+)</small> - version
116116
- [Python 3.9+](https://www.python.org/downloads/)
117117
- [Docker Desktop](https://www.docker.com/products/docker-desktop/)
118118
- [Git](https://git-scm.com/downloads)
@@ -208,6 +208,7 @@ Once you've opened the project in [Codespaces](#github-codespaces), [Dev Contain
208208
```shell
209209
azd up
210210
```
211+
> **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).
211212
212213
3. Provide an `azd` environment name (e.g., "dgapp").
213214
4. Select a subscription from your Azure account and choose a location that has quota for all the resources.

0 commit comments

Comments
 (0)