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

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Subscription ID | The Microsoft Azure subscription ID. |
{
"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>"
}
}
}
}
]
}
Was this page helpful?