Skip to content

Commit 64dc821

Browse files
committed
fix filenames
1 parent 417c971 commit 64dc821

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

articles/ai-foundry/includes/create-project-fdp.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ ms.custom:
2929
* Fine-tuning
3030
* Playgrounds
3131

32-
3332
## Prerequisites
3433

3534
Use the following tabs to select the method you plan to use to create a [!INCLUDE [fdp](../includes/fdp-project-name.md)]:
@@ -51,7 +50,7 @@ Use the following tabs to select the method you plan to use to create a [!INCLUD
5150
1. Use `pip show azure-mgmt-cognitiveservices` to verify your version is 13.7 or greater.
5251
1. Start your script with the following code to create the `client` connection and variables used throughout this article. This example creates the project in West US:
5352

54-
:::code language="python" source="~/foundry-samples-main/samples/microsoft/python/mslearn-resources/quickstart/quickstart.py" id="create_client":::
53+
:::code language="python" source="~/foundry-samples-main/samples/microsoft/python/mslearn-resources/quickstart/create_project.py" id="create_client":::
5554

5655

5756

@@ -107,7 +106,7 @@ To create a [!INCLUDE [fdp](../includes/fdp-project-name.md)]:
107106

108107
1. Add this code to create a [!INCLUDE [fdp-project-name](../includes/fdp-project-name.md)], using the variables and `client` connection from the [Prerequisites](#prerequisites).
109108

110-
:::code language="python" source="~/foundry-samples-main/samples/microsoft/python/mslearn-resources/quickstart/quickstart.py" id="create_resource_project":::
109+
:::code language="python" source="~/foundry-samples-main/samples/microsoft/python/mslearn-resources/quickstart/create_project.py" id="create_resource_project":::
111110

112111
1. (Optional) If you have multiple accounts, add the tenant ID of the Microsoft Entra ID you wish to use into the `DefaultAzureCredential`. Find your tenant ID from the [Azure portal](https://portal.azure.com) under **Microsoft Entra ID, External Identities**.
113112

@@ -167,7 +166,7 @@ On the project **Home** page, you can find information about the project.
167166

168167
# [Python SDK](#tab/python)
169168

170-
:::code language="python" source="~/foundry-samples-main/samples/microsoft/python/mslearn-resources/quickstart/quickstart.py" id="show_project":::
169+
:::code language="python" source="~/foundry-samples-main/samples/microsoft/python/mslearn-resources/quickstart/create_project.py" id="show_project":::
171170

172171
# [Azure CLI](#tab/azurecli)
173172

articles/ai-foundry/includes/create-second-fdp-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Your first project (default project) plays a special role and has access to more
5353

5454
Add this code to your script to create a new project on your existing
5555

56-
:::code language="python" source="~/foundry-samples-main/samples/microsoft/python/mslearn-resources/quickstart/quickstart.py" id="create_additional":::
56+
:::code language="python" source="~/foundry-samples-main/samples/microsoft/python/mslearn-resources/quickstart/create_project.py" id="create_additional":::
5757

5858

5959
# [Azure CLI](#tab/azurecli)

0 commit comments

Comments
 (0)