Lists all the container registries under the specified subscription.

External Documentation

To learn more, visit the Azure documentation.

Parameters

ParameterDescription
Subscription IDThe Microsoft Azure subscription ID.

Example Output

{
	"nextLink": "The URI that can be used to request the next list of container registries.",
	"value": [
		{
			"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

List Container Registries with Azure and Send Results Via Email

Preview this Workflow on desktop