Skip to content

Commit 4dc6313

Browse files
Merge pull request #271254 from ynpandey/patch-51
Update apache-spark-azure-ml-concepts.md
2 parents 0e3b517 + 6f2c168 commit 4dc6313

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/apache-spark-azure-ml-concepts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ To access data and other resources, a Spark job can use either a managed identit
122122

123123
|Spark pool|Supported identities|Default identity|
124124
| ---------- | -------------------- | ---------------- |
125-
|Serverless Spark compute|User identity and managed identity|User identity|
126-
|Attached Synapse Spark pool|User identity and managed identity|Managed identity - compute identity of the attached Synapse Spark pool|
125+
|Serverless Spark compute|User identity, user-assigned managed identity attached to the workspace|User identity|
126+
|Attached Synapse Spark pool|User identity, user-assigned managed identity attached to the attached Synapse Spark pool, system-assigned managed identity of the attached Synapse Spark pool|System-assigned managed identity of the attached Synapse Spark pool|
127127

128128
[This article](./apache-spark-environment-configuration.md#ensuring-resource-access-for-spark-jobs) describes resource access for Spark jobs. In a notebook session, both the serverless Spark compute and the attached Synapse Spark pool use user identity passthrough for data access during [interactive data wrangling](./interactive-data-wrangling-with-apache-spark-azure-ml.md).
129129

0 commit comments

Comments
 (0)