Skip to content

Commit 8877983

Browse files
Merge pull request #279 from microsoft/dev
refactor: merge dev into main
2 parents 989acfd + b151eb0 commit 8877983

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

74+
> **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).
75+
7476
[Click here to launch the deployment guide](./docs/DeploymentGuide.md)
7577
<br/><br/>
7678

azure.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
name: content-processing
55

66
requiredVersions:
7-
azd: ">=1.15.0 !=1.17.1"
7+
azd: '>= 1.18.0'
88

99
metadata:
1010
template: content-processing@1.0

docs/DeploymentGuide.md

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

8888
1. Make sure the following tools are installed:
8989
- [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.
90-
- [Azure Developer CLI (azd)](https://aka.ms/install-azd) <small>(v1.15.0+)</small> - version
90+
- [Azure Developer CLI (azd)](https://aka.ms/install-azd) <small>(v1.18.0+)</small> - version
9191
- [Python 3.9+](https://www.python.org/downloads/)
9292
- [Docker Desktop](https://www.docker.com/products/docker-desktop/)
9393
- [Git](https://git-scm.com/downloads)
@@ -184,6 +184,7 @@ Once you've opened the project in [Codespaces](#github-codespaces), [Dev Contain
184184
```shell
185185
azd up
186186
```
187+
> **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).
187188
188189
3. Provide an `azd` environment name (e.g., "cpsapp").
189190
4. Select a subscription from your Azure account and choose a location that has quota for all the resources.

0 commit comments

Comments
 (0)