Skip to content

Commit ecc2bc9

Browse files
authored
Merge pull request #87283 from svchandramohan/patch-16
Minor changes and additions to the serverless pool scan
2 parents bb644e0 + 19dd772 commit ecc2bc9

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

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

Lines changed: 11 additions & 4 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,7 +87,9 @@ 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.
90+
There are three places you will need to set authentication to allow Azure Purview to enumerate your serverless SQL database resources: The Azure Synapse workspace, the associated storage, and the Azure Synapse serverless databases. The steps below will set permissions for all three.
91+
92+
#### Azure Synapse workspace
9193

9294
1. In the Azure portal, go to the Azure Synapse workspace resource.
9395
1. On the left pane, select **Access Control (IAM)**.
@@ -98,15 +100,20 @@ There are three places you will need to set authentication to allow Azure Purvie
98100
1. Select the **Add** button.
99101
1. Set the **Reader** role and enter your Azure Purview account name, which represents its managed service identity (MSI).
100102
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.
103+
104+
#### Storage account
105+
106+
1. In the Azure portal, go to the **Resource group** or **Subscription** that the storage account associated with the Azure Synapse workspace is in.
102107
1. On the left pane, select **Access Control (IAM)**.
103108

104109
> [!NOTE]
105110
> You must be an *owner* or *user access administrator* to add a role in the **Resource group** or **Subscription** fields.
106-
107111
1. Select the **Add** button.
108112
1. Set the **Storage blob data reader** role and enter your Azure Purview account name (which represents its MSI) in the **Select** box.
109113
1. Select **Save** to finish assigning the role.
114+
115+
#### Azure Synapse serverless database
116+
110117
1. Go to your Azure Synapse workspace and open the Synapse Studio.
111118
1. Select the **Data** tab on the left menu.
112119
1. Select the ellipsis (**...**) next to one of your databases, and then start a new SQL script.

0 commit comments

Comments
 (0)