Azure Container Registry Operations: Difference between revisions
Jump to navigation
Jump to search
(→Portal) |
(→Create) |
||
Line 20: | Line 20: | ||
==CLI== | ==CLI== | ||
=Push an Image to Registry= | |||
Login: | |||
<syntaxhighlight lang='bash'> | |||
az acr login --name <registry-name> | |||
</syntaxhighlight> |
Revision as of 23:06, 12 April 2021
Internal
Create
Portal
https://portal.azure.com/ → Create a Resource → Containers → Container Registry
Subscription:
Resource group → Create New
Registry name.
The name may contain only alpha numeric characters and be between 5 and 50 characters.
Name: aksdev.
Will be available as askdevcr.azurecr.io
CLI
Push an Image to Registry
Login:
az acr login --name <registry-name>