External DocumentationTo learn more, visit the Azure documentation.
Parameters
Example Output
Workflow Library Example
Check Container Registry Name Availability with Azure and Send Results Via EmailPreview this Workflow on desktop
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| 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’. |
{
"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."
}
Was this page helpful?