Skip to content

Commit f411187

Browse files
committed
fix errors
1 parent 2c653b9 commit f411187

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

articles/ai-foundry/includes/create-project-fdp.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.custom: include
1818
* This project type gives you the best support for:
1919

2020
* Agents
21-
* AI Model Inference including Azure Open AI
21+
* AI Model Inference including Azure OpenAI
2222
* AI Foundry API that works with agents and across models
2323
* Project files (directly upload files and start experimenting)
2424
* Evaluations
@@ -62,7 +62,7 @@ To create a [!INCLUDE [fdp-project-name](fdp-project-name.md)] in [Azure AI Foun
6262
2. What you do next depends on where you are:
6363

6464
* **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+
6666
* **If you're in a project**: Select the project breadcrumb, then select **Create new resource**.
6767

6868
:::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)]:
119119
account_name=resource_name,
120120
account={
121121
"location": location,
122-
"kind": "AI Foundry",
122+
"kind": "AIServices",
123123
"sku": {"name": "S0",},
124124
"identity": {"type": "SystemAssigned"},
125125
"properties": {"allowProjectManagement": True}
@@ -174,7 +174,7 @@ To create a [!INCLUDE [fdp](../includes/fdp-project-name.md)]:
174174
[!INCLUDE [cli-create-project](cli-create-project.md)]
175175
-->
176176

177-
CLI comannds not currently available for creating a [!INCLUDE [fdp-project-name](fdp-project-name.md)].
177+
CLI commands not currently available for creating a [!INCLUDE [fdp-project-name](fdp-project-name.md)].
178178

179179
---
180180

articles/ai-foundry/includes/create-second-fdp-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Your first project (default project) plays a special role and has access to more
7272
az cognitiveservices account project create --resource-group {my_resource_group} --name {my_project_name} --account-name {foundry_resource_name}
7373
```
7474
-->
75-
CLI comannds not currently available for creating a [!INCLUDE [fdp-project-name](fdp-project-name.md)].
75+
CLI commands not currently available for creating a [!INCLUDE [fdp-project-name](fdp-project-name.md)].
7676

7777
---
7878

articles/ai-foundry/includes/get-started-fdp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Agents have powerful capabilities through the use of tools. Start by chatting wi
133133
134134
# [Azure AI Foundry portal](#tab/azure-ai-foundry)
135135
136-
After the preceeding steps, you're now in the agents playground.
136+
After the preceding steps, you're now in the agents playground.
137137
138138
1. Add instructions, such as, "You are a helpful writing assistant."
139139
1. Start chatting with your agent, for example, "Write me a poem about flowers."

0 commit comments

Comments
 (0)