Develop MS Teams app without using Azure

Copper Contributor

Is it possible to register and host the bot in AWS which will run in MS Teams and I want the bot to be totally independent of the Azure bot framework.

I would like to implement MS Teams application with zero dependency of Azure.

* I need below features to be implemented

  1.  Bot Commands
  2. Office 365 Connector
  3. Dynamic Teams(Channels) Creation
  4. Connectivity with the 3rd party application
2 Replies

@Harsh_Srivastava Yes, it is possible to host the bot on Azure. But you will need to register the Bot using Azure Bot framework. And if you want to make use of Graph API then you will need a microsoft app.

@Gousia_Begum 

He ask WITHOUT Azure is it possible to add my applications in teams without using Azure?