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/includes/create-project-fdp.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ ms.custom: include
18
18
* This project type gives you the best support for:
19
19
20
20
* Agents
21
-
* AI Model Inference including Azure Open AI
21
+
* AI Model Inference including Azure OpenAI
22
22
* AI Foundry API that works with agents and across models
23
23
* Project files (directly upload files and start experimenting)
24
24
* Evaluations
@@ -62,7 +62,7 @@ To create a [!INCLUDE [fdp-project-name](fdp-project-name.md)] in [Azure AI Foun
62
62
2. What you do next depends on where you are:
63
63
64
64
***If you don't have any existing projects**: Follow the steps in [Quickstart: Get started with Azure AI Foundry](../quickstarts/get-started-code.md) to create your first project.
65
-
65
+
66
66
***If you're in a project**: Select the project breadcrumb, then select **Create new resource**.
67
67
68
68
:::image type="content" source="../media/how-to/projects/create-new-resource.png" alt-text="Screenshot shows creating a new project from a breadcrumb.":::
@@ -119,7 +119,7 @@ To create a [!INCLUDE [fdp](../includes/fdp-project-name.md)]:
119
119
account_name=resource_name,
120
120
account={
121
121
"location": location,
122
-
"kind": "AI Foundry",
122
+
"kind": "AIServices",
123
123
"sku": {"name": "S0",},
124
124
"identity": {"type": "SystemAssigned"},
125
125
"properties": {"allowProjectManagement": True}
@@ -174,7 +174,7 @@ To create a [!INCLUDE [fdp](../includes/fdp-project-name.md)]:
0 commit comments