Skip to content

Commit 29b7a2c

Browse files
Merge pull request #213 from microsoft/psl-us-20283-vs
docs: added required azd version in azure.yml file and updated DeploymentGuide.md file
2 parents 4ea0564 + 030bf48 commit 29b7a2c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

azure.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
# template: [email protected]
44
name: content-processing
55

6+
requiredVersions:
7+
azd: ">= 1.15.0"
8+
69
metadata:
710
811

docs/DeploymentGuide.md

Lines changed: 1 addition & 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)
90+
- [Azure Developer CLI (azd)](https://aka.ms/install-azd) <small>(v1.15.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)

0 commit comments

Comments
 (0)