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/synapse-analytics/security/synapse-workspace-understand-what-role-you-need.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ You can open Synapse Studio and view details of the workspace and list any of it
22
22
23
23
### Resource management
24
24
25
-
You can create SQL pools, Data Explorer pools, Apache Spark pools, and Integration runtimes if you're an Azure Owner or Contributor on the workspace. When using ARM templates for automated deployment, you need to be an Azure Contributor on the resource group.
25
+
You can create SQL pools, Data Explorer pools, and Apache Spark pools if you are an Azure Owner or Contributor on the resource group. You can create an Integration Runtime if you are an Azure Owner or Contributor on the workspace. When using ARM templates for automated deployment, you need to be an Azure Contributor on the resource group.
26
26
27
27
You can pause or scale a dedicated SQL pool, configure a Spark pool, or an integration runtime if you're an Azure Owner or Contributor on the workspace or that resource.
28
28
@@ -83,7 +83,7 @@ Task (I want to...) |Role (I need to be...)|Synapse RBAC permission/action
83
83
||Azure Owner or Contributor, or Reader on the workspace|none
84
84
|List linked services or credentials or managed private endpoints|Synapse User|read
85
85
SQL POOLS|
86
-
Create a dedicated SQL pool or a serverless SQL pool|Azure Owner or Contributor on the workspace|none
86
+
Create a dedicated SQL pool or a serverless SQL pool|Azure Owner or Contributor on the resource group|none
87
87
Manage (pause or scale, or delete) a dedicated SQL pool|Azure Owner or Contributor on the SQL pool or workspace|none
88
88
Create a SQL script</br>|Synapse User or </br>Azure Owner or Contributor on the workspace. </br></br>*Additional SQL permissions are required to run a SQL script, publish, or commit changes*.|
89
89
List and open any published SQL script| Synapse Artifact User or Artifact Publisher, or Synapse Contributor|artifacts/read
@@ -93,15 +93,15 @@ Publish a new or updated, or deleted SQL script|Synapse Artifact Publisher or Sy
93
93
Commit changes to a SQL script to the Git repo|Requires Git permissions on the repo|
94
94
Assign Active Directory Admin on the workspace (via workspace properties in the Azure Portal)|Azure Owner or Contributor on the workspace |
95
95
DATA EXPLORER POOLS|
96
-
Create a Data Explorer pool |Azure Owner or Contributor on the workspace|none
96
+
Create a Data Explorer pool |Azure Owner or Contributor on the resource group|none
97
97
Manage (pause or scale, or delete) a Data Explorer pool|Azure Owner or Contributor on the Data Explorer pool or workspace|none
98
98
Create a KQL script</br>|Synapse User. </br></br>*Additional Data Explorer permissions are required to run a script, publish, or commit changes*.|
99
99
List and open any published KQL script| Synapse Artifact User or Artifact Publisher, or Synapse Contributor|artifacts/read
100
100
Run a KQL script on a Data Explorer pool| Data Explorer permissions on the pool (granted automatically to a Synapse Administrator)|none
101
101
Publish new, update, or delete KQL script|Synapse Artifact Publisher or Synapse Contributor|kqlScripts/write, delete
102
102
Commit changes to a KQL script to the Git repo|Requires Git permissions on the repo|
103
103
APACHE SPARK POOLS|
104
-
Create an Apache Spark pool|Azure Owner or Contributor on the workspace|
104
+
Create an Apache Spark pool|Azure Owner or Contributor on the resource group|
0 commit comments