Skip to content

Commit f16b47d

Browse files
committed
changed studio in code comments
1 parent a5f44d0 commit f16b47d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/ai-studio/how-to/develop/index-build-consume-sdk.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ from promptflow.rag.config import ConnectionConfig
9898
my_connection_config=ConnectionConfig(
9999
subscription_id="<subscription_id>",
100100
resource_group_name="<resource_group_name>",
101-
workspace_name="<ai_studio_project_name>",
101+
workspace_name="<ai_foundry_project_name>",
102102
connection_name="<serverless_connection_name>"
103103
)
104104
```
@@ -157,7 +157,7 @@ client=MLClient(
157157
DefaultAzureCredential(),
158158
subscription_id="<subscription_id>",
159159
resource_group_name="<resource_group_name>",
160-
workspace_name="<ai_studio_project_name>"
160+
workspace_name="<ai_foundry_project_name>"
161161
)
162162
```
163163
The `subscription`, `resource_group` and `workspace` in the above code refers to the project you want to connect to.
@@ -210,7 +210,7 @@ client=MLClient(
210210
DefaultAzureCredential(),
211211
subscription_id="<subscription_id>",
212212
resource_group_name="<resource_group_name>",
213-
workspace_name="<ai_studio_project_name>"
213+
workspace_name="<ai_foundry_project_name>"
214214
)
215215
```
216216

0 commit comments

Comments
 (0)