Team,
Need some help here.
I created gpt3.5 model deployment in Azure AI Studio and used "Add your Data" feature.
Added a pdf file to Azure AI search and fed to my model which is working absolutely fine in Chat Playground.
Deployed to Web App using the top right window option "Deploy to a new web app " in AI Studio. Post Deployment unable to access the web app.
Point 1 : Its asking to set up Authentication. Not allowing me to access by default
Point 2 : Added an Identity using Microsoft Service Principal. Now when attempted to access the web app its asking for Azure AD credentials(ID / Pwd) which a service principal doesnt have.
Can anyone help here!
The sample deployed using the button in Azure OpenAI Studio is open-sourced here.
Regarding point 1 - asking for authentication setup, if you really want it, you can remove it by following the process detailed in this section: https://github.com/microsoft/sample-app-aoai-chatGPT?tab=readme-ov-file#add-an-identity-provider
Regarding point 2, you need to understand how authentication works with App Services and Entra ID: