Following examples show how to connect a bot to Facebook Messenger if it installed on Bot Framework Portal.
- https://learn.microsoft.com/en-us/bot-framework/channel-connect-facebook
- https://www.codeproject.com/Articles/1110201/Creating-A-Facebook-Bot-Using-Microsoft-Bot-Framew
But what if bot installed on Azure? What are my steps then? Where to take Callback URL and Verify Token values? How to connect correctly? Bot written on NodeJS and deployed as NodeJS Web App on Azure.