Microsoft Azure · Arazzo Workflow
Microsoft Azure Tag an Existing Resource Group
Version 1.0.0
Read a resource group, apply new tags with a patch, and confirm the tags were written.
View Spec
View on GitHub
API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1ArazzoWorkflows
Provider
Workflows
tag-resource-group
Apply tags to an existing resource group and confirm the change.
Gets the resource group, patches it with new tags, then reads it back to verify the tags were stored.
1
getResourceGroup
ResourceGroups_Get
Get the resource group to confirm it exists before patching it.
2
applyTags
ResourceGroups_Update
Patch the resource group with the supplied tag map, leaving other fields intact.
3
confirmTags
ResourceGroups_Get
Re-read the resource group to confirm the new tags persisted.