Intellus Accelerator · Technical Preview

Your Fabric tenant, read end to end, scored against best practice.

The Fabric Environment Agent connects with read only access, walks every workspace and every item, and writes a health report you can act on. Findings come with a severity, the exact item they fired on, and a draft remediation plan. It never changes anything in your tenant.

For Fabric admins and data architects Maturity Prototype Platform Microsoft Fabric
The problem

A Fabric tenant grows faster than anyone documents it

Workspaces get created for a proof of concept and never cleaned up. Semantic models drift from Direct Lake into Import without a decision being recorded. Capacity throttling shows up as "Power BI is slow" three months later. The evidence needed to answer "is this environment healthy?" is scattered across the admin portal, the Capacity Metrics app, and the settings of every single workspace. Nobody has time to walk that manually, so the review happens after the incident instead of before it.

🗂️

No single inventory

Counting workspaces, lakehouses, warehouses, notebooks, pipelines and semantic models with their owners means clicking through the portal or writing throwaway API scripts each time. The answer is stale the day after you produce it.

🧠

Best practice lives in people's heads

Naming conventions, workspace roles versus Entra groups, dev/test/prod separation, Git integration on every code item, sensitivity labels on anything leaving OneLake. Everyone agrees these matter, nobody checks them systematically, and new joiners cannot tell which rules are real.

📉

Capacity problems land too late

Interactive delays, background rejections and smoothing overruns sit in the metrics data, but only if someone opens the app, knows which visual to trust, and correlates the spike back to the workspace and item that caused it.

How it works

Collect, score, explain, propose. A human still decides what gets fixed.

The agent enumerates the tenant through the Fabric and Power BI admin APIs, lands everything in a lakehouse as a dated snapshot, runs a versioned rule set over it, and turns the raw findings into a readable narrative. An architect reviews the output before it reaches a client, because a rule that says "this workspace has no Git integration" is correct in general and wrong for the data science sandbox.

1

Full tenant inventory

Enumerates workspaces, capacities, domains, lakehouses, warehouses, semantic models, reports, notebooks, pipelines, dataflows, eventhouses and shortcuts, with owner, dates and workspace role assignments, written to a lakehouse as a versioned snapshot.

2

Best practice rule engine

Declarative checks versioned in YAML, so a client specific set can be forked without touching code. Orphaned workspaces, personal workspaces holding production content, missing Git integration, direct user assignments instead of Entra groups, Import models where Direct Lake would fit.

3

Capacity and cost signals

Pulls capacity metrics to flag sustained CU pressure, throttling and rejection events, and background operation overruns, then attributes them back to the workspace and item that generated the load.

4

Drift detection between runs

Because snapshots are dated, the second run answers a more useful question than the first: what changed, what got worse, and which findings from last quarter were actually closed.

5

Narrative report generation

Emits Markdown and HTML alongside a machine readable JSON findings file. Executive summary for the sponsor, findings grouped by theme and ranked by severity, plus a draft remediation backlog that pastes into Azure DevOps or Jira.

6

Read only by design

The service principal needs tenant read and capacity read scopes only. No write permission is requested, so the agent cannot modify or delete anything in the tenant it is assessing.

Built on

Fabric is both the target and the host

The agent runs as Fabric notebooks orchestrated by a data pipeline, writing Delta to a lakehouse and surfacing results through a semantic model and a Power BI report. Collection uses the Fabric REST APIs, the admin scanner and activity events APIs, and the Fabric CLI where it beats raw REST. Authentication is an Entra service principal with read scopes, secrets in Key Vault. The narrative layer runs on structured findings only, never on raw tenant content.

Microsoft Fabric Fabric Notebooks Data Pipelines Lakehouse & Delta Fabric REST API Power BI Admin API Admin Scanner API Fabric CLI Python YAML rule sets Microsoft Entra ID Azure Key Vault Azure OpenAI / Claude Power BI Microsoft Purview Azure DevOps / GitHub Azure Monitor

Find out what is actually in your tenant

If you run a Fabric tenant that grew faster than its documentation, request an assessment. We point the agent at a read only service principal, run the collection, and walk you through the findings in a working session. You keep the report, the JSON findings and the inventory snapshot regardless of whether anything follows.