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
- Global Administrator or equivalent to approve enterprise application and SSO steps later
- Application Administrator (or delegated admin) for Entra ID enterprise app configuration
- Resource group creation rights in the target subscription
- Marketplace offer access for your organization (procurement may approve the plan first)
Where it happens
Deployment runs in your Azure subscription. It provisions the platform stack your organization will operate — controller portal, processing services, secrets storage, and supporting infrastructure. Names and regions follow the parameters you enter in the offer.
When deployment succeeds, record the controller portal URL and any onboarding outputs your cloud team needs for the next step.
See Azure services created for a diagram of typical resources.
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.
- Record outputs — save the controller portal URL and deployment notes.
Azure creates a resource group with App Services, database, storage, networking, Key Vault, and monitoring resources. Details vary by offer version — see Azure services created.
Step 2 — Configure enterprise application
In Microsoft Entra ID:
- Locate the AI Fabrix enterprise application created by deployment.
- Configure SSO per your identity standards (SAML or OIDC as shown in the offer documentation).
- Enable SCIM provisioning when your deployment includes automated user sync.
- Assign initial admin groups who will run tenant activation — not every employee on day one.
Step 3 — First login (emergency admin)
- Open the controller portal URL from deployment outputs.
- 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:
- Custom domain and TLS where required
- Capacity / scale preset for your pilot
- Firewall and private networking options per security review
- Confirm tenant reaches ACTIVE before integrators connect systems
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 and Role Assistants wait until tenant activation completes and developers complete Developer workstation setup.
What this shows: The admin path from marketplace deploy through identity setup, bootstrap login, tenant activation, and everyday SSO admin access.
What this is not: Integrator CLI steps or Role Assistant activation — those follow after tenant ACTIVE.
What done looks like
| Step | Outcome |
|---|---|
| Deploy | All resources Succeeded in Azure portal |
| Entra | Enterprise app SSO (and SCIM if used) configured |
| First login | Emergency password changed; break-glass documented |
| Tenant wizard | Tenant ACTIVE |
| Personal admin | Named admin signs in with SSO daily |
Capacity preset selection may continue in the tenant activation wizard — follow your offer's UI.
Validate
- Azure portal: deployment Succeeded
- Entra: enterprise application assignments include platform admins
- Browser: controller portal URL loads; SSO sign-in works for personal admin
- Tenant status: ACTIVE before integration work
Limits
Detailed Azure resource names and parameter labels vary by marketplace offer version.
Common mistakes
| Mistake | Fix |
|---|---|
| Skipping output URLs | Copy portal URL before closing the deploy blade |
| 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 |