You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 0_Azure/3_AzureAI/AIFoundry/demos/2_AIFoundrySDLCStrategy/README.md
+49-1Lines changed: 49 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,9 @@ Last updated: 2025-07-17
10
10
11
11
----------
12
12
13
+
`Hub = shared, reusable, governed assets.`
14
+
`Project = focused, goal-driven AI development.`
15
+
13
16
> [!NOTE]
14
17
> 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.
15
18
@@ -28,12 +31,14 @@ Last updated: 2025-07-17
28
31
-[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)
29
32
-[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)
30
33
-[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
31
35
32
36
</details>
33
37
34
38
<details>
35
39
<summary><b>Table of Content </b> (Click to expand)</summary>
36
-
40
+
41
+
-[Project vs Hub](#project-vs-hub)
37
42
-[Overview](#overview)
38
43
-[Demo](#demo)
39
44
-[Create a Resource Group](#create-a-resource-group)
@@ -46,6 +51,49 @@ Last updated: 2025-07-17
46
51
47
52
</details>
48
53
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)
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
+
49
97
> [!IMPORTANT]
50
98
> 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/>
51
99
> 1.**Set Up Resource Group and AI Foundry Hub**: Create a centralized hub for managing your AI resources. <br/>
0 commit comments