Skip to content

Latest commit

 

History

History

container-registry-creation

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Azure Container Registry Creation Script

Usage:

./container_registry.creation.sh RESOURCE_GROUP LOCATION CONTAINER_REGISTRY CONTAINER_REGISTRY_SKU

Arguments:

RESOURCE_GROUP           - Name of the resource group
LOCATION                 - Location for the resources
CONTAINER_REGISTRY       - Name of the container registry
CONTAINER_REGISTRY_SKU   - SKU of the container registry

Example:

./container_registry.creation.sh someresourcegroup westus somecontainerregistry Basic