Hi there Manuel Digeronimo
Thanks for using QandA platform
First, make sure that your Azure Bot Service is connected to your internal network using Azure VNet integration, Azure Private Link, or a VPN Gateway.
Next, DNS resolution needs to be properly configured, so the internal endpoint is accessible within Azure. If you’re using a custom domain, you might need to configure DNS forwarding within Azure.
Mkae sure your internal certificate**, issued by your internal CA, is trusted by Azure**. You can upload your root certificate to Azure using App Service Certificates or Azure Key Vault for SSL/TLS communication. also Make sure your Bot Service's outbound IPs are whitelisted in your firewall rules, as outlined in azure IP ranges.
Finally, make sure that the message endpoint in your Bot Service configuration matches the internal API's URL and that the correct authentication settings are in place.
Find the links to documentations below if any additional info is needed.
https://learn.microsoft.com/en-us/azure/app-service/configure-ssl-certificate?tabs=apex%2CRBAC
https://learn.microsoft.com/en-us/azure/virtual-network/service-tags-overview
If this helps kindly accept the answer thanks much.