Skip to content

Commit 606ca3d

Browse files
committed
fix blocking issues
1 parent 0fa28e3 commit 606ca3d

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

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

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -88,31 +88,31 @@ Most Azure AI Foundry users already have an 'AI Foundry' (formerly called 'AI Se
8888
8989
# [Azure AI Foundry portal](#tab/azure-ai-foundry)
9090

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.
9595

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

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.
9999

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

102102
# [Azure portal](#tab/azure)
103103

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.')
106106

107107
:::image type="content" source="../media/migrate-project/resource-azure-portal.png" alt-text="Screenshot of Azure AI Foundry resource in Azure portal.":::
108108

109-
- Follow the link to open the Foundry resource overview page.
109+
1. Follow the link to open the Foundry resource overview page.
110110

111111
# [Bicep](#tab/bicep)
112112

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.
114114

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.
116116

117117
---
118118

@@ -130,7 +130,7 @@ You can create a new project in one of two ways:
130130
1. Select **Overview** under the **Resource** section.
131131
1. Select **New project** to create a project in this resource. This will create a [!INCLUDE [fdp-project-name](../includes/fdp-project-name.md)].
132132

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

135135
1. Once the project is created, in the left pane, select **Go to project**.
136136

@@ -139,7 +139,7 @@ You can create a new project in one of two ways:
139139
1. In the left pane, select **Agents**
140140
1. Since the resource doesn't yet have a project, you are prompted to create one.
141141

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

144144
# [Azure portal](#tab/azure)
145145

@@ -232,7 +232,7 @@ There are some reasons you might want to keep hubs and [!INCLUDE [hub-project-na
232232
1. Select **Delete** to delete the hub and all its associated projects.
233233

234234
> [!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.
236236

237237
# [Bicep](#tab/bicep)
238238

9.74 KB
Loading

0 commit comments

Comments
 (0)