pranavi
pranavi
i have tried both a windows app service and a linux app service as the hostname and the messaging endpoint of the azure bot and i get the same problem
@stevkan Regarding fixes 1 and 2: 1. Unfortunately, I have tried an empty string and I have screenshotted the error message in the initial post above. 2. I have my...
@stevkan Also I have exported my project from the Bot Framework Composer and published it to github so that I can deploy it on my Microsoft Web App > Deployment...
@stevkan For context, this is my first action regarding user.data in my BotName.dialog file { "$kind": "Microsoft.SetProperty", "$designer": { "id": "zVb1j6" }, "property": "user.data", "value": [ { "role": "user", "message":...
@stevkan When I restart the chat, it is supposed to send an Activity Greeting: server listening on port 8080 2024-08-02T07:28:03.2280750Z Terminated 2024-08-02T07:28:08.6482331Z [onTurnError] unhandled error DialogContextError: The clientSecret parameter is...
@stevkan what is the expected output that i should see on Log Stream (on verbose mode on Azure Web App portal) after 1) starting the web chat, 2) sending my...
@stevkan not sure what I changed (i only added and then removed npm install from the configurations on azure portal) but now for every restart it creates, starts and stops...
@stevkan When I run the Availability & Performance on the Azure Bot: Process Full List - This shows the list of all the processes running in your Linux instances. No...
@stevkan When I run the Availability & Performance on the Azure Bot: Process Full List - This shows the list of all the processes running in your Linux instances. No...
@dmvtech I actually published my bot through Github, so I got the zip file of my bot application and then pushed it onto github then on my azure web app...