Skip to content

Commit c6b2b57

Browse files
Minor changes and additions to the serverless pool scan
1 parent 3391f93 commit c6b2b57

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

articles/purview/register-scan-synapse-workspace.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ This section describes how to register Azure Synapse Analytics workspaces in Azu
3939

4040
### Authentication for registration
4141

42-
Only users with at least a *Reader* role on the Azure Synapse workspace who is also *data source administrators* in Azure Purview can register an Azure Synapse workspace.
42+
Only a user with at least a *Reader* role on the Azure Synapse workspace and who is also *data source administrators* in Azure Purview can register an Azure Synapse workspace.
4343

4444
### Steps to register
4545

@@ -87,8 +87,8 @@ Then, you will need to [apply permissions to scan the contents of the workspace]
8787
8888
### Authentication for enumerating serverless SQL database resources
8989

90-
There are three places you will need to set authentication to allow Azure Purview to enumerate your serverless SQL database resources: the Synapse workspace, the associated storage, and on the Serverless databases. The steps below will set permissions for all three.
91-
90+
There are three places you will need to set authentication to allow Azure Purview to enumerate your serverless SQL database resources: The Synapse workspace, the associated storage, and on the Serverless databases. The steps below will set permissions for all three.
91+
#### Synapse Workspace
9292
1. In the Azure portal, go to the Azure Synapse workspace resource.
9393
1. On the left pane, select **Access Control (IAM)**.
9494

@@ -98,15 +98,16 @@ There are three places you will need to set authentication to allow Azure Purvie
9898
1. Select the **Add** button.
9999
1. Set the **Reader** role and enter your Azure Purview account name, which represents its managed service identity (MSI).
100100
1. Select **Save** to finish assigning the role.
101-
1. In the Azure portal, go to the **Resource group** or **Subscription** that the Azure Synapse workspace is in.
101+
#### Storage account
102+
1. In the Azure portal, go to the **Resource group** or **Subscription** that the storage account associated with the Azure Synapse workspace is in.
102103
1. On the left pane, select **Access Control (IAM)**.
103104

104105
> [!NOTE]
105106
> You must be an *owner* or *user access administrator* to add a role in the **Resource group** or **Subscription** fields.
106-
107107
1. Select the **Add** button.
108108
1. Set the **Storage blob data reader** role and enter your Azure Purview account name (which represents its MSI) in the **Select** box.
109109
1. Select **Save** to finish assigning the role.
110+
#### Synapse serverless database
110111
1. Go to your Azure Synapse workspace and open the Synapse Studio.
111112
1. Select the **Data** tab on the left menu.
112113
1. Select the ellipsis (**...**) next to one of your databases, and then start a new SQL script.

0 commit comments

Comments
 (0)