Skip to content

Commit 06eef58

Browse files
committed
fixing formatting error
1 parent 15b7289 commit 06eef58

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ Use the following tabs to select whether you're using the Python SDK or Azure CL
4949
5050
## Create the AI Studio hub and AI Services connection
5151
52-
# [Python SDK](#tab/python)
52+
Use the following examples to create a new hub. Replace example string values with your own values:
5353
54-
Use the following code to create a new hub and AI Services connection. Replace example string values with your own values:
54+
# [Python SDK](#tab/python)
5555
5656
```Python
5757
from azure.ai.ml.entities import Hub
@@ -107,7 +107,7 @@ ml_client.connections.create_or_update(my_connection)
107107
az ml connection create --file {connection.yml} --resource-group {my_resource_group} --workspace-name {my_hub_name}
108108
```
109109

110-
You can use either an API key or credential-less YAML configuration file:
110+
You can use either an API key or credential-less YAML configuration file. For more information on the YAML configuration file, see the [AI Services connection YAML schema](/azure/machine-learning/reference-yaml-connection-ai-services):
111111

112112
- API Key example:
113113

@@ -126,7 +126,6 @@ You can use either an API key or credential-less YAML configuration file:
126126
endpoint: https://contoso.cognitiveservices.azure.com/
127127
```
128128
129-
For more information on the YAML configuration file, see the [AI Services connection YAML schema](/azure/machine-learning/reference-yaml-connection-ai-services)
130129
---
131130
132131
## Related content

0 commit comments

Comments
 (0)