Check Container Registry Name Availability
Checks whether the container registry name is available for use. The name must contain only alphanumeric characters, be globally unique, and between 5 and 50 characters in length.
External Documentation
To learn more, visit the Azure documentation.
Parameters
Parameter | Description |
---|---|
Name | The name of the container registry. |
Subscription ID | The Microsoft Azure subscription ID. |
Type | The resource type of the container registry. This field must be set to 'Microsoft.ContainerRegistry/registries'. |
Example Output
{
"message": "If any, the error message that provides more detail for the reason that the name is not available.",
"nameAvailable": false,
"reason": "If any, the reason that the name is not available."
}
Workflow Library Example
Check Container Registry Name Availability with Azure and Send Results Via Email
Preview this Workflow on desktop