Skip to content

Commit b25c89b

Browse files
authored
Update batch-docker-container-workloads.md
1 parent aa178eb commit b25c89b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/batch/batch-docker-container-workloads.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ CloudPool pool = batchClient.PoolOperations.CreatePool(
340340
### Managed identity support for ACR
341341

342342
When you access containers stored in [Azure Container Registry](https://azure.microsoft.com/services/container-registry),
343-
either a username/password or a managed identity can be used to authenticate with the service. To use a managed identity,
343+
a managed identity can be used to authenticate with the service. To use a managed identity,
344344
first ensure that the identity has been [assigned to the pool](managed-identity-pools.md) and that the identity has the
345345
`AcrPull` role assigned for the container registry you wish to access. Then, instruct Batch with which identity to use
346346
when authenticating with ACR.

0 commit comments

Comments
 (0)