Skip to main content

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.

Gets the properties of the specified container registry.
External DocumentationTo learn more, visit the Azure documentation.

Parameters

ParameterDescription
Registry NameThe name of the container registry.
Resource Group NameThe name of the resource group to which the container registry belongs.
Subscription IDThe Microsoft Azure subscription ID.

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

Get Container Registry with Azure and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop