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-synapse-workspace.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ This section describes how to register Azure Synapse Analytics workspaces in Azu
39
39
40
40
### Authentication for registration
41
41
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.
43
43
44
44
### Steps to register
45
45
@@ -87,8 +87,8 @@ Then, you will need to [apply permissions to scan the contents of the workspace]
87
87
88
88
### Authentication for enumerating serverless SQL database resources
89
89
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
92
92
1. In the Azure portal, go to the Azure Synapse workspace resource.
93
93
1. On the left pane, select **Access Control (IAM)**.
94
94
@@ -98,15 +98,16 @@ There are three places you will need to set authentication to allow Azure Purvie
98
98
1. Select the **Add** button.
99
99
1. Set the **Reader** role and enter your Azure Purview account name, which represents its managed service identity (MSI).
100
100
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.
102
103
1. On the left pane, select **Access Control (IAM)**.
103
104
104
105
> [!NOTE]
105
106
> You must be an *owner* or *user access administrator* to add a role in the **Resource group** or **Subscription** fields.
106
-
107
107
1. Select the **Add** button.
108
108
1. Set the **Storage blob data reader** role and enter your Azure Purview account name (which represents its MSI) in the **Select** box.
109
109
1. Select **Save** to finish assigning the role.
110
+
#### Synapse serverless database
110
111
1. Go to your Azure Synapse workspace and open the Synapse Studio.
111
112
1. Select the **Data** tab on the left menu.
112
113
1. Select the ellipsis (**...**) next to one of your databases, and then start a new SQL script.
0 commit comments