How to update the app deployed by Azure AI Studio with code changes in this repo #594
Unanswered
davidcervigon
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I have all the resources created by Azure AI Studio already created and working, including the sample web app. I want to add some modifications to the application code to add some prompt orchestration and some other changes. I do not see a way to just "azd up" application changes and leverage the existing resources. The section in README_azd.md is not working as it is trying to recreate/update Forms Recognizer and AOI resources (this fails) and it is trying to create a new resource group for the App Service Plan and the App service.
Wondering if this is the hard way compared with start.cmd + az webapp config + az webapp up???
Thanks
Beta Was this translation helpful? Give feedback.
All reactions