Skip to content

Commit 0040701

Browse files
committed
break tabs up more
1 parent 19e5944 commit 0040701

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/ai-foundry/includes/hub-connections.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ There are various authentication methods for the different connection types. Whe
2020

2121
[!INCLUDE [Azure Key Vault](~/reusable-content/ce-skilling/azure/includes/ai-services/security/microsoft-entra-id-akv-expanded.md)]
2222

23-
### Microsoft resource connections
23+
### Model and service connections
2424

2525
Connect to other Microsoft resources.
2626

@@ -140,6 +140,10 @@ wps_connection = ServerlessConnection(
140140
ml_client.connections.create_or_update(wps_connection)
141141
```
142142

143+
---
144+
145+
### Data and storage connections
146+
143147
## [Blob Storage](#tab/blob)
144148

145149
The following example uses the [AzureBlobStoreConnection](/python/api/azure-ai-ml/azure.ai.ml.entities.azureblobstoreconnection) class to create an Azure Blob Storage connection. This connection is authenticated with an account key or a SAS token:

0 commit comments

Comments
 (0)