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/get-started-fdp.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -118,14 +118,14 @@ No installation is necessary to use the Azure AI Foundry portal.
118
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.
119
119
1. Get a temporary access token. It will expire in 2 hours, you'll need to refresh after that.
120
120
121
-
```cli
121
+
```azurecli
122
122
az account get-access-token --scope https://ai.azure.com/.default
123
123
```
124
124
125
125
1. Save the results as the environment variable `AZURE_AI_AUTH_TOKEN`.
126
126
127
127
> [!TIP]
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).
128
+
> 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).
129
129
130
130
131
131
---
@@ -164,7 +164,7 @@ Substitute your value for the endpoint in this code:
0 commit comments