File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
articles/ai-foundry/includes Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ No installation is necessary to use the Azure AI Foundry portal.
55
55
1. [Install Java and Azure CLI](../how-to/develop/install-cli-sdk.md?pivots=programming-language-java).
56
56
1. Set these environment variables to use in your scripts:
57
57
58
- :::code language="plaintext" source="~/foundry-samples/samples/microsoft/java/mslearn-resources/quickstart/.env.template:::
58
+ :::code language="plaintext" source="~/foundry-samples/samples/microsoft/java/mslearn-resources/quickstart/.env.template:::"
59
59
60
60
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.
61
61
@@ -70,7 +70,7 @@ No installation is necessary to use the Azure AI Foundry portal.
70
70
1. Install packages with `npm install`
71
71
1. Set these environment variables to use in your scripts:
72
72
73
- :::code language="plaintext" source="~/foundry-samples/samples/microsoft/javascript/mslearn-resources/quickstart/.env.template:::
73
+ :::code language="plaintext" source="~/foundry-samples/samples/microsoft/javascript/mslearn-resources/quickstart/.env.template:::"
74
74
75
75
76
76
> [!TIP]
@@ -85,7 +85,7 @@ No installation is necessary to use the Azure AI Foundry portal.
85
85
86
86
1. Set these environment variables to use in your scripts:
87
87
88
- :::code language="plaintext" source="~/foundry-samples/samples/microsoft/csharp/mslearn-resources/quickstart/Samples/.env.example:::
88
+ :::code language="plaintext" source="~/foundry-samples/samples/microsoft/csharp/mslearn-resources/quickstart/Samples/.env.example:::"
89
89
90
90
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.
91
91
You can’t perform that action at this time.
0 commit comments