Skip to content

Commit 6e4f4ac

Browse files
Merge pull request #243691 from meenalsri/patch-35
Update synapse-workspace-understand-what-role-you-need.md
2 parents 18c5d97 + ace1f6d commit 6e4f4ac

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/synapse-analytics/security/synapse-workspace-understand-what-role-you-need.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ You can open Synapse Studio and view details of the workspace and list any of it
2222

2323
### Resource management
2424

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.
2626

2727
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.
2828

@@ -83,7 +83,7 @@ Task (I want to...) |Role (I need to be...)|Synapse RBAC permission/action
8383
||Azure Owner or Contributor, or Reader on the workspace|none
8484
|List linked services or credentials or managed private endpoints|Synapse User|read
8585
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
8787
Manage (pause or scale, or delete) a dedicated SQL pool|Azure Owner or Contributor on the SQL pool or workspace|none
8888
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*.|
8989
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
9393
Commit changes to a SQL script to the Git repo|Requires Git permissions on the repo|
9494
Assign Active Directory Admin on the workspace (via workspace properties in the Azure Portal)|Azure Owner or Contributor on the workspace |
9595
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
9797
Manage (pause or scale, or delete) a Data Explorer pool|Azure Owner or Contributor on the Data Explorer pool or workspace|none
9898
Create a KQL script</br>|Synapse User. </br></br>*Additional Data Explorer permissions are required to run a script, publish, or commit changes*.|
9999
List and open any published KQL script| Synapse Artifact User or Artifact Publisher, or Synapse Contributor|artifacts/read
100100
Run a KQL script on a Data Explorer pool| Data Explorer permissions on the pool (granted automatically to a Synapse Administrator)|none
101101
Publish new, update, or delete KQL script|Synapse Artifact Publisher or Synapse Contributor|kqlScripts/write, delete
102102
Commit changes to a KQL script to the Git repo|Requires Git permissions on the repo|
103103
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|
105105
Monitor Apache Spark applications| Synapse User|read
106106
View the logs for completed notebook and job execution |Synapse Monitoring Operator|
107107
Cancel any notebook or Spark job running on an Apache Spark pool|Synapse Compute Operator on the Apache Spark pool.|bigDataPools/useCompute

0 commit comments

Comments
 (0)