Skip to content

Commit

Permalink
Merge pull request MicrosoftDocs#18769 from seanmck/aci-tutorial-remo…
Browse files Browse the repository at this point in the history
…veacrparams

Removing parameters that can be inferred
  • Loading branch information
PRMerger8 authored Aug 5, 2017
2 parents 8925455 + 705cb95 commit 48e39a0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ms.devlang: azurecli
ms.topic: sample
ms.tgt_pltfrm: na
ms.workload: na
ms.date: 07/19/2017
ms.date: 08/04/2017
ms.author: seanmck
---

Expand Down Expand Up @@ -47,7 +47,7 @@ az acr credential show --name <acrName> --query "passwords[0].value"
To deploy your container image from the container registry with a resource request of 1 CPU core and 1GB of memory, run the following command:

```azurecli-interactive
az container create --name aci-tutorial-app --image <acrLoginServer>/aci-tutorial-app:v1 --cpu 1 --memory 1 --registry-login-server <acrLoginServer> --registry-username <acrName> --registry-password <acrPassword> --ip-address public -g myResourceGroup
az container create --name aci-tutorial-app --image <acrLoginServer>/aci-tutorial-app:v1 --cpu 1 --memory 1 --registry-password <acrPassword> --ip-address public -g myResourceGroup
```

Within a few seconds, you will receive an initial response from Azure Resource Manager. To view the state of the deployment, use:
Expand Down

0 comments on commit 48e39a0

Please sign in to comment.