Skip to content

Commit 9077007

Browse files
authored
Update configure-linux-os-azure-monitor-sap-solutions.md
added pre req for secure comm and added #3 under provider creation
1 parent 5897584 commit 9077007

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

articles/virtual-machines/workloads/sap/configure-linux-os-azure-monitor-sap-solutions.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ To install the node exporter on Linux:
3535

3636
1. The node exporter now starts collecting data. You can export the data at `http://IP:9100/metrics`.
3737

38+
## Prerequisites to enable secure communication
39+
40+
To [enable TLS 1.2 or higher](https://learn.microsoft.com/en-us/azure/virtual-machines/workloads/sap/enable-tls-azure-monitor-sap-solutions), follow the steps [mentioned here](https://prometheus.io/docs/guides/tls-encryption/)
41+
3842
## Create Linux OS provider
3943

4044
1. Sign in to the [Azure portal](https://portal.azure.com).
@@ -44,6 +48,7 @@ To install the node exporter on Linux:
4448
1. Configure the following settings for the new provider:
4549
1. For **Type**, select **OS (Linux)**.
4650
1. For **Name**, enter a name that will be the identifier for the BareMetal instance.
51+
1. *Optional* Select **Enable secure communication**, choose a certificate type
4752
1. For **Node Exporter Endpoint**, enter `http://IP:9100/metrics`.
4853
1. For the IP address, use the private IP address of the Linux host. Make sure the host and Azure Monitor for SAP solutions resource are in the same virtual network.
4954
1. Open firewall port 9100 on the Linux host.

0 commit comments

Comments
 (0)