Skip to content

Commit d9fefb3

Browse files
committed
update setup
1 parent a794a89 commit d9fefb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/ai-foundry/includes/get-started-fdp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,12 @@ No installation is necessary to use the Azure AI Foundry portal.
104104
105105
1. [Install Node.js and Azure CLI](../how-to/develop/install-cli-sdk.md?pivots=programming-language-javascript)
106106
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).
108108
1. Install packages with `npm install`
109109
1. [!INCLUDE [find-endpoint](find-endpoint.md)]
110110
1. 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]

0 commit comments

Comments
 (0)