Skip to content

Commit 7aa5c8b

Browse files
authored
Merge branch 'main' into 2025-09-22-model-deployment-policy
2 parents 711fb26 + cd006ed commit 7aa5c8b

File tree

13 files changed

+61
-33
lines changed

13 files changed

+61
-33
lines changed

articles/ai-foundry/concepts/encryption-keys-portal.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,13 @@ description: Learn how to use customer-managed keys (CMK) for enhanced encryptio
55
ms.author: jburchel
66
author: jonburchel
77
ms.reviewer: deeikele
8-
ms.date: 09/15/2025
8+
ms.date: 09/22/2025
99
ms.service: azure-ai-services
1010
ms.topic: concept-article
1111
ms.custom:
1212
- ignite-2023
1313
- build-aifnd
1414
- build-2025
15-
zone_pivot_groups: project-type
1615
ai-usage: ai-assisted
1716
# Customer intent: As an admin, I want to understand how I can use my own encryption keys with Azure AI Foundry.
1817
---

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.custom:
99
- build-2024
1010
- ignite-2024
1111
ms.topic: how-to
12-
ms.date: 09/12/2025
12+
ms.date: 09/22/2025
1313
ms.reviewer: sgilley
1414
ms.author: sgilley
1515
author: sdgilley

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: This article describes how to create an Azure AI Foundry project so
55
author: sdgilley
66
ms.author: sgilley
77
ms.reviewer: deeikele
8-
ms.date: 09/12/2025
8+
ms.date: 09/22/2025
99
ms.service: azure-ai-foundry
1010
ms.topic: how-to
1111
ms.custom:

articles/ai-foundry/how-to/develop/trace-agents-sdk.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,14 @@ with tracer.start_as_current_span("example-tracing"):
172172
run = project_client.agents.runs.create_and_process(thread_id=thread.id, agent_id=agent.id)
173173
```
174174

175+
### Alternative: AI Toolkit for VS Code
176+
177+
AI Toolkit gives you a simple way to trace locally in VS Code. It uses a local OTLP-compatible collector, making it great for development and debugging.
178+
179+
The toolkit supports AI frameworks like Azure AI Foundry Agents Service, OpenAI, Anthropic, and LangChain through OpenTelemetry. You can see traces instantly in VS Code without needing cloud access.
180+
181+
For detailed setup instructions and SDK-specific code examples, see [Tracing in AI Toolkit](https://code.visualstudio.com/docs/intelligentapps/tracing).
182+
175183
## Trace custom functions
176184

177185
To trace your custom functions, use the OpenTelemetry SDK to instrument your code.

articles/ai-foundry/how-to/develop/trace-application.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: View trace results for AI applications using OpenAI SDK with OpenTe
55
author: lgayhardt
66
ms.author: lagayhar
77
ms.reviewer: ychen
8-
ms.date: 09/15/2025
8+
ms.date: 09/22/2025
99
ms.service: azure-ai-foundry
1010
ms.topic: how-to
1111
ai-usage: ai-assisted
@@ -291,6 +291,15 @@ Configure tracing as follows:
291291
}
292292
```
293293
294+
## Trace locally with AI Toolkit
295+
296+
AI Toolkit offers a simple way to trace locally in VS Code. It uses a local OTLP-compatible collector, making it perfect for development and debugging without needing cloud access.
297+
298+
The toolkit supports the OpenAI SDK and other AI frameworks through OpenTelemetry. You can see traces instantly in your development environment.
299+
300+
For detailed setup instructions and SDK-specific code examples, see [Tracing in AI Toolkit](https://code.visualstudio.com/docs/intelligentapps/tracing).
301+
302+
294303
## Related content
295304
296305
* [Trace agents using Azure AI Foundry SDK](trace-agents-sdk.md)

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.custom:
1212
- ignite-2024
1313
- hub-only
1414
ms.topic: how-to
15-
ms.date: 09/15/2025
15+
ms.date: 09/22/2025
1616
ms.reviewer: meerakurup
1717
ms.author: jburchel
1818
author: jonburchel
@@ -394,6 +394,7 @@ To find the private IP addresses for your A records, see the [Azure Machine Lear
394394
395395
## Next steps
396396
397+
- [Configure a private link for a Foundry project](configure-private-link.md)
397398
- [Create an Azure AI Foundry project](create-projects.md)
398399
- [Learn more about Azure AI Foundry](../what-is-azure-ai-foundry.md)
399400
- [Learn more about Azure AI Foundry hubs](../concepts/ai-resources.md)

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to use connections in Azure AI Foundry hubs.
55
manager: scottpolly
66
ms.service: azure-ai-foundry
77
ms.topic: how-to
8-
ms.date: 09/12/2025
8+
ms.date: 09/22/2025
99
ms.reviewer: scottpolly
1010
reviewer: scottpolly
1111
ms.author: jburchel
@@ -77,4 +77,5 @@ Prefer managed identity wherever possible for keyless and rotated credential man
7777

7878
## Next steps
7979

80-
Secure network traffic with [Private Link](./hub-configure-private-link.md).
80+
- [Create and managed connections in Azure AI Foundry projects](./connections-add.md).
81+
- [Secure network traffic with private link](./hub-configure-private-link.md).

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to create a hub-based project in Azure AI Foundry.
55
author: sdgilley
66
ms.author: sgilley
77
ms.reviewer: deeikele
8-
ms.date: 09/12/2025
8+
ms.date: 09/22/2025
99
ms.service: azure-ai-foundry
1010
ms.topic: how-to
1111
ms.custom:
@@ -111,5 +111,6 @@ Delete hub (with all projects): In Hub properties, select Delete hub to open Azu
111111

112112
## Related content
113113

114-
- [Quickstart: Get started with Azure AI Foundry (Hub projects)](../quickstarts/hub-get-started-code.md)
115-
- [Learn more about Azure AI Foundry](../what-is-azure-ai-foundry.md)
114+
- [Create an Azure AI Foundry project](create-projects.md).
115+
- [Quickstart: Get started with Azure AI Foundry (Hub projects)](../quickstarts/hub-get-started-code.md).
116+
- [Learn more about Azure AI Foundry](../what-is-azure-ai-foundry.md).

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.custom:
99
- ignite-2024
1010
- hub-only
1111
ms.topic: how-to
12-
ms.date: 09/15/2025
12+
ms.date: 09/22/2025
1313
ms.reviewer: haakar
1414
ms.author: mopeakande
1515
author: msakande
@@ -110,5 +110,6 @@ Use quotas to manage compute and model quota across hubs in the same subscriptio
110110

111111
## Related content
112112

113+
- [Manage and increase quotas for Azure AI Foundry projects](./quota.md)
113114
- [Plan to manage costs](./costs-plan-manage.md)
114115
- [How to create compute](./create-manage-compute.md)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.custom:
88
- build-2024
99
- ignite-2024
1010
ms.topic: how-to
11-
ms.date: 09/12/2025
11+
ms.date: 09/22/2025
1212
ms.reviewer: haakar
1313
reviewer: haakar
1414
ms.author: mopeakande

0 commit comments

Comments
 (0)