Skip to content

Commit eefbe6b

Browse files
committed
Fix a spelling issue . . .
1 parent 7fb36a1 commit eefbe6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-submit-spark-jobs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Spark jobs can use either user identity passthrough, or a managed identity, to a
6060
|Managed (Automatic) Spark compute|User identity and managed identity|User identity|
6161
|Attached Synapse Spark pool|User identity and managed identity|Managed identity - compute identity of the attached Synapse Spark pool|
6262

63-
If the CLI or SDK code defines an option to use managed identity, Azure Machine Learning Managed (Automatic) Sparks compute uses user-assigned managed identity attached to the workspace. You can attach a user-assigned managed identity to an existing Azure Machine Learning workspace using Azure Machine Learning CLI v2, or with `ARMClient`.
63+
If the CLI or SDK code defines an option to use managed identity, Azure Machine Learning Managed (Automatic) Spark compute uses user-assigned managed identity attached to the workspace. You can attach a user-assigned managed identity to an existing Azure Machine Learning workspace using Azure Machine Learning CLI v2, or with `ARMClient`.
6464

6565
### Attach user assigned managed identity using CLI v2
6666
1. Create a YAML file that defines the user-assigned managed identity that should be attached to the workspace:

0 commit comments

Comments
 (0)