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