Created
February 7, 2020 23:17
-
-
Save chadmcrowell/d233bee03dc9d114e1b9971dfb5d4102 to your computer and use it in GitHub Desktop.
Container Instances - AKS Deep Dive | Linux Academy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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