Skip to content

Commit 9d47bc3

Browse files
authored
Fix list formatting
1 parent 5031727 commit 9d47bc3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -284,13 +284,13 @@ During cluster creation or when editing compute cluster details, in the **Advanc
284284
The **default managed identity** is the system-assigned managed identity or the first user-assigned managed identity.
285285

286286

287-
During a run there are two applications of an identity:
287+
During a run, there are two applications of an identity:
288288

289-
1. The system uses an identity to set up the user's storage mounts, container registry, and datastores.
289+
- The system uses an identity to set up the user's storage mounts, container registry, and datastores.
290290

291291
* In this case, the system will use the default-managed identity.
292292

293-
1. You apply an identity to access resources from within the code for a submitted job:
293+
- You apply an identity to access resources from within the code for a submitted job:
294294

295295
* In the case of kubernetes cluster compute, the ManagedIdentityCredential object should be provided **without any client_id**.
296296

0 commit comments

Comments
 (0)