Replies: 1 comment 1 reply
-
In case anyone has the same issue:
Hope this helps! |
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
-
Hi all,
I recently deployed an Azure OpenAI web app and I want to customize the frontend. Therefore, I have connected the web app to a branch in the DevOps repo (cloned the sample app repo) and I manually run the AZD commands to build the frontend in VSCode. After this I deploy the web app in the deployment center.
Preferably, I would like to create an Azure DevOps pipeline that starts the deployment (and if possible build) process once a commit is made to a branch (e.g. "main"). I have tried various YAML configurations, but for some reason nothing seems to work as intended. Who has managed to get this to work and willing to share their azure-pipelines.yml file?
Many thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions