Hey Mike1984,
Thanks!
I will answer your question but the response requires a certain level of technical understanding to be able to implement it so if you face any issues trying to follow the steps don't hesitate to reach out.
Firstly, you need to understand that when you click on deploy to a web app what happens is that it takes this source code from GitHub and deploys it to a website on Azure App Service. https://github.com/Azure-Samples/azure-search-openai-demo
The way you can control this is that instead of deploying to a new web app you choose to deploy to an existing web app which you need to configure before following all the steps in this blog.
Here is what you need to do to have control over everything on the website:
- Fork this repository ==> https://github.com/Azure-Samples/azure-search-openai-demo
- Modify the frontend which is located in the ./app/frontend/ folder.
- Deploy a website to Azure using GitHub Connection to the forked repository.
- Follow this blog, instead of creating a new web app on Azure OpenAI use an existing web app.
Note that I haven't tried this out so, there might be some other steps needed in order to make it work or there might not be anything else needed so do let me know what you come up with.