Microsoft Azure · Arazzo Workflow
Microsoft Azure Select Subscription and List Resource Groups
Version 1.0.0
List tenant subscriptions, get the first one's detail, then list its resource groups.
View Spec
View on GitHub
API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1ArazzoWorkflows
Provider
Workflows
select-subscription-and-list-groups
Discover a subscription and enumerate its resource groups.
Lists subscriptions, reads the first, branches on its state, then lists the resource groups in that subscription.
1
listSubscriptions
Subscriptions_List
List all subscriptions visible to the authenticated tenant.
2
getSubscription
Subscriptions_Get
Get the first subscription's detail and branch: continue only when its state is Enabled, otherwise end the flow.
3
listResourceGroups
ResourceGroups_List
List all resource groups inside the selected, enabled subscription.