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/purview/register-scan-azure-arc-enabled-sql-server.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ If SQL Authentication is applied, ensure the SQL Server deployment is configured
65
65
66
66
To enable this, within SQL Server Management Studio (SSMS), navigate to "Server Properties" and change from "Windows Authentication Mode" to "SQL Server and Windows Authentication mode".
67
67
68
-
:::image type="content" source="media/register-scan-azure-arc-enabled-sql-server/enable-sql-server-authentication.png" alt-text="The Server Properties window is open with the security page selected. Under Server authentication, SQL Server and Windows Authentication mode is selected.":::
68
+
:::image type="content" source="media/register-scan-azure-arc-enabled-sql-server/enable-sql-server-authentication.png" alt-text="Screenshot that shows the open Server Properties window. The security page is selected. Under Server authentication, SQL Server and Windows Authentication mode is selected.":::
69
69
70
70
If Windows Authentication is applied, configure the SQL Server deployment to use Windows Authentication mode.
71
71
@@ -82,19 +82,19 @@ The account must have access to the **master** database. This is because the `sy
82
82
83
83
1. Navigate to SQL Server Management Studio (SSMS), connect to the server, navigate to security, select and hold (or right-click) on login and create New login. If Windows Authentication is applied, select "Windows authentication". If SQL Authentication is applied, make sure to select "SQL authentication".
84
84
85
-
:::image type="content" source="media/register-scan-azure-arc-enabled-sql-server/create-new-login-user.png" alt-text="Create new login and user.":::
85
+
:::image type="content" source="media/register-scan-azure-arc-enabled-sql-server/create-new-login-user.png" alt-text="Screenshot that shows how to create a new login and user.":::
86
86
87
87
1. Select Server roles on the left navigation and ensure that public role is assigned.
88
88
89
89
1. Select User mapping on the left navigation, select all the databases in the map and select the Database role: **db_datareader**.
:::image type="content" source="media/register-scan-azure-arc-enabled-sql-server/user-mapping.png" alt-text="Screenshot that shows user mapping.":::
92
92
93
93
1. Select OK to save.
94
94
95
95
1. If SQL Authentication is applied, navigate again to the user you created, by selecting and holding (or right-clicking) and selecting **Properties**. Enter a new password and confirm it. Select the 'Specify old password' and enter the old password. **It is required to change your password as soon as you create a new login.**
:::image type="content" source="media/register-scan-azure-arc-enabled-sql-server/change-password.png" alt-text="Screenshot that shows how to change a password.":::
98
98
99
99
##### Storing your SQL login password in a key vault and creating a credential in Microsoft Purview
100
100
@@ -116,7 +116,7 @@ The account must have access to the **master** database. This is because the `sy
116
116
117
117
1. Select **SQL server** and then **Continue**
118
118
119
-
:::image type="content" source="media/register-scan-azure-arc-enabled-sql-server/set-up-azure-arc-enabled-sql-data-source.png" alt-text="Set up the SQL data source.":::
119
+
:::image type="content" source="media/register-scan-azure-arc-enabled-sql-server/set-up-azure-arc-enabled-sql-data-source.png" alt-text="Screenshot that shows how to set up the SQL data source.":::
120
120
121
121
1. Provide a friendly name, which will be a short name you can use to identify your server, and the server endpoint.
122
122
@@ -138,19 +138,19 @@ To create and run a new scan, do the following:
138
138
139
139
1. Select the credential to connect to your data source. The credentials are grouped and listed under different authentication methods.
140
140
141
-
:::image type="content" source="media/register-scan-azure-arc-enabled-sql-server/azure-arc-enabled-sql-set-up-scan-win-auth.png" alt-text="Set up scan":::
141
+
:::image type="content" source="media/register-scan-azure-arc-enabled-sql-server/azure-arc-enabled-sql-set-up-scan-win-auth.png" alt-text="Screenshot that shows how to set up a scan.":::
142
142
143
143
1. You can scope your scan to specific tables by choosing the appropriate items in the list.
144
144
145
-
:::image type="content" source="media/register-scan-azure-arc-enabled-sql-server/azure-arc-enabled-sql-scope-your-scan.png" alt-text="Scope your scan":::
145
+
:::image type="content" source="media/register-scan-azure-arc-enabled-sql-server/azure-arc-enabled-sql-scope-your-scan.png" alt-text="Screenshot that shows how to scope your scan.":::
146
146
147
147
1. Then select a scan rule set. You can choose between the system default, existing custom rule sets, or create a new rule set inline.
:::image type="content" source="media/register-scan-azure-arc-enabled-sql-server/azure-arc-enabled-sql-scan-rule-set.png" alt-text="Screenshot that shows the scan rule set.":::
150
150
151
151
1. Choose your scan trigger. You can set up a schedule or run the scan once.
:::image type="content" source="media/register-scan-azure-arc-enabled-sql-server/trigger-scan.png" alt-text="Screenshot that shows how to choose a trigger.":::
0 commit comments