Skip to content

Commit 22e9208

Browse files
committed
add a few sentences
1 parent afdda6f commit 22e9208

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/ai-studio/how-to/develop/create-hub-project-sdk.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,14 @@ After creating your own AI Services, you can connect it to your hub.
8484

8585
First, create a connection to ml_client that includes your hub as the workspace_name:
8686

87+
Provide your subscription details:
8788
[!notebook-python[](~/azureml-examples-main/sdk/python/resources/connections/connections.ipynb?name=details)]
89+
90+
Get a handle to the hub:
91+
8892
[!notebook-python[](~/azureml-examples-main/sdk/python/resources/connections/connections.ipynb?name=ml_client)]
8993

90-
Then use ml_client to create the connection to your AI Services:
94+
Now use ml_client to create the connection to your AI Services:
9195

9296
```python
9397
from azure.ai.ml.entities import AzureAIServicesConnection

0 commit comments

Comments
 (0)