Skip to content

Commit 6d100ac

Browse files
committed
User Feedback 431570: UUF - learn-pr - Exercise - Deploy images from Azure Container Registry - Training | Microsoft Learn
1 parent 37bc27d commit 6d100ac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

learn-pr/azure/build-and-store-container-images/includes/4-deploy-image.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ Azure Container Registry doesn't support unauthenticated access and requires aut
3232
3333
```azurecli-interactive
3434
az container create --resource-group learn-acr-rg --name acr-tasks --image $ACR_NAME.azurecr.io/helloacrtasks:v1 --registry-login-server $ACR_NAME.azurecr.io --ip-address Public --location eastus --registry-username <admin-username> --registry-password <admin-password>
35+
--os-type Linux
36+
--cpu 1
37+
--memory 1
3538
```
3639
3740
2. Get the IP address of the Azure container instance using the `az container show` command.

0 commit comments

Comments
 (0)