> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Create Container Registry

Creates a container registry with the specified parameters.

<Note>
  External Documentation

  To learn more, visit the [Azure documentation](https://learn.microsoft.com/en-us/rest/api/containerregistry/registries/create?view=rest-containerregistry-2023-01-01-preview\&tabs=HTTP).
</Note>

## Basic Parameters

<div className="integrations-table">
  | 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.                                                |
</div>

## Advanced Parameters

<div className="integrations-table">
  | 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.                                                              |
</div>

## Example Output

```json theme={"dark"}
{
	"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](https://library.blinkops.com/workflows/create-container-registry-with-azure-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/create-container-registry-with-azure-and-send-results-via-email/canvas" />
</div>
