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:
- 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.
- Configure the chat model in the playground to use your data for constructing responses.
- Export the playground setup to prompt flow to understand how the model uses your data.
- Deploy the model as a standalone web application.
- Test the deployed web app by asking questions and observing the responses.
- 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.