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/center-sap-solutions/faq.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ sections:
56
56
57
57
Azure Center for SAP solutions doesn't allow customization of the names of the Azure
58
58
resources deployed through it. Azure Center for SAP solutions follows a prescriptive naming convention for all Azure resources deployed.
59
-
Consider the open-source [SAP deployment automation framework](../virtual-machines/workloads/sap/automation-deployment-framework.md)
59
+
Consider the open-source [SAP on Azure Deployment Automation Framework](../virtual-machines/workloads/sap/automation-deployment-framework.md)
60
60
if you need the ability to customize names for your deployments. Then register your open-source deployments in Azure Center for SAP solutions to unlock intelligent management capabilities.
The [SAP deployment automation framework on Azure](automation-deployment-framework.md) uses a Bill of Materials (BOM). To create your BOM, you have to locate and download relevant SAP installation media. Then, you need to upload these media files to your Azure storage account.
14
+
The [SAP on Azure Deployment Automation Framework](automation-deployment-framework.md) uses a Bill of Materials (BOM). To create your BOM, you have to locate and download relevant SAP installation media. Then, you need to upload these media files to your Azure storage account.
15
15
16
16
> [!NOTE]
17
17
> This guide covers advanced deployment topics. For a basic explanation of how to deploy the automation framework, see the [get started guide](automation-get-started.md) instead.
The [SAP deployment automation framework on Azure](automation-deployment-framework.md) uses a Bill of Materials (BOM). The BOM helps configure your SAP systems.
14
+
The [SAP on Azure Deployment Automation Framework](automation-deployment-framework.md) uses a Bill of Materials (BOM). The BOM helps configure your SAP systems.
15
15
16
16
The automation framework's GitHub repository contains a set of [Sample BOMs](https://github.com/Azure/sap-automation/tree/main/deploy/ansible/BOM-catalog) that you can use to get started. It is also possible to create BOMs for other SAP Applications and databases.
# Generate SAP Application templates for automation
13
13
14
-
The [SAP deployment automation framework on Azure](automation-deployment-framework.md) uses a Bill of Materials (BOM) to define the SAP Application. Before you can deploy a system using a custom BOM, you need to also create the templates for the ini-files used in the unattended SAP installation. This guide covers how to create the application templates for an SAP/S4 deployment. The process is the same for the other SAP applications.
14
+
The [SAP on Azure Deployment Automation Framework](automation-deployment-framework.md) uses a Bill of Materials (BOM) to define the SAP Application. Before you can deploy a system using a custom BOM, you need to also create the templates for the ini-files used in the unattended SAP installation. This guide covers how to create the application templates for an SAP/S4 deployment. The process is the same for the other SAP applications.
Copy file name to clipboardExpand all lines: articles/virtual-machines/workloads/sap/automation-configure-devops.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
-
title: Configure Azure DevOps Services for SAP deployment automation framework
3
-
description: Configure your Azure DevOps Services for the SAP deployment automation framework on Azure.
2
+
title: Configure Azure DevOps Services for SAP on Azure Deployment Automation Framework
3
+
description: Configure your Azure DevOps Services for the SAP on Azure Deployment Automation Framework.
4
4
author: kimforss
5
5
ms.author: kimforss
6
6
ms.reviewer: kimforss
@@ -9,7 +9,7 @@ ms.topic: conceptual
9
9
ms.service: virtual-machines-sap
10
10
---
11
11
12
-
# Use SAP deployment automation framework from Azure DevOps Services
12
+
# Use SAP on Azure Deployment Automation Framework from Azure DevOps Services
13
13
14
14
Using Azure DevOps will streamline the deployment process by providing pipelines that can be executed to perform both the infrastructure deployment and the configuration and SAP installation activities.
15
15
You can use Azure Repos to store your configuration files and Azure Pipelines to deploy and configure the infrastructure and the SAP application.
@@ -18,9 +18,9 @@ You can use Azure Repos to store your configuration files and Azure Pipelines to
18
18
19
19
To use Azure DevOps Services, you'll 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.
20
20
21
-
## Configure Azure DevOps Services for the SAP deployment automation framework
21
+
## Configure Azure DevOps Services for the SAP on Azure Deployment Automation Framework
22
22
23
-
You can use the following script to do a basic installation of Azure Devops Services for the SAP deployment automation framework.
23
+
You can use the following script to do a basic installation of Azure Devops Services for the SAP on Azure Deployment Automation Framework.
You can run the 'Create Sample Deployer Configuration' pipeline to create a sample configuration for the Control Plane. When running choose the appropriate Azure region.
76
76
77
-
## Manual configuration of Azure DevOps Services for the SAP deployment automation framework
77
+
## Manual configuration of Azure DevOps Services for the SAP on Azure Deployment Automation Framework
78
78
79
79
### Create a new project
80
80
@@ -88,11 +88,11 @@ Open (https://dev.azure.com) and create a new project by clicking on the _New Pr
88
88
Record the URL of the project.
89
89
### Import the repository
90
90
91
-
Start by importing the SAP deployment automation framework GitHub repository into Azure Repos.
91
+
Start by importing the SAP on Azure Deployment Automation Framework GitHub repository into Azure Repos.
92
92
93
93
Navigate to the Repositories section and choose Import a repository, import the 'https://github.com/Azure/sap-automation.git' repository into Azure DevOps. For more info, see [Import a repository](/azure/devops/repos/git/import-git-repository?view=azure-devops&preserve-view=true)
94
94
95
-
If you're unable to import a repository, you can create the 'sap-automation' repository, and manually import the content from the SAP deployment automation framework GitHub repository to it.
95
+
If you're unable to import a repository, you can create the 'sap-automation' repository, and manually import the content from the SAP on Azure Deployment Automation Framework GitHub repository to it.
96
96
97
97
### Create the repository for manual import
98
98
@@ -111,7 +111,7 @@ Clone the repository to a local folder by clicking the _Clone_ button in the Fi
111
111
112
112
### Manually importing the repository content using a local clone
113
113
114
-
You can also download the content from the SAP deployment automation framework repository manually and add it to your local clone of the Azure DevOps repository.
114
+
You can also download the content from the SAP on Azure Deployment Automation Framework repository manually and add it to your local clone of the Azure DevOps repository.
115
115
116
116
Navigate to 'https://github.com/Azure/SAP-automation' repository and download the repository content as a ZIP file by clicking the _Code_ button and choosing _Download ZIP_.
117
117
@@ -126,10 +126,10 @@ Select the source control icon and provide a message about the change, for examp
126
126
### Create configuration root folder
127
127
128
128
> [!IMPORTANT]
129
-
> In order to ensure that your configuration files are not overwritten by changes in the SAP deployment automation framework, store them in a separate folder hierarchy.
129
+
> In order to ensure that your configuration files are not overwritten by changes in the SAP on Azure Deployment Automation Framework, store them in a separate folder hierarchy.
130
130
131
131
132
-
Create a top level folder called 'WORKSPACES', this folder will be the root folder for all the SAP deployment configuration files. Create the following folders in the 'WORKSPACES' folder: 'DEPLOYER', 'LIBRARY', 'LANDSCAPE' and 'SYSTEM'. These will contain the configuration files for the different components of the SAP deployment automation framework.
132
+
Create a top level folder called 'WORKSPACES', this folder will be the root folder for all the SAP deployment configuration files. Create the following folders in the 'WORKSPACES' folder: 'DEPLOYER', 'LIBRARY', 'LANDSCAPE' and 'SYSTEM'. These will contain the configuration files for the different components of the SAP on Azure Deployment Automation Framework.
133
133
134
134
Optionally you may copy the sample configuration files from the 'samples/WORKSPACES' folders to the WORKSPACES folder you created, this will allow you to experiment with sample deployments.
Copy file name to clipboardExpand all lines: articles/virtual-machines/workloads/sap/automation-configure-extra-disks.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: Custom disk configurations
3
-
description: Provide custom disk configurations for your system in the SAP deployment automation framework on Azure. Add extra disks to a new system, or an existing system.
3
+
description: Provide custom disk configurations for your system in the SAP on Azure Deployment Automation Framework. Add extra disks to a new system, or an existing system.
# Change the disk configuration for the SAP deployment automation
13
13
14
-
By default, the [SAP deployment automation framework on Azure](automation-deployment-framework.md) defines the disk configuration for the SAP systems. As needed, you can change the default configuration by providing a custom disk configuration json file.
14
+
By default, the [SAP on Azure Deployment Automation Framework](automation-deployment-framework.md) defines the disk configuration for the SAP systems. As needed, you can change the default configuration by providing a custom disk configuration json file.
15
15
16
16
> [!TIP]
17
17
> When possible, it's a best practice to increase the disk size instead of adding more disks.
Copy file name to clipboardExpand all lines: articles/virtual-machines/workloads/sap/automation-configure-sap-parameters.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,7 +111,7 @@ disks:
111
111
112
112
From the v3.4 release, it is possible to deploy SAP on Azure systems in a Shared Home configuration using an Oracle database backend. For more information on running SAP on Oracle in Azure, see [Azure Virtual Machines Oracle DBMS deployment for SAP workload](dbms_guide_oracle.md).
113
113
114
-
In order to install the Oracle backend using the SAP deployment automation framework, you need to provide the following parameters
114
+
In order to install the Oracle backend using the SAP on Azure Deployment Automation Framework, you need to provide the following parameters
Configuration for the [SAP deployment automation framework on Azure](automation-deployment-framework.md)] happens through parameters files. You provide information about your SAP system properties in a tfvars file, which the automation framework uses for deployment. You can find examples of the variable file in the 'samples/WORKSPACES/SYSTEM' folder.
14
+
Configuration for the [SAP on Azure Deployment Automation Framework](automation-deployment-framework.md)] happens through parameters files. You provide information about your SAP system properties in a tfvars file, which the automation framework uses for deployment. You can find examples of the variable file in the 'samples/WORKSPACES/SYSTEM' folder.
15
15
16
16
The automation supports both creating resources (green field deployment) or using existing resources (brownfield deployment).
17
17
@@ -76,7 +76,7 @@ The table below contains the parameters that define the resource group.
76
76
77
77
## SAP Virtual Hostname parameters
78
78
79
-
In the SAP deployment automation framework, the SAP virtual hostname is defined by specifying the `use_secondary_ips` parameter.
79
+
In the SAP on Azure Deployment Automation Framework, the SAP virtual hostname is defined by specifying the `use_secondary_ips` parameter.
80
80
81
81
82
82
> [!div class="mx-tdCol2BreakAll "]
@@ -262,7 +262,7 @@ The table below defines the parameters used for defining the Key Vault informati
262
262
263
263
### Anchor virtual machine parameters
264
264
265
-
The SAP deployment automation framework supports having an Anchor virtual machine. The anchor virtual machine will be the first virtual machine to be deployed and is used to anchor the proximity placement group.
265
+
The SAP on Azure Deployment Automation Framework supports having an Anchor virtual machine. The anchor virtual machine will be the first virtual machine to be deployed and is used to anchor the proximity placement group.
266
266
267
267
The table below contains the parameters related to the anchor virtual machine.
0 commit comments