acr_create_registry
Create an Azure container registry. Specify resource group, registry name, location, SKU tier (Basic, Standard, Premium), and admin enablement.
Instructions
Create a new container registry.
Args: resource_group: Resource group name registry_name: Name of the container registry (must be unique across Azure) location: Azure region (default: eastus) sku: Sku tier - Basic, Standard, Premium (default: Basic) admin_enabled: Enable admin user (default: False)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| resource_group | Yes | ||
| registry_name | Yes | ||
| location | No | eastus | |
| sku | No | Basic | |
| admin_enabled | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |