Skip to content

Commit 2f40ba6

Browse files
authored
Merge pull request #186626 from MSSedusch/sap-ilm-updated
add documenation for SAP ILM
2 parents f0a1f36 + 1264f1a commit 2f40ba6

File tree

3 files changed

+82
-0
lines changed

3 files changed

+82
-0
lines changed
20.2 KB
Loading
Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
---
2+
title: SAP Information Lifecycle Management with Microsoft Azure Blob Storage | Microsoft Docs
3+
description: SAP Information Lifecycle Management with Microsoft Azure Blob Storage
4+
services: virtual-machines-linux,virtual-machines-windows
5+
documentationcenter: ''
6+
author: MSSedusch
7+
manager: timlt
8+
editor: ''
9+
tags: azure-resource-manager
10+
keywords: ''
11+
ms.service: virtual-machines-sap
12+
ms.topic: article
13+
ms.tgt_pltfrm: vm-linux
14+
ms.workload: infrastructure-services
15+
ms.date: 01/28/2022
16+
ms.author: sedusch
17+
ms.custom: subject-rbac-steps
18+
19+
---
20+
# SAP Information Lifecycle Management (ILM) with Microsoft Azure Blob Storage
21+
22+
SAP Information Lifecycle Management (ILM) provides a broad range of capabilities for managing data
23+
volumes, Retention Management as well as the decommissioning of legacy systems, while balancing the
24+
total cost of ownership, risk, and legal compliance. SAP ILM Store (a component of ILM) would enable
25+
storing of these archive files and attachments from SAP system into Microsoft Azure Blob storage, thus
26+
enabling cloud storage.
27+
28+
![Fig: Azure Blob Storage with ILM Store](media/sap-information-lifecycle-management/ilm-azure.png)
29+
30+
## How to
31+
32+
This document covers creation and configuration of Azure blob storage account to be used with SAP
33+
ILM. This account will be used to store archive data from S/4HANA System.
34+
35+
The steps to be followed to create a storage account are:
36+
37+
1. Register a new application with your subscription.
38+
2. Create a Blob storage account.
39+
3. Create a new custom role or use an existing (build-In or custom) role.
40+
4. Assign the role to application to allow access to the storage account.
41+
42+
> [!NOTE]
43+
> Steps 2, 3 and 4 can either be done manually or by using the Microsoft Quickstart template.
44+
45+
### QuickStart template approach:
46+
47+
This is an automated approach to create the Azure account. You can find the template in the [Azure Quickstart Templates library](https://azure.microsoft.com/resources/templates/sap-ilm-store/).
48+
49+
### Manual configuration approach:
50+
Azure blob storage account can be configured manually.
51+
The steps to be followed are:
52+
53+
1. Register a new application
54+
The details are available at [Register an application with the Microsoft identity platform](/azure/active-directory/develop/quickstart-register-app)
55+
56+
> [!NOTE]
57+
> Make sure that Client secret is added as per the section Add Credentials – Add a Client Secret
58+
59+
1. Create a Blob Storage account
60+
Refer steps in the page [Create a storage account](/azure/storage/common/storage-account-create?tabs=azure-portal)
61+
Ensure "Enable secure transfer" is set.
62+
It is recommended to set the following property values:
63+
* Enable blob public access = false
64+
* Minimum TLS Version = 1.2
65+
* Enable storage account key access = false
66+
1. Maintain IAM for the account
67+
In the Access Control (IAM) setting, go to "Role Assignments" and add "Role assignment" for
68+
the App created with the role of "Storage Blob Data Contributor". In the App dialog, choose
69+
"User, group or Service Principal" for "Assign Access to" field.
70+
71+
> [!NOTE]
72+
> Ensure no other user has access to this storage account apart from the registered application.
73+
74+
During the process of the account setup and configuration, it is recommended to refer to [Security recommendations for Blob Storage](/azure/storage/blobs/security-recommendations)
75+
With the completion of this setup, we are ready to use this blob storage account with SAP ILM
76+
to store archive files from S/4 HANA System.
77+
78+
## Next steps
79+
80+
* [SAP ILM on the SAP help portal](https://help.sap.com/doc/c3b6eda797634474b7a3aac5a48e84d5/1610%20001/en-US/frameset.htm)

articles/virtual-machines/workloads/sap/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@
120120
href: cal-s4h.md
121121
- name: SAP IDES on Windows/SQL Server SAP CAL
122122
href: cal-ides-erp6-erp7-sp3-sql.md
123+
- name: SAP ILM
124+
href: sap-information-lifecycle-management.md
123125
- name: SAP BOBI Platform on Azure
124126
items:
125127
- name: SAPI BOBI planning and implementation guide on Azure

0 commit comments

Comments
 (0)