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.
2 parents 08b21ec + cc3a94b commit cc85879Copy full SHA for cc85879
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