I have to implement a hybrid model of application on Azure, where
- a few (20%) of the clients will have dedicated instances
- others (80%) will be based on Multi-tenant (shared) model.
What approach should I take in terms of
- Azure AD (Different AAD Tenants?) - Should i have different sunbscription for each client? As i read that a single subscription can be linked to only 1 Azure AD Tenant.
- VNETs
- App Service
- Logic Apps -Service Bus?
Any help will be highly appreciated.