Replies: 1 comment 1 reply
-
Hey @kacheng24 , When you call https://github.com/microsoft/chat-copilot/blob/main/.github/workflows/copilot-build-backend.yml from GitHub Actions, it calls https://github.com/microsoft/chat-copilot/blob/main/scripts/deploy/package-webapi.ps1 And specifically on these lines it builds the frontend and copies it into the .zip webapi deploy package. (zip) `
}` |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have created our own apiapp and webapp services. After the deployment, the chatbot shows up on api site. Seems like there is no file deployed into the webapp. The bot is working fine. It let me upload doc and answer our questions using the uploaded docs. We want to know if the front-end is supposed to be in the api? Did we make mistake in the setting?
When we looked into the Azure, we see no file for the webapp
We do see files for apiapp
This is a code in the main.bicep. Since we want to use the existing web/api services, we changed the name in the script.
Should we put the apiapp name or webapp name in here?
The Azure WebApp name is apiapp when the script was being run.
Please let us know if you have any ideas. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions