Skip to content

Commit 8bb7468

Browse files
committed
Apply suggestions from PM review
Apply suggested changes from review by @kalyaninamuduri Also update metadata for new publish date
1 parent b4787bd commit 8bb7468

File tree

5 files changed

+28
-5
lines changed

5 files changed

+28
-5
lines changed

articles/center-sap-solutions/deploy-s4hana.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Deploy S/4HANA infrastructure (preview)
33
description: Learn how to deploy S/4HANA infrastructure with Azure Center for SAP solutions through the Azure portal. You can deploy High Availability (HA), non-HA, and single-server configurations.
44
ms.service: azure-center-sap-solutions
55
ms.topic: how-to
6-
ms.date: 01/15/2023
6+
ms.date: 02/03/2023
77
ms.author: ladolan
88
author: lauradolan
99
#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.

articles/center-sap-solutions/install-software.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Install SAP software (preview)
33
description: Learn how to install software on your SAP system created using Azure Center for SAP solutions.
44
ms.service: azure-center-sap-solutions
55
ms.topic: how-to
6-
ms.date: 01/15/2023
6+
ms.date: 02/03/2023
77
author: lauradolan
88
ms.author: ladolan
99
#Customer intent: As a developer, I want to install SAP software so that I can use Azure Center for SAP solutions.

articles/center-sap-solutions/manage-virtual-instance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Manage a Virtual Instance for SAP solutions (preview)
33
description: Learn how to configure a Virtual Instance for SAP solutions (VIS) resource in Azure Center for SAP solutions through the Azure portal.
44
ms.service: azure-center-sap-solutions
55
ms.topic: how-to
6-
ms.date: 01/15/2023
6+
ms.date: 02/03/2023
77
author: lauradolan
88
ms.author: ladolan
99
#Customer intent: As a developer, I want to configure my Virtual Instance for SAP solutions resource so that I can find system properties and connect to databases.

articles/center-sap-solutions/manage-with-azure-rbac.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: kalyaninamuduri
55
ms.author: kanamudu
66
ms.service: azure-center-sap-solutions
77
ms.topic: conceptual
8-
ms.date: 02/01/2023
8+
ms.date: 02/03/2023
99
ms.custom: template-concept
1010
---
1111

@@ -131,15 +131,25 @@ To install SAP software, a *user* and *user-assigned managed identity* requires
131131
| `Microsoft.Workloads/sapVirtualInstances/read` |
132132
| `Microsoft.Workloads/Operations/read` |
133133
| `Microsoft.Workloads/Locations/OperationStatuses/read` |
134+
| `Microsoft.Storage/storageAccounts/read` |
135+
| `Microsoft.Storage/storageAccounts/blobServices/read` |
136+
| `Microsoft.Storage/storageAccounts/blobServices/containers/read` |
137+
| `Microsoft.Storage/storageAccounts/blobServices/containers/blobs/read` |
138+
| `Microsoft.Storage/storageAccounts/fileServices/read` |
139+
| `Microsoft.Storage/storageAccounts/fileServices/shares/read` |
134140

135141
| Built-in roles for *user-assigned managed identities* |
136142
| ---------------------------------------------------- |
137143
| **Azure Center for SAP solutions service role** |
144+
| **Reader and Data Access** |
138145

139146
| Minimum permissions for *user-assigned managed identities* |
140147
| ---------------------------------------------------------- |
141148
| `Microsoft.Compute/disks/read` |
142149
| `Microsoft.Compute/virtualMachines/read` |
150+
| `Microsoft.Compute/disks/write` |
151+
| `Microsoft.Compute/virtualMachines/write` |
152+
| `Microsoft.Compute/virtualMachines/extensions/delete` |
143153
| `Microsoft.Compute/virtualMachines/extensions/read` |
144154
| `Microsoft.Compute/virtualMachines/extensions/write` |
145155
| `Microsoft.Compute/virtualMachines/instanceView/read` |
@@ -159,6 +169,10 @@ To install SAP software, a *user* and *user-assigned managed identity* requires
159169
| `Microsoft.Storage/storageAccounts/fileServices/shares/read` |
160170
| `Microsoft.Storage/storageAccounts/blobServices/containers/blobs/read` |
161171
| `Microsoft.Storage/storageAccounts/blobServices/containers/blobs/filter/action` |
172+
| `Microsoft.Storage/storageAccounts/write` |
173+
| `Microsoft.Storage/storageAccounts/listAccountSas/action` |
174+
| `Microsoft.Storage/storageAccounts/fileServices/write` |
175+
| `Microsoft.Storage/storageAccounts/fileServices/shares/write` |
162176

163177
## Register and manage existing SAP system
164178

@@ -171,6 +185,7 @@ To register an existing SAP system and manage that system with Azure Center for
171185
| Minimum permissions for *users* |
172186
| ------------------------------- |
173187
| `Microsoft.Workloads/sapVirtualInstances/write` |
188+
| `Microsoft.Compute/virtualMachines/read` |
174189

175190
| Built-in roles for *user-assigned managed identities* |
176191
| ---------------------------------------------------- |
@@ -179,6 +194,9 @@ To register an existing SAP system and manage that system with Azure Center for
179194
| Minimum permissions for *user-assigned managed identities* |
180195
| ---------------------------------------------------------- |
181196
| `Microsoft.Compute/virtualMachines/read` |
197+
| `Microsoft.Compute/disks/read` |
198+
| `Microsoft.Compute/disks/write` |
199+
| `Microsoft.Compute/virtualMachines/write` |
182200
| `Microsoft.Compute/virtualMachines/extensions/read` |
183201
| `Microsoft.Compute/virtualMachines/extensions/write` |
184202
| `Microsoft.Compute/virtualMachines/instanceView/read` |
@@ -198,6 +216,7 @@ To view VIS resources, a *user* or *user-assigned managed identity* requires the
198216
| Built-in roles for *users* |
199217
| ------------------------- |
200218
| **Azure Center for SAP solutions reader** |
219+
| **Reader** |
201220

202221
| Minimum permissions for *users* |
203222
| ------------------------------- |
@@ -344,6 +363,10 @@ To delete a VIS resource, a *user* or *user-assigned managed identity* requires
344363
| Minimum permissions for *users* |
345364
| ------------------------------- |
346365
| `Microsoft.Workloads/sapVirtualInstances/delete` |
366+
| `Microsoft.Workloads/sapVirtualInstances/read` |
367+
| `Microsoft.Workloads/sapVirtualInstances/applicationInstances/read` |
368+
| `Microsoft.Workloads/sapVirtualInstances/centralInstances/read` |
369+
| `Microsoft.Workloads/sapVirtualInstances/databaseInstances/read` |
347370

348371
| Built-in roles for *user-assigned managed identities* |
349372
| ---------------------------------------------------- |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Register existing SAP system (preview)
33
description: Learn how to register an existing SAP system in Azure Center for SAP solutions through the Azure portal. You can visualize, manage, and monitor your existing SAP system through Azure Center for SAP solutions.
44
ms.service: azure-center-sap-solutions
55
ms.topic: how-to
6-
ms.date: 01/15/2023
6+
ms.date: 02/03/2023
77
ms.author: ladolan
88
author: lauradolan
99
#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.

0 commit comments

Comments
 (0)