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
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,31 +88,31 @@ Most Azure AI Foundry users already have an 'AI Foundry' (formerly called 'AI Se
88
88
89
89
# [Azure AI Foundry portal](#tab/azure-ai-foundry)
90
90
91
-
- In [Azure AI Foundry portal](https://ai.azure.com), open your [!INCLUDE [hub-project-name](../includes/hub-project-name.md)].
92
-
- In the left pane, select **Management center**.
93
-
- Select **Connected resources** under the **Hub** section.
94
-
- Find the **AI Foundry models** connection, and select the link to view its details.
91
+
1. In [Azure AI Foundry portal](https://ai.azure.com), open your [!INCLUDE [hub-project-name](../includes/hub-project-name.md)].
92
+
1. In the left pane, select **Management center**.
93
+
1. Select **Connected resources** under the **Hub** section.
94
+
1. Find the **AI Foundry models** connection, and select the link to view its details.
95
95
96
-
:::image type="content" source="../media/migrate-project/find-resource.png" alt-text="Screenshot of AI Foundry connection details.":::
96
+
:::image type="content" source="../media/migrate-project/find-resource.png" alt-text="Screenshot of AI Foundry connection details.":::
97
97
98
-
- Follow the link in the connection details to open your Foundry resource overview page.
98
+
1. Follow the link in the connection details to open your Foundry resource overview page.
99
99
100
-
:::image type="content" source="../media/migrate-project/resource-details.png" alt-text="Screenshot of Foundry resource in management center.":::
100
+
:::image type="content" source="../media/migrate-project/resource-details.png" alt-text="Screenshot of Foundry resource in management center.":::
101
101
102
102
# [Azure portal](#tab/azure)
103
103
104
-
- In [Azure portal](https://portal.azure.com), select the resource group that contains your [!INCLUDE [hub-project-name](../includes/hub-project-name.md)].
105
-
- Locate your resource with 'Azure AI Foundry' resource type. (This resource type used to be shown as 'AI Services.')
104
+
1. In [Azure portal](https://portal.azure.com), select the resource group that contains your [!INCLUDE [hub-project-name](../includes/hub-project-name.md)].
105
+
1. Locate your resource with 'Azure AI Foundry' resource type. (This resource type used to be shown as 'AI Services.')
106
106
107
107
:::image type="content" source="../media/migrate-project/resource-azure-portal.png" alt-text="Screenshot of Azure AI Foundry resource in Azure portal.":::
108
108
109
-
- Follow the link to open the Foundry resource overview page.
109
+
1. Follow the link to open the Foundry resource overview page.
110
110
111
111
# [Bicep](#tab/bicep)
112
112
113
-
- If you use infrastructure-as-code templates such as Bicep (or Azure Resource Manager template, or Terraform), your template typically contains multiple Azure resources.
113
+
1. If you use infrastructure-as-code templates such as Bicep (or Azure Resource Manager template, or Terraform), your template typically contains multiple Azure resources.
114
114
115
-
- Locate the resource of the *type CognitiveServices/account/kind=AIServices*. This resource is your 'AI Foundry resource,' as it's displayed in Azure AI Foundry portal or Azure portal.
115
+
1. Locate the resource of the *type CognitiveServices/account/kind=AIServices*. This resource is your 'AI Foundry resource,' as it's displayed in Azure AI Foundry portal or Azure portal.
116
116
117
117
---
118
118
@@ -130,7 +130,7 @@ You can create a new project in one of two ways:
130
130
1. Select **Overview** under the **Resource** section.
131
131
1. Select **New project** to create a project in this resource. This will create a [!INCLUDE [fdp-project-name](../includes/fdp-project-name.md)].
132
132
133
-
:::image type="content" source="../media/migrate-project/create-project.png" alt-text="Screenshot of creating a project in management center.":::
133
+
:::image type="content" source="../media/migrate-project/create-project.png" alt-text="Screenshot of creating a project in management center.":::
134
134
135
135
1. Once the project is created, in the left pane, select **Go to project**.
136
136
@@ -139,7 +139,7 @@ You can create a new project in one of two ways:
139
139
1. In the left pane, select **Agents**
140
140
1. Since the resource doesn't yet have a project, you are prompted to create one.
141
141
142
-
:::image type="content" source="../media/migrate-project/create-from-agent.png" alt-text="Screenshot of Agents tab prompting to create a new Foundry project.":::
142
+
:::image type="content" source="../media/migrate-project/create-from-agent.png" alt-text="Screenshot of Agents tab prompting to create a new Foundry project.":::
143
143
144
144
# [Azure portal](#tab/azure)
145
145
@@ -232,7 +232,7 @@ There are some reasons you might want to keep hubs and [!INCLUDE [hub-project-na
232
232
1. Select **Delete** to delete the hub andall its associated projects.
233
233
234
234
> [!CAUTION]
235
-
> Make sure you don't delete the Azure AI Foundry (AI Services) resource, since this is contains your existing deployments, files, fine-tuning jobs, and going forward will manage your Foundry projects.
235
+
> Make sure you don't delete the Azure AI Foundry (AI Services) resource, since this contains your existing deployments, files, fine-tuning jobs, and going forward will manage your Foundry projects.
0 commit comments