Skip to content

Commit c633350

Browse files
committed
add explanation and switch to svg
1 parent 00d583c commit c633350

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

articles/ai-foundry/how-to/migrate-project.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Foundry projects are designed to unify and simplify the composition of developer
2727

2828
Previously, AI Foundry project's capabilities required the management of multiple Azure resources and SDKs for workflows in the backend to compose these components.
2929

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.":::
3131

3232
New capabilities include:
3333

@@ -46,11 +46,16 @@ New capabilities include:
4646

4747
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:
4848

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.
5151
1. (optional) [Recreate connections](#recreate-connections)
5252
1. (optional) [Migrate agents](#migrate-agents)
5353

54+
55+
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+
5459
What can you take forward to the new project type?
5560

5661
- Model deployments
@@ -64,12 +69,13 @@ Limitations:
6469
- 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.
6570
- Open-source model deployments aren't currently supported in Foundry projects.
6671

72+
6773
## <a name="locate"></a> 1. Locate your existing AI Foundry resource
6874

6975
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.
7076

7177
> [!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).
7379
7480
# [Azure AI Foundry portal](#tab/azure-ai-foundry)
7581

articles/ai-foundry/media/migrate-project/project-structure.svg

Lines changed: 1 addition & 0 deletions
Loading

articles/ai-foundry/media/migrate-project/upgrade.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)