Today I’m happy to share a new open source solution (located here) I’ve been working on for provisioning Microsoft Teams. The solution is based on Azure Functions which communicate with Microsoft Flow (or really anything) using Azure queues. This allows a Flow, PowerApps, or Logic Apps developer to use whatever logic they wish and, when a Team is to be created, queue a message to an Azure Function which will do the work.
This is Part 1 of a five-part series:
- Solution Overview (this post)
- Installing the solution
- Building a Flow for the solution
- Looking at the code
- A Change in Direction
