Enterprise Generative Search — Azure and Open Source · View 01 of 41 · Context and scope
Decisions
- Read-only against every source. The platform indexes and cites; corrections are routed back to the owning system as a task, never written by the search stack.
- Databricks governed tables are queried live and never indexed. A figure that can be computed correctly on demand should not be embedded and allowed to go stale.
- Downstream applications consume the same Answer API a person uses, carrying the caller's identity. There is no second, more permissive path for machines.
Assumptions
- Microsoft Entra ID is the single identity provider; every source system's permissions can be expressed as Entra object ids.
- 62,000 queries a day, peak 34 per second, 9,000 daily active users across 45,000 employees; 40 M documents and about 320 M chunks.
- SAP and other systems of record reach the platform through governed Databricks tables rather than by direct connection, which is why they are not on this page.
Out of scope
- Authoring, workflow and records management — the platform reads what those systems publish.
- Customer-facing external search; every consumer here is inside the tenant.
- Replacing the source systems' own search. This platform answers across them; it does not remove them.