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: articles/sap/automation/get-started.md
+13-14Lines changed: 13 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,36 +41,35 @@ Follow the guidance here [Configure Azure DevOps for SDAF](configure-devops.md)
41
41
42
42
You can run the SAP on Azure Deployment Automation Framework from a virtual machine in Azure. The following steps describe how to create the environment.
43
43
44
-
Clone the repository and prepare the execution environment by using the following steps on a Linux Virtual machine in Azure:
44
+
> [!IMPORTANT]
45
+
> Ensure that the virtual machine is using either a system assigned or user assigned identity with permissions on the subscription to create resources.
46
+
45
47
46
48
Ensure the Virtual Machine has the following prerequisites installed:
49
+
47
50
- git
48
51
- jq
49
52
- unzip
53
+
- virtualenv (if running on Ubuntu)
50
54
51
-
Ensure that the virtual machine is using either a system assigned or user assigned identity with permissions on the subscription to create resources.
52
55
53
-
54
-
- Create a directory called `Azure_SAP_Automated_Deployment` for your automation framework deployment.
56
+
You can install the prerequisites on an Ubuntu Virtual Machine by using the following command:
0 commit comments