Skip to content

Commit a6481bf

Browse files
Apply suggestions from PR review
1 parent 48c777b commit a6481bf

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

articles/purview/register-scan-azure-arc-enabled-sql-server.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ If SQL Authentication is applied, ensure the SQL Server deployment is configured
6565

6666
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".
6767

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.":::
6969

7070
If Windows Authentication is applied, configure the SQL Server deployment to use Windows Authentication mode.
7171

@@ -82,19 +82,19 @@ The account must have access to the **master** database. This is because the `sy
8282
8383
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".
8484

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.":::
8686

8787
1. Select Server roles on the left navigation and ensure that public role is assigned.
8888

8989
1. Select User mapping on the left navigation, select all the databases in the map and select the Database role: **db_datareader**.
9090

91-
:::image type="content" source="media/register-scan-azure-arc-enabled-sql-server/user-mapping.png" alt-text="user mapping.":::
91+
:::image type="content" source="media/register-scan-azure-arc-enabled-sql-server/user-mapping.png" alt-text="Screenshot that shows user mapping.":::
9292

9393
1. Select OK to save.
9494

9595
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.**
9696

97-
:::image type="content" source="media/register-scan-azure-arc-enabled-sql-server/change-password.png" alt-text="change password.":::
97+
:::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.":::
9898

9999
##### Storing your SQL login password in a key vault and creating a credential in Microsoft Purview
100100

@@ -116,7 +116,7 @@ The account must have access to the **master** database. This is because the `sy
116116

117117
1. Select **SQL server** and then **Continue**
118118

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.":::
120120

121121
1. Provide a friendly name, which will be a short name you can use to identify your server, and the server endpoint.
122122

@@ -138,19 +138,19 @@ To create and run a new scan, do the following:
138138

139139
1. Select the credential to connect to your data source. The credentials are grouped and listed under different authentication methods.
140140

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.":::
142142

143143
1. You can scope your scan to specific tables by choosing the appropriate items in the list.
144144

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.":::
146146

147147
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.
148148

149-
:::image type="content" source="media/register-scan-azure-arc-enabled-sql-server/azure-arc-enabled-sql-scan-rule-set.png" alt-text="Scan rule set":::
149+
:::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.":::
150150

151151
1. Choose your scan trigger. You can set up a schedule or run the scan once.
152152

153-
:::image type="content" source="media/register-scan-azure-arc-enabled-sql-server/trigger-scan.png" alt-text="trigger":::
153+
:::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.":::
154154

155155
1. Review your scan and select **Save and run**.
156156

0 commit comments

Comments
 (0)