Microsoft Teams
A Microsoft customizable chat-based workspace.
9,970 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi, when using an Azure Load Balancer, what should my bot messaging endpoint be? How does the Azure Load Balancer affect the endpoint? Do I need to include the port?
myloadbalancer.azure.com
and your bot's messaging endpoint is /api/messages
, your full endpoint would be https://myloadbalancer.azure.com/api/messages
.https://myloadbalancer.azure.com:8080/api/messages
Document Link-https://learn.microsoft.com/en-us/azure/bot-service/bot-service-overview?view=azure-bot-service-4.0