No option to deploy to Copilot Studio

misc981 26 Reputation points
2024-06-06T06:14:23.17+00:00

Am trying to deploy a project in AI Studio to Copilot Studio. Based on my findings, there should be a big blue 'Deploy' button in chat playgound. However, am unable to locate this in chat playground, or anywhere else in AI Studio.

Only 'deploy' option I could find was option to 'deploy to web app'

Anyone can advise on this?

User's image

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,528 questions
Microsoft Copilot
Microsoft Copilot
Microsoft terminology for a universal copilot interface.
182 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Vlad Costa 780 Reputation points
    2024-06-06T06:47:24.9733333+00:00

    Hi @misc981

    You will need to follow the steps below, then you will see the option for Deploy:

    1. Add your data to the chat playground: This is where you can observe how your model responds to your data.
    2. Create a prompt flow from the playground: This is a crucial step in which you define the conversation's flow.
    3. Customize the prompt flow with multiple data sources: This allows your model to pull information from various sources.
    4. Evaluate the flow using a question-and-answer evaluation dataset. This will help you understand how well your model is performing.
    5. Deploy the flow for consumption: This is the final step in making your model available for use.

    Screenshot of the deploy button from a prompt flow editor.

    Check the full tutorial here: https://video2.skills-academy.com/en-us/azure/ai-studio/tutorials/deploy-copilot-ai-studio#create-a-prompt-flow-from-the-playground

    If you find this response helpful and it resolves your issue, please consider marking it as “Accepted” or giving it an upvote. This will help others in the community find the solution more easily.