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
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
119
1. Get a temporary access token. It will expire in 2 hours, you'll need to refresh after that.
119
120
120
121
```cli
@@ -124,7 +125,7 @@ No installation is necessary to use the Azure AI Foundry portal.
124
125
1. Save the results as the environment variable `AZURE_AI_AUTH_TOKEN`.
125
126
126
127
> [!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).
0 commit comments