Skip to content

Commit 0c25f26

Browse files
committed
add link
1 parent ea726eb commit 0c25f26

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,8 @@ No installation is necessary to use the Azure AI Foundry portal.
114114
115115
# [REST API](#tab/rest)
116116
117-
1. [Install Azure CLI]()
117+
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.
118119
1. Get a temporary access token. It will expire in 2 hours, you'll need to refresh after that.
119120
120121
```cli
@@ -124,7 +125,7 @@ No installation is necessary to use the Azure AI Foundry portal.
124125
1. Save the results as the environment variable `AZURE_AI_AUTH_TOKEN`.
125126
126127
> [!TIP]
127-
> All the code in this article is at [GitHub Quickstart](https://github.com/azure-ai-foundry/foundry-samples/tree/main/samples/microsoft/REST/mslearn-resources/quickstart).
128+
> All the code in this article is at [GitHub Quickstart](https://github.com/azure-ai-foundry/foundry-samples/tree/main/samples/microsoft/RE/mslearn-resources/quickstart).
128129
129130
130131
---

0 commit comments

Comments
 (0)