Skip to content

Commit 19dd772

Browse files
authored
PR review edit
1 parent c6b2b57 commit 19dd772

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

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

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,10 @@ 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-
#### 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+
9294
1. In the Azure portal, go to the Azure Synapse workspace resource.
9395
1. On the left pane, select **Access Control (IAM)**.
9496

@@ -98,7 +100,9 @@ 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.
103+
101104
#### Storage account
105+
102106
1. In the Azure portal, go to the **Resource group** or **Subscription** that the storage account associated with the Azure Synapse workspace is in.
103107
1. On the left pane, select **Access Control (IAM)**.
104108

@@ -107,7 +111,9 @@ There are three places you will need to set authentication to allow Azure Purvie
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.
110-
#### Synapse serverless database
114+
115+
#### Azure Synapse serverless database
116+
111117
1. Go to your Azure Synapse workspace and open the Synapse Studio.
112118
1. Select the **Data** tab on the left menu.
113119
1. Select the ellipsis (**...**) next to one of your databases, and then start a new SQL script.

0 commit comments

Comments
 (0)