|
| 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 | + |
| 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) |
0 commit comments