File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
articles/ai-foundry/includes Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -104,12 +104,12 @@ No installation is necessary to use the Azure AI Foundry portal.
104104
1051051. [Install Node.js and Azure CLI](../how-to/develop/install-cli-sdk.md?pivots=programming-language-javascript)
1061061. Make sure to sign in using the CLI `az login` (or `az login --use-device-code`) command to authenticate before running your JavaScript scripts.
107- 1. Download [package.json](https://github.com/azure-ai-foundry/foundry-samples/blob/main/samples/microsoft/javascript /mslearn-resources/quickstart/package.json).
107+ 1. Download [package.json](https://github.com/azure-ai-foundry/foundry-samples/blob/main/samples/microsoft/typescript /mslearn-resources/quickstart/package.json).
1081081. Install packages with `npm install`
1091091. [!INCLUDE [find-endpoint](find-endpoint.md)]
1101101. Set these environment variables to use in your scripts:
111111
112- :::code language="plaintext" source="~/foundry-samples-main/samples/microsoft/javascript /mslearn-resources/quickstart/.env.template":::
112+ :::code language="plaintext" source="~/foundry-samples-main/samples/microsoft/typescript /mslearn-resources/quickstart/.env.template":::
113113
114114
115115> [!NOTE]
You can’t perform that action at this time.
0 commit comments