Skip to content

Instantly share code, notes, and snippets.

@chadmcrowell
Created February 7, 2020 23:17
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save chadmcrowell/d233bee03dc9d114e1b9971dfb5d4102 to your computer and use it in GitHub Desktop.
Save chadmcrowell/d233bee03dc9d114e1b9971dfb5d4102 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