Re: Is it possible to dynamically provision a Power Apps license?
Hi @dehmos27 ,
Do you want to assign users license automatically after you add them in an azure group?
Yes, this is possible.
You just need to assign license for an azure group. All the members in this group will be assigned with these licenses automatically.
However, office365 groups connector is not supported to create group or assign license in powerapps.
You need to do these in azure admin center:
https://portal.azure.com
Here are the steps:
1)create an azure group in azure admin center

2)assign this group with the licenses that you want users in this group have

3)Then all the users added in this group will be assigned with these licenses automatically.
You could ass members to this group in azure admin center.
You could also add members to this group in powerapps by using office365 groups connector.
Formula like this:
Office365Groups.AddMemberToGroup(groupid,userupn)
Please notice that it needs some time to assign licenses for group and users.
After you assign licenses, wait some moment and then refresh the page , check users' licenses.
Best regards,