Skip to content

Commit 65bcf4e

Browse files
committed
fix copy/paste errors
1 parent c44a444 commit 65bcf4e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ No installation is necessary to use the Azure AI Foundry portal.
115115
# [REST API](#tab/rest)
116116
117117
1. [Install Azure CLI](../how-to/develop/install-cli-sdk.md#installs)
118-
1. Make sure to sign in using the CLI `az login` (or `az login --use-device-code`) command to authenticate before running your C# scripts.
118+
1. Make sure to sign in using the CLI `az login` (or `az login --use-device-code`) command to authenticate before running the next command.
119119
1. Get a temporary access token. It will expire in 2 hours, you'll need to refresh after that.
120120
121121
```azurecli
@@ -164,6 +164,8 @@ Substitute your value for the endpoint in this code:
164164
165165
# [REST API](#tab/rest)
166166
167+
Replace `YOUR-FOUNDRY-RESOURCE-NAME` and `YOUR-PROJECT-NAME` with your values:
168+
167169
:::code language="console" source="~/foundry-samples/samples/microsoft/REST/mslearn-resources/quickstart/quickstart.sh" id="chat_completion":::
168170
169171
---
@@ -200,7 +202,7 @@ Agents allow more powerful capabilities through the use of tools. First, let's w
200202
201203
# [REST API](#tab/rest)
202204
203-
Replace `your-foundry-resource-name` with the AI Foundry resource name created with your project.
205+
Replace `your-foundry-resource-name` and `YOUR-PROJECT-NAME` with your values:
204206
205207
:::code language="console" source="~/foundry-samples/samples/microsoft/REST/mslearn-resources/quickstart/quickstart.sh" id="create_and_run_agent":::
206208

0 commit comments

Comments
 (0)