Skip to content

Commit 7d5e300

Browse files
authored
Clarify Hub and Project definitions in README
1 parent dd560bf commit 7d5e300

1 file changed

Lines changed: 49 additions & 1 deletion

File tree

  • 0_Azure/3_AzureAI/AIFoundry/demos/2_AIFoundrySDLCStrategy

0_Azure/3_AzureAI/AIFoundry/demos/2_AIFoundrySDLCStrategy/README.md

Lines changed: 49 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ Last updated: 2025-07-17
1010

1111
----------
1212

13+
`Hub = shared, reusable, governed assets.`
14+
`Project = focused, goal-driven AI development.`
15+
1316
> [!NOTE]
1417
> If you require additional information on Cloud and the SDLC process, please visit this [repository](https://github.com/brown9804/CloudDevOps_LPath?tab=readme-ov-file#cloud-devops---learning-path). It contains content not only on SDLC but also on DevOps practices.
1518
@@ -28,12 +31,14 @@ Last updated: 2025-07-17
2831
- [Integrate prompt flow with DevOps for LLM-based applications](https://learn.microsoft.com/en-us/azure/machine-learning/prompt-flow/how-to-integrate-with-llm-app-devops?view=azureml-api-2&tabs=cli)
2932
- [GenAIOps with prompt flow and GitHub](https://learn.microsoft.com/en-us/azure/machine-learning/prompt-flow/how-to-end-to-end-llmops-with-prompt-flow?view=azureml-api-2)
3033
- [What is Azure AI Foundry?](https://learn.microsoft.com/en-us/azure/ai-foundry/what-is-azure-ai-foundry#which-type-of-project-do-i-need) - Which type of project do I need? Hub or Project
34+
- [Migrate from hub-based to Foundry projects](https://learn.microsoft.com/en-us/azure/ai-foundry/how-to/migrate-project?tabs=azure-ai-foundry) - From hub to project
3135

3236
</details>
3337

3438
<details>
3539
<summary><b>Table of Content </b> (Click to expand)</summary>
36-
40+
41+
- [Project vs Hub](#project-vs-hub)
3742
- [Overview](#overview)
3843
- [Demo](#demo)
3944
- [Create a Resource Group](#create-a-resource-group)
@@ -46,6 +51,49 @@ Last updated: 2025-07-17
4651

4752
</details>
4853

54+
## Project vs Hub
55+
56+
<details>
57+
<summary> Azure AI Foundry Hub</summary>
58+
59+
> **Use the Hub when you want to:**
60+
- Centralize and manage assets across multiple projects.
61+
- Share models, datasets, components, environments, and pipelines across teams.
62+
- Maintain governance and versioning of reusable AI assets.
63+
- Enable collaboration across different teams or departments.
64+
65+
> **What's in the Hub:**
66+
- Registries for models, datasets, environments, and components.
67+
- Version control and metadata tracking.
68+
- Access control and sharing settings.
69+
- Reusable templates and pipelines.
70+
71+
</details>
72+
73+
<details>
74+
<summary> Azure AI Foundry Project</summary>
75+
76+
> **Use the Project when you want to:**
77+
- Build and manage a specific AI solution or experiment.
78+
- Organize work around a single use case or business problem.
79+
- Track experiments, runs, and deployments for that solution.
80+
- Collaborate with a focused team on a defined goal.
81+
82+
> **What's in the Project:**
83+
- Experiments and runs (e.g., training jobs).
84+
- Linked assets from the Hub (models, datasets, etc.).
85+
- Deployment targets and endpoints.
86+
- Project-specific configurations and notebooks.
87+
88+
</details>
89+
90+
Click here to see detailed table about [Project vs Hub](https://learn.microsoft.com/en-us/azure/ai-foundry/what-is-azure-ai-foundry#which-type-of-project-do-i-need)
91+
92+
<img width="1579" height="732" alt="image" src="https://github.com/user-attachments/assets/42fdce9d-82d3-49e6-ba63-aeaad5b9d1af" />
93+
94+
From [Migrate from hub-based to Foundry projects](https://learn.microsoft.com/en-us/azure/ai-foundry/how-to/migrate-project?tabs=azure-ai-foundry)
95+
96+
4997
> [!IMPORTANT]
5098
> This overview provides an example of how to create an infrastructure that enables efficient and secure delivery of AI models into different solutions. By setting up AI Foundry with RBAC, using Azure API Management, and implementing monitoring and analytics, you can ensure your AI models are accessible, manageable, and perform well across different environments. Please ensure to adjust the infrastructure, networking, and other configurations as required. <br/>
5199
> 1. **Set Up Resource Group and AI Foundry Hub**: Create a centralized hub for managing your AI resources. <br/>

0 commit comments

Comments
 (0)