Forum Discussion
BarneyGood
Jan 11, 2023Copper Contributor
Teamsfx bot deployment
Hello, I developped a notification bot for teams using Pernille-Eskebo/teamsfx package, Azure AD and the dev bot framework following that guide: https://learn.microsoft.com/en-us/microsoftteams/...
John_Miller
Microsoft
Feb 01, 2023There's nothing in the Bot Framework dev portal that limits the messaging API to be for ngrok only. However, when you change it to point to your production node application, it needs to be able to receive (publicly available, etc.)
I believe the account thing is because Azure Bot Service requires an Azure account which requires a subscription - even if that's the Pay as you go option for something that's free. However, you don't need to use Azure Bot Service for this. I suspect something about the production infrastructure is blocking the request.
I believe the account thing is because Azure Bot Service requires an Azure account which requires a subscription - even if that's the Pay as you go option for something that's free. However, you don't need to use Azure Bot Service for this. I suspect something about the production infrastructure is blocking the request.