We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23d6857 commit f38a460Copy full SHA for f38a460
articles/ai-foundry/includes/get-started-fdp.md
@@ -116,7 +116,7 @@ No installation is necessary to use the Azure AI Foundry portal.
116
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 the next command.
119
-1. Get a temporary access token. It will expire in 2 hours, you'll need to refresh after that.
+1. Get a temporary access token. It will expire in 60-90 minutes, you'll need to refresh after that.
120
121
```azurecli
122
az account get-access-token --scope https://ai.azure.com/.default
0 commit comments