Skip to content

Commit 7264896

Browse files
authored
Fix typo in identity support note
Few more edits to minor issues pointed out by our colleague Hugo Nunes.
1 parent c30b4fb commit 7264896

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/machine-learning/how-to-identity-based-service-authentication.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ During cluster creation or when editing compute cluster details, in the **Advanc
279279
### Kubernetes Compute Cluster
280280

281281
> [!NOTE]
282-
> Azure Machine Learning kubernetes clusters support only **one system-assigned identity** or **one multiple user-assigned identities**, not both concurrently.
282+
> Azure Machine Learning kubernetes clusters support only **one system-assigned identity** or **one user-assigned identities**, not both concurrently.
283283

284284
The **default managed identity** is the system-assigned managed identity or the first user-assigned managed identity.
285285

@@ -297,7 +297,6 @@ During a run there are two applications of an identity:
297297
For example, to retrieve a token for a datastore with the default-managed identity:
298298

299299
```python
300-
client_id = os.environ.get('DEFAULT_IDENTITY_CLIENT_ID')
301300
credential = ManagedIdentityCredential()
302301
token = credential.get_token('https://storage.azure.com/')
303302
```

0 commit comments

Comments
 (0)