How to allow collaboration on a promptflow flow in Azure AI Foundry

Thomas Dehaene 10 Reputation points
2025-03-04T08:05:50.1966667+00:00

Hello,

Our team recently adopted AI Foundry as a tool for semi-technical people to collaborate on AI efforts.

One such aspect is the usage of promptflow for building LLM-powered workflows. The tool is being well received apart from one crucial aspect: collaboration.

I can't seem to figure out how to configure the AI Foundry project to allow multiple people to collaborate on a single Promptflow flow.

This is the view from the creator of the flow:

User's image

And this. is the view of a person with the "Azure AI developer" role in AI Foundry:

User's image

On top it says that there is a need to clone it to edit it.

However, in the Azure documentation, AI Foundry promptflow is heavily framed as a collaborative tool (eg: https://learn.microsoft.com/en-us/azure/ai-foundry/how-to/prompt-flow#enterprise-readiness).

Could you share if there is a way or workaround so that multiple people can edit the same flow?

Or if not, could you share if this is on the roadmap?

Kind regards,

Thomas

Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
3,203 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Saideep Anchuri 3,850 Reputation points Microsoft External Staff
    2025-03-04T09:41:19.9933333+00:00

    Hi Thomas Dehaene

    To enable collaboration on a Promptflow flow in Azure AI Foundry. You can add respective users on IAM of AI studio project. But multiple users cannot edit the same flow simultaneously, which can be a limitation for teams looking for real-time collaboration.

     Here are some practices:

    1. Set up a centralized code repository to manage and track changes effectively.
    2. Use local environments for individual testing before merging changes into the main flow.
    3. Implement version control practices to manage different iterations of the flow.

    Kindly refer below link: rbac-ai-foundry

    Thank You.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.