Create Container Registry
Creates a container registry with the specified parameters.
External Documentation
To learn more, visit the Azure documentation.
Basic Parameters
Parameter | Description |
---|---|
Location | The location of the resource. This cannot be changed after the resource is created. |
Registry Name | The name of the container registry. |
Resource Group Name | The name of the resource group to which the container registry belongs. |
Sku Name | The SKU name of the container registry. Required for registry creation. |
Subscription ID | The Microsoft Azure subscription ID. |
Advanced Parameters
Parameter | Description |
---|---|
ID | The resource ID. |
Name | The name of the resource. |
Network Rule Set Default Action | The default action of allow or deny when no other rules match. |
Network Rule Set IP Rules | The IP ACL rules. |
Network Rule Set Virtual Network Rules | The virtual network rules. |
Properties Admin User Enabled | The value that indicates whether the admin user is enabled. |
Properties Creation Date | The creation date of the container registry in ISO8601 format. |
Properties Login Server | The URL that can be used to log into the container registry. |
Properties Provisioning State | The provisioning state of the container registry at the time the operation was called. |
Quarantine Policy Status | The value that indicates whether the policy is enabled or not. |
Retention Policy Days | The number of days to retain an untagged manifest after which it gets purged. |
Retention Policy Last Updated Time | The timestamp when the policy was last updated. |
Retention Policy Status | The value that indicates whether the policy is enabled or not. |
Sku Tier | The SKU tier based on the SKU name. |
Status Display Status | The short label for the status. |
Status Message | The detailed message for the status, including alerts and error messages. |
Status Timestamp | The timestamp when the status was changed to the current value. |
Storage Account ID | The resource ID of the storage account. |
Tags | The tags of the resource. |
Trust Policy Status | The value that indicates whether the policy is enabled or not. |
Trust Policy Type | The type of trust policy. |
Type | The type of the resource. |
Example Output
{
"id": "The resource ID.",
"location": "The location of the resource. This cannot be changed after the resource is created.",
"name": "The name of the resource.",
"tags": {},
"type": "The type of the resource."
}
Workflow Library Example
Create Container Registry with Azure and Send Results Via Email
Preview this Workflow on desktop