Skip to content

Commit 96aee73

Browse files
authored
Merge pull request #203189 from MicrosoftDocs/release-preview-acss
DO NOT MERGE - comparing changes
2 parents 674cbd5 + e9300b6 commit 96aee73

Some content is hidden

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

55 files changed

+1778
-1
lines changed
Lines changed: 135 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,135 @@
1+
---
2+
title: Deploy S/4HANA infrastructure (preview)
3+
description: Learn how to deploy S/4HANA infrastructure with Azure Center for SAP solutions (ACSS) through the Azure portal. You can deploy High Availability (HA), non-HA, and single-server configurations.
4+
ms.service: azure-center-sap-solutions
5+
ms.topic: how-to
6+
ms.date: 07/19/2022
7+
ms.author: ladolan
8+
author: lauradolan
9+
#Customer intent: As a developer, I want to deploy S/4HANA infrastructure using Azure Center for SAP solutions so that I can manage SAP workloads in the Azure portal.
10+
---
11+
12+
# Deploy S/4HANA infrastructure with Azure Center for SAP solutions (preview)
13+
14+
[!INCLUDE [Preview content notice](./includes/preview.md)]
15+
16+
In this how-to guide, you'll learn how to deploy S/4HANA infrastructure in *Azure Center for SAP solutions (ACSS)*. There are [three deployment options](#deployment-types): distributed with High Availability (HA), distributed non-HA, and single server.
17+
18+
## Prerequisites
19+
20+
- An Azure subscription.
21+
- An Azure account with **Contributor** role access to the subscriptions and resource groups in which you'll create the Virtual Instance for SAP solutions (VIS) resource.
22+
- A [network set up for your infrastructure deployment](prepare-network.md).
23+
24+
## Deployment types
25+
26+
There are three deployment options that you can select for your infrastructure, depending on your use case.
27+
28+
- **Distributed with High Availability (HA)** creates distributed HA architecture. This option is recommended for production environments. If you choose this option, you need to select a **High Availability SLA**. Select the appropriate SLA for your use case:
29+
- **99.99% (Optimize for availability)** shows available zone pairs for VM deployment. The first zone is primary and the next is secondary. Active ASCS and Database servers are deployed in the primary zone. Passive ASCS and Database servers are deployed in the secondary zone. Application servers are deployed evenly across both zones. This option isn't shown in regions without availability zones, or without at least one M-series and E-series VM SKU available in the zonal pairs within that region.
30+
- **99.95% (Optimize for cost)** shows three availability sets for all instances. The HA ASCS cluster is deployed in the first availability set. All Application servers are deployed across the second availability set. The HA Database server is deployed in the third availability set. No availability zone names are shown.
31+
- **Distributed** creates distributed non-HA architecture.
32+
- **Single Server** creates architecture with a single server. This option is available for non-production environments only.
33+
## Create deployment
34+
35+
1. Sign in to the [Azure portal](https://portal.azure.com).
36+
37+
1. In the search bar, enter and select **Azure Center for SAP solutions**.
38+
39+
1. On the ACSS landing page, select **Create a new SAP system**.
40+
41+
1. On the **Create Virtual Instance for SAP solutions** page, on the **Basics** tab, fill in the details for your project.
42+
43+
1. For **Subscription**, select the Azure subscription into which you're deploying the infrastructure.
44+
45+
1. For **Resource group**, select the resource group for all resources that the VIS creates.
46+
47+
1. Under **Instance details**, enter the details for your SAP instance.
48+
49+
1. For **Name** enter the three-character SAP system identifier (SID). The VIS uses the same name as the SID.
50+
51+
1. For **Region**, select the Azure region into which you're deploying the resources.
52+
53+
1. For **Environment type**, select whether your environment is production or non-production. If you select **Production**, you can deploy a distributed HA or non-HA S/4HANA system. It's recommended to use distributed HA deployments for production systems. If you select **Non-production**, you can use a single-server deployment.
54+
55+
1. For **SAP product**, keep the selection as **S/4HANA**.
56+
57+
1. For **Database**, keep the selection as **HANA**.
58+
59+
1. For **HANA scale method**, keep the selection as **Scale up**.
60+
61+
1. For **Deployment type**, [select and configure your deployment type](#deployment-types).
62+
63+
1. For **Network**, create the [network you created previously with subnets](prepare-network.md).
64+
65+
1. For **Application subnet** and **Database subnet**, map the IP address ranges as required. It's recommended to use a different subnet for each deployment.
66+
67+
1. Under **Operating systems**, enter the OS details.
68+
69+
1. For **Application OS image**, select the OS image for the application server.
70+
71+
1. For **Database OS image**, select the OS image for the database server.
72+
73+
1. Under **Administrator account**, enter your administrator account details.
74+
75+
1. For **Authentication type**, keep the setting as **SSH public**.
76+
77+
1. For **Username**, enter a username.
78+
79+
1. For **SSH public key source**, select a source for the public key. You can choose to generate a new key pair, use an existing key stored in Azure, or use an existing public key stored on your local computer. If you don't have keys already saved, it's recommended to generate a new key pair.
80+
81+
1. For **Key pair name**, enter a name for the key pair.
82+
83+
1. Select **Next: Virtual machines**.
84+
85+
1. In the **Virtual machines** tab, generate SKU size and total VM count recommendations for each SAP instance from ACSS.
86+
87+
1. For **Generate Recommendation based on**, under **Get virtual machine recommendations**, select **SAP Application Performance Standard (SAPS)**.
88+
89+
1. For **SAPS for application tier**, provide the total SAPS for the application tier. For example, 30,000.
90+
91+
1. For **Memory size for database (GiB)**, provide the total memory size required for the database tier. For example, 1024. The value must be greater than zero, and less than or equal to 11,400.
92+
93+
1. Select **Generate Recommendation**.
94+
95+
1. Review the VM size and count recommendations for ASCS, Application Server, and Database instances.
96+
97+
1. To change a SKU size recommendation, select the drop-down menu or select **See all sizes**. Filter the list or search for your preferred SKU.
98+
99+
1. To change the Application server count, enter a new count for **Number of VMs** under **Application virtual machines**.
100+
101+
The number of VMs for ASCS and Database instances aren't editable. The default number for each is **2**.
102+
103+
ACSS automatically configures a database disk layout for the deployment. To view the layout for a single database server, make sure to select a VM SKU. Then, select **View disk configuration**. If there's more than one database server, the layout applies to each server.
104+
105+
1. Select **Next: Tags**.
106+
107+
1. Optionally, enter tags to apply to all resources created by the ACSS process. These resources include the VIS, ASCS instances, Application Server instances, Database instances, VMs, disks, and NICs.
108+
109+
1. Select **Review + Create**.
110+
111+
1. Review your settings before deployment.
112+
113+
1. Make sure the validations have passed, and there are no errors listed.
114+
115+
1. Review the Terms of Service, and select the acknowledgment if you agree.
116+
117+
1. Select **Create**.
118+
119+
1. Wait for the infrastructure deployment to complete. Numerous resources are deployed and configured. This process takes approximately 7 minutes.
120+
121+
## Confirm deployment
122+
123+
To confirm a deployment is successful:
124+
125+
1. In the [Azure portal](https://portal.azure.com), search for and select **Virtual Instances for SAP solutions**.
126+
127+
1. On the **Virtual Instances for SAP solutions** page, select the **Subscription** filter, and choose the subscription where you created the deployment.
128+
129+
1. In the table of records, find the name of the VIS. The **Infrastructure** column value shows **Deployed** for successful deployments.
130+
131+
If the deployment fails, delete the VIS resource in the Azure portal, then recreate the infrastructure.
132+
133+
## Next steps
134+
135+
- [Install SAP software on your infrastructure](install-software.md)

articles/center-sap-solutions/faq.yml

Lines changed: 103 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,103 @@
1+
### YamlMime:FAQ
2+
metadata:
3+
title: Azure Center for SAP solutions FAQ (preview)
4+
description: "Get answers to common questions about Azure Center for SAP solutions (ACSS) and Virtual Instance for SAP solutions (VIS) resources."
5+
ms.topic: faq
6+
ms.service: azure-center-sap-solutions
7+
ms.date: 07/19/2022
8+
ms.author: ladolan
9+
author: lauradolan
10+
11+
title: Common questions about Azure Center for SAP solutions (preview)
12+
summary: |
13+
This article answers commonly asked questions about Azure Center for SAP solutions (ACSS).
14+
15+
[!INCLUDE [Preview content notice](./includes/preview.md)]
16+
17+
sections:
18+
- name: General
19+
questions:
20+
- question: What capabilities do you gain with Azure Center for SAP solutions?
21+
answer: |
22+
Before the availability of ACSS, customers relied on documentation and frameworks to help them set up system architecture.
23+
Then they had to figure out how to access the VMs to install SAP. With ACSS, customers can deploy SAP by using a
24+
guided experience that streamlines their ability to select and configure resources. When a customer deploys or
25+
registers an existing SAP system, ACSS creates a logical representation of the system, or a Virtual Instance for SAP solutions (VIS).
26+
The VIS unlocks management capabilities, such as the ability to run quality checks and to manage and monitor the
27+
system at the SAP layer as well as the virtual machine (VM) layer.
28+
29+
- question: Will ACSS replace other services such as Azure Monitor for SAP solutions?
30+
answer: |
31+
No. ACSS brings Azure services together into a unified experience for deploying
32+
and managing SAP workloads on Azure. Customers can choose to use other Azure services, such as Azure
33+
Monitor for SAP solutions (AMS), independently or in an integrated manner with ACSS.
34+
AMS is an Azure-native monitoring product for customers running SAP
35+
landscapes on Azure. This product helps you collect data from Azure infrastructure and databases in one
36+
central location and visually correlate the data for faster troubleshooting.
37+
38+
- question: What are the pricing and licensing implications?
39+
answer: |
40+
There's no extra licensing cost for deploying or registering an SAP system and generating a virtual
41+
instance. You pay only for
42+
the compute, storage, networking and other Azure resources you deploy or enable.
43+
44+
- question: Which scenarios does ACSS support?
45+
answer: |
46+
ACSS supports the following capabilities at this time.
47+
48+
- Deployment of infrastructure for SAP S4/HANA systems
49+
- Software installation of SAP S4/HANA 1909 SPS 03
50+
- Registration of an existing Linux based ABAP/NetWeaver SAP system on Azure
51+
- Monitoring the health and status of an SAP system
52+
- Creating a new AMS provider or integrating an existing one
53+
- Starting and stopping an SAP System
54+
- Quality checks and recommendations for an SAP system with Azure Advisor
55+
56+
ACSS doesn't allow customization of the names of the Azure
57+
resources deployed through it. ACSS follows a prescriptive naming convention for all Azure resources deployed.
58+
Consider the open-source [SAP deployment automation framework](../virtual-machines/workloads/sap/automation-deployment-framework.md)
59+
if you need the ability to customize names for your deployments. Then register your open-source deployments in ACSS to unlock intelligent management capabilities.
60+
61+
- question: What is a VIS resource?
62+
answer: |
63+
The Virtual Instance for SAP solutions (VIS) resource is an essential component of ACSS that
64+
forms the foundation for the new experience. The VIS is a logical representation of your SAP system in Azure
65+
that provides SAP awareness in Azure and unlocks new management capabilities. When you deploy a new
66+
SAP system or register an existing SAP system, ACSS automatically creates a
67+
VIS for you.
68+
69+
- question: What existing SAP systems can be registered as a VIS?
70+
answer: |
71+
You can register any of the following existing systems on Azure to create a VIS in Azure Center
72+
for SAP solutions:
73+
74+
- SAP systems running on SAP NetWeaver or ABAP stack
75+
- SAP systems running on SUSE and RHEL Linux Operating Systems
76+
- SAP systems running on HANA, DB2, SQL Server, Oracle, Max DB, SAP ASE databases
77+
78+
- question: What are the prerequisites to deploy a new SAP system with ACSS?
79+
answer: |
80+
Here are prerequisites to deploy a new SAP system with ACSS and create a VIS. For more information, see the [deployment guide](deploy-s4hana.md).
81+
82+
- Make sure you and the ACSS service have contributor roles at the
83+
subscription or resource group(s) level.
84+
- Identify an existing virtual network with outbound internet connectivity where you'll deploy
85+
your new SAP system.
86+
- Register appropriate resource providers.
87+
- Make sure there are sufficient virtual machine quotas for the region(s) that you're using for deployment.
88+
89+
- question: What are the prerequisites to register an existing SAP system in ACSS?
90+
answer: |
91+
ACSS requires contributor role access on the resource groups that include the
92+
SAP system(s) that you're trying to register. Alternatively, you can grant contributor access on the
93+
subscription that includes the SAP systems.
94+
95+
- question: What regions support the VIS as part of ACSS?
96+
answer: |
97+
The VIS resource is available in the following Azure regions: West Europe, North Europe, East US, East
98+
US 2, West US 2, West US 3, Central US, South Central US, East Asia, Southeast Asia, Australia East and
99+
Australia Central.
100+
101+
- question: What is the SLA for this service?
102+
answer: |
103+
Previews are excluded from service-level agreements.

0 commit comments

Comments
 (0)