File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -340,7 +340,7 @@ CloudPool pool = batchClient.PoolOperations.CreatePool(
340
340
### Managed identity support for ACR
341
341
342
342
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,
344
344
first ensure that the identity has been [ assigned to the pool] ( managed-identity-pools.md ) and that the identity has the
345
345
` AcrPull ` role assigned for the container registry you wish to access. Then, instruct Batch with which identity to use
346
346
when authenticating with ACR.
You can’t perform that action at this time.
0 commit comments