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
title: Manage Azure Center for SAP solutions resources with Azure RBAC
3
-
description: Use Azure role-based access control (Azure RBAC) to manage access to your SAP workloads within Azure Center for SAP solutions.
2
+
title: Azure RBAC for Azure Center for SAP solutions resources
3
+
description: Learn how Azure role-based access control (Azure RBAC) manages access to SAP workloads in Azure Center for SAP solutions, including built-in roles and minimum permissions.
4
4
author: kalyaninamuduri
5
5
ms.author: kanamudu
6
6
ms.service: sap-on-azure
7
7
ms.subservice: center-sap-solutions
8
8
ms.topic: concept-article
9
-
ms.date: 02/03/2023
9
+
ms.date: 04/08/2026
10
10
ms.custom: template-concept
11
11
# Customer intent: As an SAP system administrator, I want to manage access to SAP workloads using role-based access control, so that I can ensure effective permission management and security for deploying and managing SAP systems in Azure.
12
12
---
13
13
14
-
# Management of Azure Center for SAP solutions resources with Azure RBAC
15
-
16
-
[Azure role-based access control (Azure RBAC)](../../role-based-access-control/overview.md) enables
17
-
granular access management for Azure. You can use Azure RBAC to manage Virtual Instance for SAP
18
-
solutions resources within Azure Center for SAP solutions. For example, you can separate duties
19
-
within your team and grant only the amount of access that users need to perform their jobs.
20
-
21
-
*Users* or *user-assigned managed identities* require minimum roles or permissions to use the
22
-
different capabilities in Azure Center for SAP solutions.
23
-
24
-
There are [Azure built-in roles](../../role-based-access-control/built-in-roles.md) for Azure Center
25
-
for SAP solutions, or you can
26
-
[create Azure custom roles](../../role-based-access-control/custom-roles.md) for more control. Azure
27
-
Center for SAP solutions provides the following built-in roles to deploy and manage SAP systems on
28
-
Azure:
29
-
30
-
- The **Azure Center for SAP solutions administrator** role has the required permissions for a user
31
-
to deploy infrastructure, install SAP, and manage SAP systems from Azure Center for SAP solutions.
32
-
The role allows users to:
33
-
- Deploy infrastructure for a new SAP system
34
-
- Install SAP software
35
-
- Register existing SAP systems as a
36
-
[Virtual Instance for SAP solutions (VIS)](overview.md#what-is-a-virtual-instance-for-sap-solutions)
37
-
resource.
38
-
- View the health and status of SAP systems.
39
-
- Perform operations such as **Start** and **Stop** on the VIS resource.
40
-
- Do all possible actions with Azure Center for SAP solutions, including the deletion of the VIS
41
-
resource.
42
-
- The **Azure Center for SAP solutions service role** is intended for use by the user-assigned
43
-
managed identity. The Azure Center for SAP solutions service uses this identity to deploy and
44
-
manage SAP systems. This role has permissions to support the deployment and management
45
-
capabilities in Azure Center for SAP solutions.
46
-
- The **Azure Center for SAP solutions reader** role has permissions to view all VIS resources.
14
+
# Azure RBAC for Azure Center for SAP solutions
15
+
16
+
Azure [role-based access control (RBAC)](../../role-based-access-control/overview.md) lets you separate duties within your team and grant only the permissions users need to deploy and manage SAP systems in Azure Center for SAP solutions. Users or user-assigned managed identities require specific roles or minimum permissions for each capability.
47
17
48
-
> [!NOTE] To use an existing user-assigned managed identity for deploying a new SAP system or
49
-
> registering an existing system, the user must also have the **Managed Identity Operator** role.
50
-
> This role is required to assign a user-assigned managed identity to the Virtual Instance for SAP
51
-
> solutions resource.
18
+
This article lists the built-in roles and minimum permissions that users and user-assigned managed identities need for each Azure Center for SAP solutions capability.
52
19
53
-
> [!NOTE] If you're creating a new user-assigned managed identity when you deploy a new SAP system
54
-
> or register an existing system, the user must also have the **Managed Identity Contributor** and
55
-
> **Managed Identity Operator** roles. These roles are required to create a user-assigned identity,
56
-
> make necessary role assignments to it and assign it to the VIS resource.
20
+
## Built-in roles
21
+
22
+
Use [Azure built-in roles](../../role-based-access-control/built-in-roles.md) for Azure Center for SAP solutions, or [create Azure custom roles](../../role-based-access-control/custom-roles.md) for more control. Azure Center for SAP solutions provides the following built-in roles to deploy and manage SAP systems on Azure:
23
+
24
+
- The **Azure Center for SAP solutions administrator** role has the required permissions for a user to deploy infrastructure, install SAP, and manage SAP systems from Azure Center for SAP solutions. The role allows users to:
25
+
- Deploy infrastructure for a new SAP system.
26
+
- Install SAP software.
27
+
- Register existing SAP systems as a [Virtual Instance for SAP solutions (VIS)](overview.md#what-is-a-virtual-instance-for-sap-solutions) resource.
28
+
- View the health and status of SAP systems.
29
+
- Perform operations such as **Start** and **Stop** on the VIS resource.
30
+
- Perform all actions available in Azure Center for SAP solutions, including the deletion of the VIS resource.
31
+
- The **Azure Center for SAP solutions service role** is intended for use by the user-assigned managed identity. The Azure Center for SAP solutions service uses this identity to deploy and manage SAP systems. This role has permissions to support the deployment and management capabilities in Azure Center for SAP solutions.
32
+
- The **Azure Center for SAP solutions reader** role has permissions to view all VIS resources.
33
+
34
+
> [!NOTE]
35
+
> To use an existing user-assigned managed identity for deploying a new SAP system or registering an existing system, you must also have the **Managed Identity Operator** role. This role is required to assign a user-assigned managed identity to the Virtual Instance for SAP solutions resource.
36
+
>
37
+
> If you're creating a new user-assigned managed identity when you deploy a new SAP system or register an existing system, you must also have the **Managed Identity Contributor** and **Managed Identity Operator** roles. These roles are required to create a user-assigned identity, make necessary role assignments to it, and assign it to the VIS resource.
57
38
58
39
## Deploy infrastructure for new SAP system
59
40
60
-
To deploy infrastructure for a new SAP system, a *user* and *user-assigned managed identity*
61
-
requires the following role or permissions.
41
+
To deploy infrastructure for a new SAP system, a *user* and *user-assigned managed identity* require the following role or permissions.
62
42
63
-
| Built-in roles for *users*|
43
+
| Built-in roles for *users*|
64
44
| ------------------------- |
65
45
|**Azure Center for SAP solutions administrator**|
66
46
|**Managed Identity Operator**|
@@ -81,15 +61,14 @@ requires the following role or permissions.
@@ -139,10 +118,9 @@ requires the following role or permissions.
139
118
140
119
## Install SAP software
141
120
142
-
To install SAP software, a *user* and *user-assigned managed identity* requires the following role
143
-
or permissions.
121
+
To install SAP software, a *user* and *user-assigned managed identity* require the following role or permissions.
144
122
145
-
| Built-in roles for *users*|
123
+
| Built-in roles for *users*|
146
124
| ------------------------- |
147
125
|**Azure Center for SAP solutions administrator**|
148
126
@@ -200,10 +178,9 @@ or permissions.
200
178
201
179
## Register and manage existing SAP system
202
180
203
-
To register an existing SAP system and manage that system with Azure Center for SAP solutions, a
204
-
*user* or *user-assigned managed identity* requires the following role or permissions.
181
+
To register an existing SAP system and manage that system with Azure Center for SAP solutions, a *user* or *user-assigned managed identity* requires the following role or permissions.
205
182
206
-
| Built-in roles for *users*|
183
+
| Built-in roles for *users*|
207
184
| ------------------------- |
208
185
|**Azure Center for SAP solutions administrator**|
209
186
|**Managed Identity Operator**|
@@ -243,12 +220,11 @@ To register an existing SAP system and manage that system with Azure Center for
To start the SAP Central services instance from a VIS resource, a *user* and *user-assigned managed
330
-
identity* requires the following role or permissions.
331
303
332
-
| Built-in roles for *users*|
304
+
To start the SAP Central services instance from a VIS resource, a *user* and *user-assigned managed identity* require the following role or permissions.
305
+
306
+
| Built-in roles for *users*|
333
307
| ------------------------- |
334
308
|**Azure Center for SAP solutions administrator**|
335
309
@@ -349,10 +323,10 @@ identity* requires the following role or permissions.
To stop the SAP Central services instance from a VIS resource, a *user* and *user-assigned managed
353
-
identity* requires the following role or permissions.
354
326
355
-
| Built-in roles for *users*|
327
+
To stop the SAP Central services instance from a VIS resource, a *user* and *user-assigned managed identity* require the following role or permissions.
328
+
329
+
| Built-in roles for *users*|
356
330
| ------------------------- |
357
331
|**Azure Center for SAP solutions administrator**|
358
332
@@ -371,11 +345,11 @@ identity* requires the following role or permissions.
To start the SAP Application server instance from a VIS resource, a *user* and *user-assigned
376
-
managed identity* requires the following role or permissions.
348
+
## Start SAP application server instance
377
349
378
-
| Built-in roles for *users*|
350
+
To start the SAP application server instance from a VIS resource, a *user* and *user-assigned managed identity* require the following role or permissions.
351
+
352
+
| Built-in roles for *users*|
379
353
| ------------------------- |
380
354
|**Azure Center for SAP solutions administrator**|
381
355
@@ -394,11 +368,11 @@ managed identity* requires the following role or permissions.
To stop the SAP Application server instance from a VIS resource, a *user* and *user-assigned managed
399
-
identity*requires the following role or permissions.
371
+
## Stop SAP application server instance
372
+
373
+
To stop the SAP application server instance from a VIS resource, a *user* and *user-assigned managed identity*require the following role or permissions.
400
374
401
-
| Built-in roles for *users*|
375
+
| Built-in roles for *users*|
402
376
| ------------------------- |
403
377
|**Azure Center for SAP solutions administrator**|
404
378
@@ -417,11 +391,11 @@ identity* requires the following role or permissions.
0 commit comments