Connecting Azure OpenAI to CoPilot Studio Across Different Domain Accounts

SwathiDhanwada-MSFT 18,996 Reputation points Moderator
2024-08-01T08:51:04.55+00:00

How can I connect Azure OpenAI to CoPilot Studio if they are in different domain accounts?

PS - Based on common issues that we have seen from customers and other sources, we are posting these questions to help the Azure community.

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
4,081 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. SwathiDhanwada-MSFT 18,996 Reputation points Moderator
    2024-08-01T08:51:24.57+00:00

    To use Azure Open AI Playground chat with your data and connect to CoPilot Studio, even if they are in different domain account logins, you can follow these steps:

    1. Add your data to the Azure Open AI Playground by uploading your data files to Azure Blob storage and creating an Azure AI Search index.
    2. Configure the chat model in the playground to use your data for constructing responses.
    3. Export the playground setup to prompt flow to understand how the model uses your data.
    4. Deploy the model as a standalone web application.
    5. Test the deployed web app by asking questions and observing the responses.
    6. Connect to CoPilot Studio by launching the deployed web app and accepting the permissions request.

    Following these steps, you can successfully use Azure OpenAI to chat with your data and connect it to CoPilot Studio, even if they are in different domain accounts.

    Please do not forget to "up-vote" wherever the information provided helps you, as this can be beneficial to other community members.

    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.