Deploy AI Fabrix from the Azure Marketplace managed application. This creates the platform in your Azure subscription before the tenant activation wizard runs.
Prerequisites
- Azure subscription with permission to deploy marketplace offers
- Resource group creation rights in the target subscription
- Marketplace offer access for your organization (procurement may approve the plan first)
- Global Administrator (or equivalent) later, for Microsoft admin consent in the tenant activation wizard
- Application Administrator (or Cloud Application Administrator) later, if identity setup in the wizard requires it
Where it happens
Deployment runs in your Azure subscription. When it succeeds, open the controller portal (URL in Step 3), then continue to tenant activation. See Azure services created for what was provisioned, including the enterprise application.
Five-step admin flow
Step 1 — Marketplace deployment
- Open Azure Marketplace — find the AI Fabrix offer and start Create (or use your organization's private catalog).
- Choose subscription and region approved by your cloud team.
- Set deployment parameters — infrastructure name, admin contact, and sizing inputs shown in the offer.
- Review and deploy — wait until Azure reports deployment Succeeded with no failed resources. Typical time is about 20 minutes.
Azure creates a managed resource group (typically {name}-miso-rg). Details: Azure services created.
Step 2 — Enterprise application (automatic)
Azure creates the enterprise application automatically during Marketplace deployment. Do not open Entra ID to configure SSO, SCIM, or app assignments at this step. See Azure services created for names and typical resources. Everyday SSO consent is in the tenant activation wizard.
Step 3 — First login (emergency admin)
- Open the controller portal. Prefer the URL in deployment outputs. If you construct it, start from the managed resource group that ends in
-miso-rg: drop the-rgsuffix, then add-misobefore.azurewebsites.net.
Resource group acme-miso-rg → https://acme-miso-miso.azurewebsites.net
You can also open the -miso-rg resource group in Azure and browse the App Service named *-miso-miso.
- Sign in with the emergency
adminaccount provided in onboarding materials. - Change the mandatory password immediately and store credentials in your enterprise vault.
- Limit use of the emergency account to break-glass scenarios — personal SSO accounts replace it in Step 5.
The bootstrap admin account exists for first access only. Disable or restrict it after personal admin SSO accounts work. Do not share emergency credentials in chat or email.
Step 4 — Tenant activation wizard
Complete the tenant activation wizard until the tenant is ACTIVE (about 10 minutes). Do not start integrations before that. If sign-in fails after logout, wait about 20 minutes — services may still be installing and URLs can change.
Step 5 — Create personal admin user
- Create a named administrator account tied to corporate identity.
- Assign platform admin role through Entra group membership.
- Verify SSO sign-in succeeds for daily operations.
- Retire routine use of the emergency
adminaccount.
Integrations wait until activation completes. Developers then use Developer workstation setup.
What this shows: Marketplace deploy, automatic enterprise application, bootstrap login, tenant activation, then everyday SSO admin access.
What this is not: Integrator CLI or Role Assistant activation — those follow tenant ACTIVE. Manual Entra SSO is not an install step.
What done looks like
| Step | Outcome |
|---|---|
| Deploy | All resources Succeeded (~20 minutes); enterprise application created automatically |
| First login | Controller URL opens; emergency password changed; break-glass documented |
| Tenant wizard | Tenant ACTIVE (~10 minutes) |
| Personal admin | Named admin signs in with SSO daily |
Validate
- Azure portal: deployment Succeeded
- Browser: controller portal loads at
https://{name}-miso-miso.azurewebsites.netwhen the resource group is{name}-miso-rg - Tenant status: ACTIVE before integration work
- SSO sign-in works for the personal admin after the wizard
Limits
Detailed Azure resource names and parameter labels vary by marketplace offer version. Confirm the App Service name in your -miso-rg resource group if the URL pattern above does not match. Deploy (~20 minutes) and tenant activation (~10 minutes) times are typical, not guaranteed.
Common mistakes
| Mistake | Fix |
|---|---|
| Configuring Entra SSO by hand after deploy | Skip it — the enterprise application is created automatically; consent is in the tenant wizard |
| Skipping the controller URL | Use deployment outputs, or {resource-group without -rg}-miso.azurewebsites.net |
| Wrong subscription | Redeploy to approved subscription |
| Leaving emergency admin as daily login | Create SSO admin; restrict bootstrap account |
| Expecting live integrations | Complete tenant activation first |
| Retrying login immediately after logout | Wait about 20 minutes until backend services are up; URLs may have changed |