Skip to content

Commit 4cca90d

Browse files
committed
going too fast... moving quotes to appropriate place!
1 parent 2e6b8d7 commit 4cca90d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ No installation is necessary to use the Azure AI Foundry portal.
5555
1. [Install Java and Azure CLI](../how-to/develop/install-cli-sdk.md?pivots=programming-language-java).
5656
1. Set these environment variables to use in your scripts:
5757
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":::
5959
6060
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.
6161
@@ -70,7 +70,7 @@ No installation is necessary to use the Azure AI Foundry portal.
7070
1. Install packages with `npm install`
7171
1. Set these environment variables to use in your scripts:
7272
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":::
7474
7575
7676
> [!TIP]
@@ -85,7 +85,7 @@ No installation is necessary to use the Azure AI Foundry portal.
8585
8686
1. Set these environment variables to use in your scripts:
8787
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":::
8989
9090
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.
9191

0 commit comments

Comments
 (0)