Skip to main content

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

ParameterDescription
NameThe name of the container registry.
Subscription IDThe Microsoft Azure subscription ID.
TypeThe 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."
}

Automation Library Example

Check Container Registry Name Availability with Azure and Send Results Via Email

Automation LibraryPreview this Automation on desktop