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.

Lists all the container registries under the specified subscription.
External DocumentationTo learn more, visit the Azure documentation.

Parameters

ParameterDescription
Subscription IDThe Microsoft Azure subscription ID.

Example Output

{
	"value": [
		{
			"sku": {
				"name": "<string>",
				"tier": "<string>"
			},
			"type": "<string>",
			"id": "<string>",
			"name": "<string>",
			"location": "<string>",
			"tags": {},
			"properties": {
				"loginServer": "<string>",
				"creationDate": "2023-12-11T15:02:59",
				"provisioningState": "<string>",
				"adminUserEnabled": false,
				"networkRuleSet": {
					"defaultAction": "<string>",
					"virtualNetworkRules": [],
					"ipRules": []
				},
				"policies": {
					"quarantinePolicy": {
						"status": "<string>"
					},
					"trustPolicy": {
						"type": "<string>",
						"status": "<string>"
					},
					"retentionPolicy": {
						"days": 519,
						"lastUpdatedTime": "2020-09-09T21:05:47",
						"status": "<string>"
					}
				}
			}
		}
	]
}

Workflow Library Example

List Container Registries with Azure and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop