Forum Discussion
Deleted
Jan 10, 2020Provisioning of Teams (Office365 Groups) via Azure Functions, Power Apps and Power Automate
There are a couple of very good tech articles around which describe the process of provisioning Office365 groups with the above mentioned tools. So I'm not worried about creating such a workflow.
Is it possible to deny the necessity of an Azure AD Premium Plan (for naming conventions) as a nice additional benefit? I think suffix/prefix topics can be solved within the Azure Function, this should actually be possible?
What do you think guys?
3 Replies
- Using Office 365 Groups naming policies require "Azure Active Directory Premium P1 license or Azure AD Basic EDU license for each unique user (including guests)" as mentioned in the documentation here https://docs.microsoft.com/en-us/office365/admin/create-groups/groups-naming-policy?view=o365-worldwide#licensing-requirements
- However, how you name a Team is what you can choose, so automating the creation process also allows you to implement a naming convention in your favor or how you would like to have it.
- Thomas_SteiblBrass ContributorAwesome. Thanks a lot. That could become a very nice solution.
- Thomas_SteiblBrass Contributor
Can anyone provide some good resources for creating a Power App or a Bot for Microsoft Teams governance?
Thanks in advance.