Tutorial: AI Foundry hub editor¶
CSA Loom
ai-foundry-hubeditor — verified working against a live console by the UAT harness on 2026-07-01.
Open the editor¶
- Sign in to your CSA Loom Console (for example
https://<your-console-host>). - Open or create a workspace from the Workspaces page.
- Click + New item and choose AI Foundry hub from the catalog.
- The editor opens at
/items/ai-foundry-hub/<id>:
What this editor does¶
An AI Foundry hub is an Azure AI Foundry hub workspace (Microsoft.MachineLearningServices/workspaces kind=Hub) — connections, models, online endpoints, computes, datastores, and jobs. In Loom it is the shared parent for projects, prompt flows, and evaluations.
Getting started¶
- Connect models — Add connections to Azure OpenAI, the Foundry catalog, or your own endpoints.
- Create a project — Spin up an AI Foundry project under the hub that inherits its connections and datastores.
- Build a prompt flow — Chain retrieval, LLM, and post-processing nodes in a prompt flow.
- Evaluate before deploy — Run evaluations on a curated test set before promoting a deployment.
Learn more¶
- Microsoft Learn reference: https://learn.microsoft.com/azure/ai-studio/concepts/architecture
Verified by the UAT harness¶
- Tested at:
2026-05-26T13:54:17.624Z - Verdict: A (renders cleanly, real backend responded)
- Test source:
apps/fiab-console/e2e/editors.uat.ts
