How to implement CI/CD pipeline to deploy Microsoft Purview changes in dev account to production account?

Prathamesh Chavan 0 Reputation points
2024-04-24T01:56:13.0133333+00:00

We are trying to set up CI/CD pipeline such that if any entity is added or updated in dev account of Microsoft Purview, then it should be imported in prod account of Purview. Similar to how ADF CI/CD is implemented with azure repo integration. We could not find anything for Purview.

Also, is there any other way to automate this using python?

Microsoft Purview
Microsoft Purview
A Microsoft data governance service that helps manage and govern on-premises, multicloud, and software-as-a-service data. Previously known as Azure Purview.
943 questions
{count} votes

1 answer

Sort by: Most helpful
  1. PRADEEPCHEEKATLA-MSFT 77,751 Reputation points Microsoft Employee
    2024-04-25T05:30:22.2866667+00:00

    @Prathamesh Chavan - Thanks for the question and using MS Q&A platform.

    Microsoft Purview does not currently support connecting to a DevOps/Git Repo to promote code changes from one environment to another.

    However, here is a document that identifies common tasks that can help deploy Azure Purview into higher environments: Azure Purview deployment best practices and deployment models

    You can follow this document to deploy artifacts from one environment to another. This involves exporting the Purview artifacts from the source environment, storing them in a version control system, and then deploying them to the target environment using the Purview REST API.

    For more details, refer to MS Q&A thread addressing similar issue.

    Appreciate if you could share the feedback on our feedback channel. Which would be open for the user community to upvote & comment on. This allows our product teams to effectively prioritize your request against our existing feature backlog and gives insight into the potential impact of implementing the suggested feature.

    Hope this helps. Do let us know if you any further queries.


    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.

    0 comments No comments