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
+11-4Lines changed: 11 additions & 4 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,7 +87,9 @@ 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.
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
91
93
92
94
1. In the Azure portal, go to the Azure Synapse workspace resource.
93
95
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
98
100
1. Select the **Add** button.
99
101
1. Set the **Reader** role and enter your Azure Purview account name, which represents its managed service identity (MSI).
100
102
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.
102
107
1. On the left pane, select **Access Control (IAM)**.
103
108
104
109
> [!NOTE]
105
110
> You must be an *owner* or *user access administrator* to add a role in the **Resource group** or **Subscription** fields.
106
-
107
111
1. Select the **Add** button.
108
112
1. Set the **Storage blob data reader** role and enter your Azure Purview account name (which represents its MSI) in the **Select** box.
109
113
1. Select **Save** to finish assigning the role.
114
+
115
+
#### Azure Synapse serverless database
116
+
110
117
1. Go to your Azure Synapse workspace and open the Synapse Studio.
111
118
1. Select the **Data** tab on the left menu.
112
119
1. Select the ellipsis (**...**) next to one of your databases, and then start a new SQL script.
0 commit comments