Skip to content

Instantly share code, notes, and snippets.

@klingklangdev
Forked from chadmcrowell/acr-create.sh
Created December 1, 2020 22:30
Show Gist options
  • Select an option

  • Save klingklangdev/6efa2f9601d6595e0d9ab85bafa09c42 to your computer and use it in GitHub Desktop.

Select an option

Save klingklangdev/6efa2f9601d6595e0d9ab85bafa09c42 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