-
Notifications
You must be signed in to change notification settings - Fork 300
Description
- VS Studio Code 1.106.3
- Agent Toolkit extension version 6.4.1
- Sample large-scale-notification
I am following the minimal steps to success for this sample. I have successfully provisioned the resources and published the packages. No errors reported in the outputs, and I confirmed that the resource deployment in Azure was also fully successful based on the logs.
However I still can't get the bare notification endpoint to work. The instructions are:
-Visit https://{BOT_FUNCTION_ENDPOINT}/api/notification in browser. This will trigger the function to send notifications.
-Check the link of statusQueryGetUri in returned json object, it reflects the sending status of this invocation.
The bot_function_endpoint is correct (same as in .env.dev and the Function app endpoint). However whether I open this link in the browser or make a POST request, I get a 404 error.