Skip to content

Instantly share code, notes, and snippets.

@vkumar2808
Forked from chadmcrowell/acr-create.sh
Created August 26, 2021 23:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vkumar2808/4c287853d2b30d7a667e9beb3332b552 to your computer and use it in GitHub Desktop.
Save vkumar2808/4c287853d2b30d7a667e9beb3332b552 to your computer and use it in GitHub Desktop.
Container Instances - AKS Deep Dive | Linux Academy
az acr create \
--resource-group myaks-rg \
--name myAksAcr \
--sku Basic \
--admin-enabled true
az acr build \
--registry myAksCluster \
--image img:v1 .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment