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: articles/ai-foundry/how-to/migrate-project.md
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ Foundry projects are designed to unify and simplify the composition of developer
27
27
28
28
Previously, AI Foundry project's capabilities required the management of multiple Azure resources and SDKs for workflows in the backend to compose these components.
29
29
30
-
:::image type="content" source="../media/migrate-project/project-structure.png" alt-text="Screenshot of a diagram showing Azure AI Foundry architecture.":::
30
+
:::image type="content" source="../media/migrate-project/project-structure.svg" alt-text="Screenshot of a diagram showing Azure AI Foundry architecture.":::
31
31
32
32
New capabilities include:
33
33
@@ -46,11 +46,16 @@ New capabilities include:
46
46
47
47
In the following sections, we walk step-by-step by how you can move from [!INCLUDE [hub-project-name](../includes/hub-project-name.md)]s to [!INCLUDE [fdp-project-name](../includes/fdp-project-name.md)]s:
48
48
49
-
1.[Locate your existing AI Foundry resource)(#locate)
50
-
1.[Create a project](#create-project)
49
+
1.[Locate your existing AI Foundry resource](#locate)
50
+
1.[Create a project](#create-project) on the AI resource.
You'll use the AI Foundry Models resource from your [!INCLUDE [hub-project-name](../includes/hub-project-name.md)] to create new [!INCLUDE [fdp-project-name](../includes/fdp-project-name.md)]s.
56
+
57
+
:::image type="content" source="../media/migrate-project/upgrade.svg" alt-text="Screenshot shows the upgrade path from hub based to Foundry project types.":::
58
+
54
59
What can you take forward to the new project type?
55
60
56
61
- Model deployments
@@ -64,12 +69,13 @@ Limitations:
64
69
- Your Preview Agent's state, including messages, thread, and files can't be moved. However, you can recreate your agent using code in your new project.
65
70
- Open-source model deployments aren't currently supported in Foundry projects.
66
71
72
+
67
73
## <aname="locate"></a> 1. Locate your existing AI Foundry resource
68
74
69
75
Most Azure AI Foundry users already have an 'AI Foundry' (formerly called 'AI Services') resource, which was previously created alongside your hub-based project to access model deployments.
70
76
71
77
> [!NOTE]
72
-
> If you don't have an existing AI Foundry resource, most common because your hub was using Azure OpenAI for accessing model deployments, you must [create a new AI Foundry resource first](./create-azure-ai-resource.md). You can [connect](./connections-add.md) your existing Azure OpenAI resource for continued access to existing model deployments. Other configuration steps apply for use with Agent service. See details in [Create a project to build with agents (Bicep)](#create-project&tabs=bicep) and [Agent standard setup](../agents/concepts/standard-agent-setup.md).
78
+
> If you don't have an existing AI Foundry resource, most common because your hub was using Azure OpenAI for accessing model deployments, you must [create a new AI Foundry resource first](./create-azure-ai-resource.md). You can [connect](./connections-add.md) your existing Azure OpenAI resource for continued access to existing model deployments. Other configuration steps apply for use with Agent service. See details in [Create a project to build with agents (Bicep)](#create-project) and [Agent standard setup](../agents/concepts/standard-agent-setup.md).
73
79
74
80
# [Azure AI Foundry portal](#tab/azure-ai-foundry)
0 commit comments