You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-machines/workloads/sap/configure-sql-server-azure-monitor-sap-solutions.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,6 @@ Configure SQL Server to accept logins from Windows and SQL Server:
35
35
1. Select **OK** to save your changes.
36
36
1. Restart SQL Server to complete the changes.
37
37
38
-
39
38
## Create Azure Monitor for SAP solutions user for SQL Server
40
39
41
40
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]
73
72
ALTER ROLE [db_denydatawriter] ADD MEMBER [AMS]
74
73
GO
75
74
```
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)
76
78
77
79
## Install Azure Monitor for SAP solutions provider
78
80
@@ -84,6 +86,7 @@ To install the provider from Azure Monitor for SAP solutions:
84
86
1. On the **Add provider** page, enter all required information:
85
87
1. For **Type**, select **Microsoft SQL Server**.
86
88
1. For **Name**, enter a name for the provider.
89
+
1.*Optional* Select **Enable secure communication**, choose a certificate type from drop down
87
90
1. For **Host name**, enter the IP address of the hostname.
88
91
1. For **Port**, enter the port on which SQL Server is listening. The default is 1433.
89
92
1. For **SQL username**, enter a username for the SQL Server account.
0 commit comments