Skip to content

Commit 0bc7eee

Browse files
authored
Update how-to-troubleshoot-environments.md
Acro: Azure Portal -> Azure portal
1 parent 15036e9 commit 0bc7eee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-troubleshoot-environments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1373,7 +1373,7 @@ If your container registry is behind a virtual network or is using a private end
13731373
* After you put the container registry behind a virtual network, run the [Azure Resource Manager template](https://aka.ms/azureml/environment/secure-resources-using-vnet) so the workspace can communicate with the container registry instance
13741374
13751375
If you aren't using a virtual network, or if you've configured it correctly, test that your credentials are correct for your ACR by attempting a simple local build
1376-
* Get credentials for your workspace ACR from the Azure Portal
1376+
* Get credentials for your workspace ACR from the Azure portal
13771377
* Log in to your ACR using `docker login <myregistry.azurecr.io> -u "username" -p "password"`
13781378
* For an image "helloworld", test pushing to your ACR by running `docker push helloworld`
13791379
* See [Quickstart: Build and run a container image using Azure Container Registry Tasks](../container-registry/container-registry-quickstart-task-cli.md)

0 commit comments

Comments
 (0)