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
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,8 +87,10 @@ 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
-
#### Synapse Workspace
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
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)**.
94
96
@@ -98,7 +100,9 @@ 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.
103
+
101
104
#### Storage account
105
+
102
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.
103
107
1. On the left pane, select **Access Control (IAM)**.
104
108
@@ -107,7 +111,9 @@ There are three places you will need to set authentication to allow Azure Purvie
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.
110
-
#### Synapse serverless database
114
+
115
+
#### Azure Synapse serverless database
116
+
111
117
1. Go to your Azure Synapse workspace and open the Synapse Studio.
112
118
1. Select the **Data** tab on the left menu.
113
119
1. Select the ellipsis (**...**) next to one of your databases, and then start a new SQL script.
0 commit comments