Hi TC,
Thanks for reaching out to Microsoft Q&A.
To deploy your Azure AI assistant playground as a web app so your coworker can test it, follow these steps:
- Go to your project in Azure AI Studio.
- Select Playgrounds --> Chat from the left pane.
- Select your deployed RAG model from the Deployment dropdown.
- Add your data to the playground by selecting Add your data --> + Add a new data source. Follow the prompts to upload your data files and configure the azure cognitive search index.
- Once your data is added, select Deploy to a web app on the toolbar.
- On the Deploy to a web app page, enter a unique name for your web app, select your Azure subscription and resource group, choose a location and pricing plan, and decide if you want to enable chat history. Then click Deploy.
- Wait for the app to deploy, which may take a few minutes. When ready, the Launch button will be enabled on the toolbar.
- Click Launch to open your deployed web app. Copy the URL and share it with your coworker to test the assistant.
Make sure you have a RAG model deployed in your azure ai studio project before attempting to deploy the web app. The web app will use the configured RAG model and data to power the assistant experience.
Please 'Upvote'(Thumbs-up) and 'Accept' as an answer if the reply was helpful. This will benefit other community members who face the same issue.