Skip to content

Commit 417c971

Browse files
committed
fixes
1 parent 48e221f commit 417c971

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

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

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -167,15 +167,7 @@ On the project **Home** page, you can find information about the project.
167167

168168
# [Python SDK](#tab/python)
169169

170-
```python
171-
# Get project
172-
project = client.projects.get(
173-
resource_group_name=rgp,
174-
account_name=account_name,
175-
project_name=project_name
176-
)
177-
print(project)
178-
```
170+
:::code language="python" source="~/foundry-samples-main/samples/microsoft/python/mslearn-resources/quickstart/quickstart.py" id="show_project":::
179171

180172
# [Azure CLI](#tab/azurecli)
181173

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/quickstart.py" id="create_additional":::
5757

5858

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

0 commit comments

Comments
 (0)