We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0501432 commit cc3a94bCopy full SHA for cc3a94b
articles/ai-studio/how-to/develop/simulator-interaction-data.md
@@ -37,7 +37,7 @@ from azure.identity import DefaultAzureCredential
37
azure_ai_project = {
38
"subscription_id": <sub_ID>,
39
"resource_group_name": <resource_group_name>,
40
- "workspace_name": <workspace_name>,
+ "project_name": <project_name>,
41
"credential": DefaultAzureCredential(),
42
}
43
```
0 commit comments