Skip to content

Commit 1bcc2c3

Browse files
authored
Merge pull request #314036 from Xelu86/enabletls12sap
[Update] TLS 1.2 secure communication in Azure Monitor for SAP solutions
2 parents 6988292 + c608287 commit 1bcc2c3

1 file changed

Lines changed: 21 additions & 23 deletions

File tree

Lines changed: 21 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,45 @@
11
---
2-
title: Enable TLS 1.2 or later
3-
description: Learn about secure communication with TLS 1.2 or later in Azure Monitor for SAP solutions.
2+
title: TLS 1.2 secure communication in Azure Monitor for SAP solutions
3+
description: Learn about secure communication with TLS 1.2 or later in Azure Monitor for SAP solutions, including supported certificate types and how encryption works.
44
author: sameeksha91
55
ms.service: sap-on-azure
66
ms.subservice: sap-monitor
7-
ms.topic: how-to
8-
ms.date: 08/21/2024
7+
ms.topic: concept-article
8+
ms.date: 03/30/2026
99
ms.author: sakhare
10-
#Customer intent: As an SAP Basis or cloud infrastructure team member, I want to deploy Azure Monitor for SAP solutions with secure communication.
11-
# Customer intent: As an SAP Basis or cloud infrastructure team member, I want to enable TLS 1.2 or later for Azure Monitor for SAP solutions, so that I can ensure secure communication and protect telemetry data during transit.
10+
#Customer intent: As an SAP Basis or cloud infrastructure team member, I want to enable TLS 1.2 or later for Azure Monitor for SAP solutions so that I can ensure secure communication and protect telemetry data during transit.
1211
---
1312

14-
# Enable TLS 1.2 or later in Azure Monitor for SAP solutions
13+
# TLS 1.2 secure communication in Azure Monitor for SAP solutions
1514

16-
In this article, learn about secure communication with TLS 1.2 or later in Azure Monitor for SAP solutions.
15+
TLS 1.2 secure communication is an optional encryption feature in Azure Monitor for SAP solutions that encrypts monitoring telemetry data in transit between Azure Functions and SAP systems. This article explains how the feature works and which certificate types are supported.
1716

18-
Azure Monitor for SAP solutions resources and their associated managed resource group components are deployed within a virtual network in a subscription. Azure Functions is one component in a managed resource group. Azure Functions connects to an appropriate SAP system by using connection properties that you provide, pulls required telemetry data, and pushes that data to Log Analytics.
17+
Azure Monitor for SAP solutions resources and their associated managed resource group components deploy within a virtual network in your subscription. Azure Functions connects to an SAP system by using the connection properties that you provide, pulls required telemetry data, and pushes that data to Log Analytics.
1918

20-
Azure Monitor for SAP solutions provides encryption of monitoring telemetry data in transit by using approved cryptographic protocols and algorithms. Traffic between Azure Functions and SAP systems is encrypted with TLS 1.2 or later. By choosing this option, you can enable secure communication.
21-
22-
Enabling TLS 1.2 or later for telemetry data in transit is an optional feature. You can choose to enable or disable this feature according to your requirements.
19+
Azure Monitor for SAP solutions encrypts monitoring telemetry data in transit by using approved cryptographic protocols and algorithms. Traffic between Azure Functions and SAP systems is encrypted with TLS 1.2 or later. You can enable or disable this feature based on your needs.
2320

2421
## Supported certificates
2522

26-
To enable secure communication in Azure Monitor for SAP solutions, you can choose to use either a *root* certificate or a *server* certificate.
23+
To enable secure communication in Azure Monitor for SAP solutions, you can use either a *root* certificate or a *server* certificate.
2724

28-
We highly recommend that you use root certificates. For root certificates, Azure Monitor for SAP solutions supports only certificates from [certificate authorities (CAs) that participate in the Microsoft Trusted Root Program](/security/trusted-root/participants-list).
25+
We recommend root certificates. For root certificates, Azure Monitor for SAP solutions supports only certificates from [certificate authorities (CAs) that participate in the Microsoft Trusted Root Program](/security/trusted-root/participants-list).
2926

30-
Certificates must be signed by a trusted root authority. Self-signed certificates aren't supported.
27+
A trusted root authority must sign the certificates. Self-signed certificates **aren't** supported.
3128

32-
## How does it work?
29+
## How it works
3330

34-
When you deploy an Azure Monitor for SAP solutions resource, a managed resource group and its components are automatically deployed. Managed resource group components include Azure Functions, Log Analytics, Azure Key Vault, and a storage account. This storage account holds certificates that are needed to enable secure communication with TLS 1.2 or later.
31+
When you deploy an Azure Monitor for SAP solutions resource, a managed resource group and its components deploy automatically. Managed resource group components include Azure Functions, Log Analytics, Azure Key Vault, and a storage account. This storage account holds certificates needed to enable secure communication with TLS 1.2 or later.
3532

36-
During the creation of providers in Azure Monitor for SAP solutions, you choose to enable or disable secure communication. If you enable it, you can then choose which type of certificate you want to use.
33+
During provider creation in Azure Monitor for SAP solutions, you can enable or disable secure communication. When you enable this feature, the certificate type determines how encryption works.
3734

38-
If you select a root certificate, you need to [verify that it comes from a Microsoft-supported CA](/security/trusted-root/participants-list). You can then continue to create the provider instance. Subsequent data in transit is encrypted through this root certificate.
35+
With a root certificate, the certificate must come from a [Microsoft-supported CA](/security/trusted-root/participants-list). After validation, the provider instance uses the root certificate to encrypt subsequent data in transit.
3936

40-
If you select a server certificate, make sure that it's signed by a trusted CA. After you upload the certificate, it's stored in a storage account within the managed resource group in the Azure Monitor for SAP solutions resource. Subsequent data in transit is encrypted through this certificate.
37+
With a server certificate, a trusted CA must sign the certificate. After you upload the certificate, Azure Monitor for SAP solutions stores it in a storage account within the managed resource group. This certificate encrypts subsequent data in transit.
4138

4239
> [!NOTE]
43-
> Each provider type might have prerequisites that you must fulfill to enable secure communication.
40+
> Each provider type might have prerequisites that you must meet to enable secure communication.
4441
45-
## Next steps
42+
## Related content
4643

47-
- [Configure Azure Monitor for SAP solutions providers](provider-netweaver.md)
44+
- [Azure Monitor for SAP solutions provider types](providers.md)
45+
- [Configure SAP NetWeaver provider for Azure Monitor for SAP solutions](provider-netweaver.md)

0 commit comments

Comments
 (0)