I'm trying to find out how I can distribute an app with licenses for a group, preferably using Azure.
The flow I'm envisioning is an installer for the application only allows X number of users and has to verify this with a server somewhere, ie if a group has bought 100 copies of the software they are restricted to using only 100 installs.
Will Azure AD do this, or is this something that I would need to develop myself?

