You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/deploy.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,26 @@ Choose your preferred deployment method based on project requirements and enviro
4
4
5
5
> 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.
6
6
7
+
## Prerequisites
8
+
9
+
<detailsmarkdown="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:
0 commit comments