Skip to content

Commit 7a419c4

Browse files
Merge pull request #7164 from sdgilley/sdg-updates
add metadata
2 parents 4064dde + ede17ae commit 7a419c4

File tree

5 files changed

+12
-1
lines changed

5 files changed

+12
-1
lines changed

articles/ai-foundry/how-to/hub-configure-private-link.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ titleSuffix: Azure AI Foundry
55
description: Learn how to configure a private link for Azure AI Foundry hubs. A private link is used to secure communication with the Azure AI Foundry hub.
66
manager: mcleans
77
ms.service: azure-ai-foundry
8-
ms.custom: ignite-2023, devx-track-azurecli, build-2024, ignite-2024
8+
ms.custom:
9+
- ignite-2023
10+
- devx-track-azurecli
11+
- build-2024
12+
- ignite-2024
13+
- hub-only
914
ms.topic: how-to
1015
ms.date: 09/15/2025
1116
ms.reviewer: meerakurup

articles/ai-foundry/how-to/hub-connections-add.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ reviewer: scottpolly
1111
ms.author: jburchel
1212
author: jonburchel
1313
ai-usage: ai-assisted
14+
ms.custom:
15+
- hub-only
1416
---
1517

1618
# Create and manage connections in Azure AI Foundry hubs

articles/ai-foundry/how-to/hub-create-projects.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ ms.service: azure-ai-foundry
1010
ms.topic: how-to
1111
ms.custom:
1212
- build-2025
13+
- hub-only
1314
ai-usage: ai-assisted
1415
---
1516

articles/ai-foundry/how-to/hub-quota.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ ms.custom:
77
- ignite-2023
88
- build-2024
99
- ignite-2024
10+
- hub-only
1011
ms.topic: how-to
1112
ms.date: 09/15/2025
1213
ms.reviewer: haakar

articles/ai-foundry/quickstarts/hub-get-started-code.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ ms.service: azure-ai-foundry
1010
ms.topic: how-to
1111
ms.custom:
1212
- build-2025
13+
- hub-only
1314
ai-usage: ai-assisted
1415
---
1516

@@ -44,6 +45,7 @@ pip install azure-ai-inference azure-identity azure-ai-projects==1.0.0b10
4445
## Build your chat app
4546

4647
Create chat.py with sample code:
48+
4749
```python
4850
from azure.ai.projects import AIProjectClient
4951
from azure.identity import DefaultAzureCredential

0 commit comments

Comments
 (0)