Skip to content

Commit d70e0d3

Browse files
committed
add environment variables
1 parent 9238b85 commit d70e0d3

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ No installation is necessary to use the Azure AI Foundry portal.
4444
```
4545
pip install openai azure-ai-projects azure-identity
4646
```
47+
4748
1. Make sure to sign in using the CLI `az login` (or `az login --use-device-code`) command to authenticate before running your Python scripts.
4849
4950
> [!TIP]
@@ -52,6 +53,10 @@ No installation is necessary to use the Azure AI Foundry portal.
5253
# [Java](#tab/java)
5354
5455
1. [Install Java and Azure CLI](../how-to/develop/install-cli-sdk.md?pivots=programming-language-java).
56+
1. Set these environment variables to use in your scripts:
57+
58+
:::code language="txt" source=" source="~/foundry-samples/samples/microsoft/java/mslearn-resources/quickstart/.env.template:::
59+
5560
1. Make sure to sign in using the CLI `az login` (or `az login --use-device-code`) command to authenticate before running your Java scripts.
5661
5762
> [!TIP]
@@ -63,6 +68,10 @@ No installation is necessary to use the Azure AI Foundry portal.
6368
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.
6469
1. Download [package.json](https://github.com/azure-ai-foundry/foundry-samples/blob/main/samples/microsoft/javascript/mslearn-resources/quickstart/package.json).
6570
1. Install packages with `npm install`
71+
1. Set these environment variables to use in your scripts:
72+
73+
:::code language="txt" source=" source="~/foundry-samples/samples/microsoft/javascript/mslearn-resources/quickstart/.env.template:::
74+
6675
6776
> [!TIP]
6877
> All the code in this article is at [GitHub Quickstart](https://github.com/azure-ai-foundry/foundry-samples/tree/main/samples/microsoft/javascript/mslearn-resources/quickstart).
@@ -74,6 +83,10 @@ No installation is necessary to use the Azure AI Foundry portal.
7483
7584
[!INCLUDE [install-csharp-packages](install-csharp-packages.md)]
7685
86+
1. Set these environment variables to use in your scripts:
87+
88+
:::code language="txt" source=" source="~/foundry-samples/samples/microsoft/csharp/mslearn-resources/quickstart/Samples/.env.example:::
89+
7790
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.
7891
7992
> [!TIP]

0 commit comments

Comments
 (0)