@@ -52,9 +52,9 @@ Use the following tabs to select the method you plan to use to create a [!INCLUD
52
52
53
53
# [ Python SDK] ( #tab/python )
54
54
55
- - [ !INCLUDE [ azure-subscription] ( azure-subscription.md )]
55
+ - [ !INCLUDE [ azure-subscription] ( ../includes/ azure-subscription.md)]
56
56
- 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 )
58
58
- Authenticate with ` az login ` or ` az login --use-device-code ` in your environment before running code.
59
59
- Complete these steps to start your Python script:
60
60
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
103
103
104
104
1 . Sign in to [ Azure AI Foundry] ( https://ai.azure.com/?cid=learnDocs ) .
105
105
106
- 1 . [ !INCLUDE [ create-project-access] ( includes/create-project-access.md )]
106
+ 1 . [ !INCLUDE [ create-project-access] ( ../ includes/create-project-access.md)]
107
107
108
108
1 . Select ** Azure AI Foundry resource** , then select ** Next** .
109
109
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
193
193
194
194
## Delete projects
195
195
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.
197
197
1 . Select ** Management center** .
198
198
1 . Select ** Overview** under the ** Resource** section.
199
199
1 . Select any projects you no longer want to keep.
0 commit comments