Skip to content

Commit e0f3183

Browse files
committed
fix links
1 parent d3111cc commit e0f3183

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/ai-foundry/how-to/create-projects.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ Use the following tabs to select the method you plan to use to create a [!INCLUD
5252

5353
# [Python SDK](#tab/python)
5454

55-
- [!INCLUDE [azure-subscription](azure-subscription.md)]
55+
- [!INCLUDE [azure-subscription](../includes/azure-subscription.md)]
5656
- You must be **Owner** of the subscription to receive the appropriate access control needed to use the project.
57-
- [Set up your development environment](../develop/install-cli-sdk.md?tabs=python)
57+
- [Set up your development environment](develop/install-cli-sdk.md?tabs=python)
5858
- Authenticate with `az login` or `az login --use-device-code` in your environment before running code.
5959
- Complete these steps to start your Python script:
6060
1. Install packages: `pip install azure-identity azure-mgmt-cognitiveservices~=13.7.0b1
@@ -103,7 +103,7 @@ To create a Foundry project in [Azure AI Foundry](https://ai.azure.com/?cid=lear
103103

104104
1. Sign in to [Azure AI Foundry](https://ai.azure.com/?cid=learnDocs).
105105

106-
1. [!INCLUDE [create-project-access](includes/create-project-access.md)]
106+
1. [!INCLUDE [create-project-access](../includes/create-project-access.md)]
107107

108108
1. Select **Azure AI Foundry resource**, then select **Next**.
109109
1. Provide a name for your project and select **Create**. Or see next section for advanced options.
@@ -193,7 +193,7 @@ az cognitiveservices account connection show --name {my_project_name} --resource
193193

194194
## Delete projects
195195

196-
1. In [Azure AI Foundry portal](https://ai.azure.com/?cid=learnDocs), open your [!INCLUDE [fdp-project-name](fdp-project-name.md)].
196+
1. In [Azure AI Foundry portal](https://ai.azure.com/?cid=learnDocs), open your project.
197197
1. Select **Management center**.
198198
1. Select **Overview** under the **Resource** section.
199199
1. Select any projects you no longer want to keep.

0 commit comments

Comments
 (0)