Skip to content

Files

Latest commit

 

History

History
16 lines (10 loc) · 508 Bytes

File metadata and controls

16 lines (10 loc) · 508 Bytes

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