Skip to content

Commit 2a50865

Browse files
author
Laura Dolan
committed
Update SDAF full name for compliance
1 parent f819d6a commit 2a50865

File tree

51 files changed

+119
-119
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+119
-119
lines changed

articles/center-sap-solutions/faq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ sections:
5656
5757
Azure Center for SAP solutions doesn't allow customization of the names of the Azure
5858
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)
6060
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.
6161
6262
- question: What is a VIS resource?

articles/center-sap-solutions/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ items:
5151

5252
- name: Resources
5353
items:
54-
- name: SAP deployment automation framework
54+
- name: SAP on Azure Deployment Automation Framework
5555
href: ../virtual-machines/workloads/sap/automation-deployment-framework.md
5656
- name: Azure Monitor for SAP solutions
5757
href: ../virtual-machines/workloads/sap/monitor-sap-on-azure.md

articles/virtual-machines/workloads/sap/automation-bom-get-files.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Get SAP media for Bill of Materials
3-
description: How to download SAP media to use in your Bill of Materials (BOM) for the SAP deployment automation framework on Azure.
3+
description: How to download SAP media to use in your Bill of Materials (BOM) for the SAP on Azure Deployment Automation Framework.
44
author: kimforss
55
ms.author: kimforss
66
ms.reviewer: kimforss
@@ -11,7 +11,7 @@ ms.service: virtual-machines-sap
1111

1212
# Acquire media for BOM creation
1313

14-
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.
1515

1616
> [!NOTE]
1717
> 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.

articles/virtual-machines/workloads/sap/automation-bom-prepare.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Prepare Bill of Materials for automation
3-
description: How to prepare a full SAP Bill of Materials (BOM) for use with the SAP deployment automation framework on Azure.
3+
description: How to prepare a full SAP Bill of Materials (BOM) for use with the SAP on Azure Deployment Automation Framework.
44
author: kimforss
55
ms.author: kimforss
66
ms.reviewer: kimforss
@@ -11,7 +11,7 @@ ms.service: virtual-machines-sap
1111

1212
# Prepare SAP BOM
1313

14-
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.
1515

1616
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.
1717

articles/virtual-machines/workloads/sap/automation-bom-templates-db.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Generate Application Installation templates
3-
description: How to generate SAP Application templates for use with the SAP deployment automation framework on Azure.
3+
description: How to generate SAP Application templates for use with the SAP on Azure Deployment Automation Framework.
44
author: kimforss
55
ms.author: kimforss
66
ms.reviewer: kimforss
@@ -11,7 +11,7 @@ ms.service: virtual-machines-sap
1111

1212
# Generate SAP Application templates for automation
1313

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.
1515

1616
## Prerequisites
1717

articles/virtual-machines/workloads/sap/automation-configure-control-plane.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Configure control plane for automation framework
3-
description: Configure your deployment control plane for the SAP deployment automation framework on Azure.
3+
description: Configure your deployment control plane for the SAP on Azure Deployment Automation Framework.
44
author: kimforss
55
ms.author: kimforss
66
ms.reviewer: kimforss
@@ -11,7 +11,7 @@ ms.service: virtual-machines-sap
1111

1212
# Configure the control plane
1313

14-
The control plane for the [SAP deployment automation framework on Azure](automation-deployment-framework.md) consists of the following components:
14+
The control plane for the [SAP on Azure Deployment Automation Framework](automation-deployment-framework.md) consists of the following components:
1515
- Deployer
1616
- SAP library
1717

articles/virtual-machines/workloads/sap/automation-configure-devops.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
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.
44
author: kimforss
55
ms.author: kimforss
66
ms.reviewer: kimforss
@@ -9,7 +9,7 @@ ms.topic: conceptual
99
ms.service: virtual-machines-sap
1010
---
1111

12-
# Use SAP deployment automation framework from Azure DevOps Services
12+
# Use SAP on Azure Deployment Automation Framework from Azure DevOps Services
1313

1414
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.
1515
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
1818

1919
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.
2020

21-
## Configure Azure DevOps Services for the SAP deployment automation framework
21+
## Configure Azure DevOps Services for the SAP on Azure Deployment Automation Framework
2222

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.
2424

2525
Log in to Azure Cloud Shell
2626
```bash
@@ -74,7 +74,7 @@ Invoke-WebRequest -Uri https://raw.githubusercontent.com/Azure/sap-automation/ma
7474

7575
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.
7676

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
7878

7979
### Create a new project
8080

@@ -88,11 +88,11 @@ Open (https://dev.azure.com) and create a new project by clicking on the _New Pr
8888
Record the URL of the project.
8989
### Import the repository
9090

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.
9292

9393
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)
9494

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.
9696

9797
### Create the repository for manual import
9898

@@ -111,7 +111,7 @@ Clone the repository to a local folder by clicking the _Clone_ button in the Fi
111111

112112
### Manually importing the repository content using a local clone
113113

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.
115115

116116
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_.
117117

@@ -126,10 +126,10 @@ Select the source control icon and provide a message about the change, for examp
126126
### Create configuration root folder
127127

128128
> [!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.
130130
131131

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.
133133

134134
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.
135135

articles/virtual-machines/workloads/sap/automation-configure-extra-disks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
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.
44
author: kimforss
55
ms.author: kimforss
66
ms.reviewer: kimforss
@@ -11,7 +11,7 @@ ms.service: virtual-machines-sap
1111

1212
# Change the disk configuration for the SAP deployment automation
1313

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.
1515

1616
> [!TIP]
1717
> When possible, it's a best practice to increase the disk size instead of adding more disks.

articles/virtual-machines/workloads/sap/automation-configure-sap-parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ disks:
111111
112112
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).
113113
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
115115
116116
> [!div class="mx-tdCol2BreakAll "]
117117
> | Parameter | Description | Type |

articles/virtual-machines/workloads/sap/automation-configure-system.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Configure SAP system parameters for automation
3-
description: Define the SAP system properties for the SAP deployment automation framework on Azure using a parameters file.
3+
description: Define the SAP system properties for the SAP on Azure Deployment Automation Framework using a parameters file.
44
author: kimforss
55
ms.author: kimforss
66
ms.reviewer: kimforss
@@ -11,7 +11,7 @@ ms.service: virtual-machines-sap
1111

1212
# Configure SAP system parameters
1313

14-
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.
1515

1616
The automation supports both creating resources (green field deployment) or using existing resources (brownfield deployment).
1717

@@ -76,7 +76,7 @@ The table below contains the parameters that define the resource group.
7676

7777
## SAP Virtual Hostname parameters
7878

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.
8080

8181

8282
> [!div class="mx-tdCol2BreakAll "]
@@ -262,7 +262,7 @@ The table below defines the parameters used for defining the Key Vault informati
262262

263263
### Anchor virtual machine parameters
264264

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.
266266

267267
The table below contains the parameters related to the anchor virtual machine.
268268

0 commit comments

Comments
 (0)