Forum Discussion
dim94
Apr 18, 2025Copper Contributor
azure bot services
Hi All, I've built an AI app using using azure open ai and python code. It connects to fabric warehouse and answer sql questions. The app is running fine in web through azure container. Now I want t...
ml4u
May 06, 2025Brass Contributor
To troubleshoot the issue with Azure Bot Services integration, ensure the Bot Framework Adapter in your Python code is configured correctly with the necessary credentials. Check for any network restrictions, such as CORS policies or firewall rules, that might be affecting the connection. Verify the Direct Line channel's secret key and ensure it matches the client-side implementation. Utilize diagnostic tools like Application Insights and container logs to identify any errors. Conduct systematic testing using Azure's native Web Chat interface before custom embedding to isolate configuration issues.