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 7b2b258 commit 8a917aaCopy full SHA for 8a917aa
articles/ai-studio/how-to/create-projects.md
@@ -91,7 +91,7 @@ Select **Manage in the Azure portal** to navigate to the project resources in th
91
To manage or use the new project, include it in the `MLClient`:
92
93
```python
94
-ml_client = MLClient(workspace_name=my_project_name, resource_group_name=my_resource_group, subscription_id=my_subscription_id,credential=DefaultAzureCredential())
+ml_client = MLClient(workspace_name=my_project_name, resource_group_name=resource_group, subscription_id=subscription_id,credential=DefaultAzureCredential())
95
```
96
97
# [Azure CLI](#tab/azurecli)
0 commit comments