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.
104
104
105
105
1. [Install Node.js and Azure CLI](../how-to/develop/install-cli-sdk.md?pivots=programming-language-javascript)
106
106
1. 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).
108
108
1. Install packages with `npm install`
109
109
1. [!INCLUDE [find-endpoint](find-endpoint.md)]
110
110
1. Set these environment variables to use in your scripts:
111
111
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":::
113
113
114
114
115
115
> [!NOTE]
You can’t perform that action at this time.
0 commit comments