Microsoft Purview · Arazzo Workflow
Microsoft Purview Publish a Glossary Term
Version 1.0.0
Create a glossary, confirm it, then create a term anchored to that glossary.
View Spec
View on GitHub
ComplianceData CatalogData ClassificationData GovernanceData Loss PreventionInformation ProtectionArazzoWorkflows
Provider
Workflows
publish-glossary-term
Create a glossary and a term anchored to it.
Creates a glossary, resolves its GUID, creates a glossary term whose anchor points at the new glossary, and confirms the term by reading it back.
1
createGlossary
createGlossary
Create the business glossary that will anchor the new term.
2
getGlossary
getGlossary
Read the glossary back by its GUID to confirm it was created.
3
createTerm
createGlossaryTerm
Create a glossary term anchored to the new glossary using its GUID as the anchor reference.
4
getTerm
getGlossaryTerm
Read the term back by its GUID to confirm it was stored.