Skip to content

Commit 2e6b8d7

Browse files
committed
Add quotes to end of code blocks
1 parent ad95adb commit 2e6b8d7

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)