Skip to content

Commit 3892223

Browse files
authored
Update configure-sql-server-azure-monitor-sap-solutions.md
added pre req for secure comm and added #3 under provider install
1 parent 5897584 commit 3892223

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/virtual-machines/workloads/sap/configure-sql-server-azure-monitor-sap-solutions.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ Configure SQL Server to accept logins from Windows and SQL Server:
3535
1. Select **OK** to save your changes.
3636
1. Restart SQL Server to complete the changes.
3737

38-
3938
## Create Azure Monitor for SAP solutions user for SQL Server
4039

4140
Create a user for Azure Monitor for SAP solutions to log in to SQL Server using the following script. Make sure to replace:
@@ -73,6 +72,9 @@ ALTER ROLE [db_datareader] ADD MEMBER [AMS]
7372
ALTER ROLE [db_denydatawriter] ADD MEMBER [AMS]
7473
GO
7574
```
75+
## Prerequisites to enable secure communication
76+
77+
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://learn.microsoft.com/en-us/sql/database-engine/configure-windows/configure-sql-server-encryption?view=sql-server-ver15)
7678

7779
## Install Azure Monitor for SAP solutions provider
7880

@@ -84,6 +86,7 @@ To install the provider from Azure Monitor for SAP solutions:
8486
1. On the **Add provider** page, enter all required information:
8587
1. For **Type**, select **Microsoft SQL Server**.
8688
1. For **Name**, enter a name for the provider.
89+
1. *Optional* Select **Enable secure communication**, choose a certificate type from drop down
8790
1. For **Host name**, enter the IP address of the hostname.
8891
1. For **Port**, enter the port on which SQL Server is listening. The default is 1433.
8992
1. For **SQL username**, enter a username for the SQL Server account.

0 commit comments

Comments
 (0)