Malte Martienßen
I have deployed a Playground Chat to a Web App and I know how to create an Endpoint and that I can get a code snippet in the 'Consume' tab, but I don't know how to get that code snippet into my app, because I don't know how to edit the webpage code. Can you tell me how to do this? In the "Azure" tab in the VS code expansion, I can find the web app, but the 'files' don't seem to be the web app files.
If you want to do any customization, I would highly recommend you to use the source code of the deployed web application to prevent any unwanted issues.
Refer to this page for the web app customization.
However, you can try checking the Kudu console if you can leverage it do any changes to the published code.
Do let me know if you have any further queries.