How to send requests to the azure bot service using private endpoint when using node.js botbuilder library?
I am using “botbuilder” library to connect to my azure bot. My azure bot has an active Teams channel. I want to disable public access to my bot service so I created a private endpoint and disabled public access for the azure bot. How do I need to change the BotFrameworkAdapter configuration in my node.js application for my application to use the private endpoint FQDN instead of bot service public url.