Skip to content

Commit 4d4fb19

Browse files
Merge pull request #251591 from kalyaninamuduri/patch-66
Update register-existing-system.md
2 parents 3d98508 + 29f46be commit 4d4fb19

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

articles/sap/center-sap-solutions/register-existing-system.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ ms.service: sap-on-azure
55
ms.subservice: center-sap-solutions
66
ms.topic: how-to
77
ms.date: 02/03/2023
8-
ms.author: sagarkeswani
9-
author: sagarkeswani
8+
ms.author: kalyaninamuduri
9+
author: kalyaninamuduri
1010
#Customer intent: As a developer, I want to register my existing SAP system so that I can use the system with Azure Center for SAP solutions.
1111
---
1212

@@ -31,16 +31,21 @@ When you register a system with Azure Center for SAP solutions, the following re
3131
3232
## Prerequisites
3333

34+
### Azure infrastructure level pre-requisites
35+
3436
- Check that you're trying to register a [supported SAP system configuration](#supported-systems)
35-
- Grant access to your Azure Storage accounts from the virtual network where the SAP system exists. Use one of these options:
37+
- Grant access to Azure Storage accounts, Azure resource manager (ARM) and Microsoft Entra ID services from the virtual network where the SAP system exists. Use one of these options:
3638
- Allow outbound internet connectivity for the VMs.
37-
- Use a [**Storage** service tag](../../virtual-network/service-tags-overview.md) to allow connectivity to any Azure storage account from the VMs.
38-
- Use a [**Storage** service tag with regional scope](../../virtual-network/service-tags-overview.md) to allow storage account connectivity to the Azure storage accounts in the same region as the VMs.
39-
- Allowlist the region-specific IP addresses for Azure Storage.
39+
- Use a [**Service tags**](../../virtual-network/service-tags-overview.md) to allow connectivity
40+
- Use a [Service tags with regional scope](../../virtual-network/service-tags-overview.md) to allow connectivity to resources in the same region as the VMs.
41+
- Allowlist the region-specific IP addresses for Azure Storage, ARM and Microsoft Entra ID.
4042
- Register the **Microsoft.Workloads** Resource Provider in the subscription where you have the SAP system.
4143
- Check that your Azure account has **Azure Center for SAP solutions administrator** and **Managed Identity Operator** or equivalent role access on the subscription or resource groups where you have the SAP system resources.
4244
- A **User-assigned managed identity** which has **Azure Center for SAP solutions service role** access on the Compute resource group and **Reader** role access on the Virtual Network resource group of the SAP system. Azure Center for SAP solutions service uses this identity to discover your SAP system resources and register the system as a VIS resource.
4345
- Make sure ASCS, Application Server and Database virtual machines of the SAP system are in **Running** state.
46+
47+
### SAP system level pre-requisites
48+
4449
- sapcontrol and saphostctrl exe files must exist on ASCS, App server and Database.
4550
- File path on Linux VMs: /usr/sap/hostctrl/exe
4651
- File path on Windows VMs: C:\Program Files\SAP\hostctrl\exe\
@@ -58,6 +63,8 @@ You can register SAP systems with Azure Center for SAP solutions that run on the
5863
- SAP NetWeaver or ABAP stacks
5964
- Windows, SUSE and RHEL Linux operating systems
6065
- HANA, DB2, SQL Server, Oracle, Max DB, and SAP ASE databases
66+
- SAP system with multiple Application Server Instances on a single Virtual Machine
67+
- SAP system with [clustered Application Server architecture](../workloads/high-availability-guide-rhel-with-dialog-instance.md)
6168

6269
The following SAP system configurations aren't supported in Azure Center for SAP solutions:
6370

@@ -67,8 +74,6 @@ The following SAP system configurations aren't supported in Azure Center for SAP
6774
- Dual stack (ABAP and Java)
6875
- Systems distributed across peered virtual networks
6976
- Systems using IPv6 addresses
70-
- SAP system with multiple Application Server Instances on a single Virtual Machine
71-
- SAP system with [clustered Application Server architecture](../workloads/high-availability-guide-rhel-with-dialog-instance.md)
7277
- Multiple SIDs running on same set of Virtual Machines. For example, two or more SIDs sharing a single VM for ASCS instance.
7378

7479
## Enable resource permissions

0 commit comments

Comments
 (0)