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
+30-3Lines changed: 30 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,24 +22,51 @@ Get started quickly with the [SAP on Azure Deployment Automation Framework](depl
22
22
- An [Azure CLI](/cli/azure/install-azure-cli) installation on your local computer.
23
23
- An [Azure PowerShell](/powershell/azure/install-az-ps#update-the-azure-powershell-module) installation on your local computer.
24
24
- A Service Principal to use for the control plane deployment
25
+
- Ability to create an Azure Devops project if you want to use Azure DevOps for deployment.
25
26
26
27
Some of the prerequisites may already be installed in your deployment environment. Both Cloud Shell and the deployer have Terraform and the Azure CLI installed.
27
-
## Clone the repository
28
28
29
-
Clone the repository and prepare the execution environment by using the following steps:
29
+
## Use SAP on Azure Deployment Automation Framework from Azure DevOps Services
30
+
31
+
Using Azure DevOps streamlines the deployment process by providing pipelines that can be executed to perform both the infrastructure deployment and the configuration and SAP installation activities.
32
+
You can use Azure Repos to store your configuration files and Azure Pipelines to deploy and configure the infrastructure and the SAP application.
33
+
34
+
### Sign up for Azure DevOps Services
35
+
36
+
To use Azure DevOps Services, you need an Azure DevOps organization. An organization is used to connect groups of related projects. Use your work or school account to automatically connect your organization to your Azure Active Directory (Azure AD). To create an account, open [Azure DevOps](https://azure.microsoft.com/services/devops/) and either _sign-in_ or create a new account.
37
+
38
+
Follow the guidance here [Configure Azure DevOps for SDAF](configure-devops.md) to configure Azure DevOps for the SAP on Azure Deployment Automation Framework.
39
+
40
+
## Creating the SAP on Azure Deployment Automation Framework environment without Azure DevOps
41
+
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
+
44
+
Clone the repository and prepare the execution environment by using the following steps on a Linux Virtual machine in Azure:
45
+
46
+
Ensure the Virtual Machine has the following prerequisites installed:
47
+
- git
48
+
49
+
Ensure that the virtual machine is using either a system assigned or user assigned identity with permissions on the subscription to create resources.
50
+
30
51
31
52
- Create a directory called `Azure_SAP_Automated_Deployment` for your automation framework deployment.
0 commit comments