Skip to content

Commit 587c2bf

Browse files
author
Paulo Lacerda
committed
docs
1 parent a0a0255 commit 587c2bf

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

docs/deploy.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@ Choose your preferred deployment method based on project requirements and enviro
44

55
> You can change parameter values in `main.parameters.json` or set them with `azd env set` before running `azd provision`. This applies only to parameters that support environment variable substitution.
66
7+
## Prerequisites
8+
9+
<details markdown="block">
10+
<summary>Expand to view prerequisites</summary>
11+
12+
To deploy this template, the user or service principal requires the following permissions on the target Resource Group:
13+
14+
* An Azure subscription.
15+
* An Azure user with **Contributor** and **User Access Admin** permissions on the target resource group.
16+
17+
In addition, the machine or environment used for deployment should have:
18+
19+
- Azure Developer CLI: [Install azd](https://learn.microsoft.com/en-us/azure/developer/azure-developer-cli/install-azd)
20+
- PowerShell 7+ (Windows only): [Install PowerShell](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell-on-windows?view=powershell-7.4#installing-the-msi-package)
21+
- Git: [Download Git](https://git-scm.com/downloads)
22+
- Python 3.12: [Download Python](https://www.python.org/downloads/release/python-3120/)
23+
- An Azure AI Services resource created or agreement to Responsible AI terms in the portal
24+
25+
</details>
26+
727
## Quick Start - Basic Deployment
828

929
Quick setup for demos without network isolation.

0 commit comments

Comments
 (0)