Skip to content

Commit 5a2e1dc

Browse files
Merge pull request #5816 from MicrosoftDocs/main
Merged by Learn.Build PR Management system
2 parents 0856861 + 9f7ad2f commit 5a2e1dc

File tree

5 files changed

+16
-16
lines changed

5 files changed

+16
-16
lines changed

articles/ai-foundry/how-to/develop/ai-template-get-started.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ ms.service: azure-ai-foundry
77
ms.custom:
88
- ignite-2024
99
ms.topic: how-to
10-
ms.date: 05/05/2025
10+
ms.date: 07/01/2025
1111
ms.reviewer: varundua
1212
ms.author: sgilley
1313
author: sdgilley
1414
#customer intent: As a developer, I want to jump start my journey with an AI template.
1515
---
1616

17-
# Get started with an AI template (Preview)
17+
# Get started with an AI template
1818

1919
Streamline your code-first development with prebuilt, task-specific Azure AI templates. Benefit from using the latest features and best practices from Microsoft Azure AI, with popular frameworks like LangChain, prompt flow, and Semantic Kernel in multiple languages.
2020

@@ -24,12 +24,10 @@ Available templates include:
2424
* [Get started with AI agents](https://github.com/Azure-Samples/get-started-with-ai-agents)
2525
* [Unlock insights from conversational data](https://github.com/microsoft/Conversation-Knowledge-Mining-Solution-Accelerator)
2626

27-
[!INCLUDE [feature-preview](../../includes/feature-preview.md)]
28-
2927
## Prerequisites
3028

3129
- [Azure subscription](https://azure.microsoft.com/free)
32-
- An [Azure AI Foundry project](../create-projects.md).
30+
- Either a [!INCLUDE [fdp-project-name](../../includes/fdp-project-name.md)](../create-projects.md?pivots=fdp-project) or a [!INCLUDE [hub-project-name](../../includes/hub-project-name.md)](../create-projects.md?pivots=hub-project).
3331

3432
## Start with a sample application
3533

articles/ai-foundry/how-to/develop/sdk-overview.md

Lines changed: 1 addition & 4 deletions
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: 05/07/2025
11+
ms.date: 07/01/2025
1212
ms.reviewer: dantaylo
1313
ms.author: sgilley
1414
author: sdgilley
@@ -40,7 +40,6 @@ The Azure AI Foundry SDK is a set of client libraries and services designed to w
4040
az login
4141
```
4242

43-
4443
## Unified Projects client library
4544

4645
The Azure AI Foundry Projects client library is a unified library that enables you to use multiple client libraries together by connecting to a single project endpoint.
@@ -89,8 +88,6 @@ The Azure AI Foundry Projects client library is a unified library that enables y
8988
.buildClient();
9089
```
9190
92-
93-
9491
::: zone-end
9592
9693
::: zone pivot="programming-language-javascript"

articles/ai-foundry/includes/deploy-model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ To work with a model, you first deploy it into a project.
1717
1. Sign in to [Azure AI Foundry](https://ai.azure.com/?cid=learnDocs).
1818
1. Studio remembers where you were last, so what you do next depends on where you are:
1919

20-
* If you're new to Azure AI Foundry, select **Create an agent**. Add a name for your project and select **Create**.
2120
* If you see a list of projects, select the one you want to use. You can use either a [!INCLUDE [hub-project-name](hub-project-name.md)] or a [!INCLUDE [fdp-project-name](fdp-project-name.md)].
2221
* If you're already in a project and want to use a new one, select **Azure AI Foundry** in the top left corner, then select **Create new** to create the new project.
22+
* If you're new to Azure AI Foundry and don't have any projects, use [Quickstart: Get started with Azure AI Foundry](../quickstarts/get-started-code.md) instead of this article.
2323

2424
1. Select **Model catalog** from the left pane.
2525

articles/ai-services/speech-service/voice-live.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,12 @@ You're charged separately for the training and model hosting of:
176176

177177
Tokens are the units that generative AI models use to process input and generate output. 
178178

179-
You can estimate the cost with Voice Live API based on audio length as follows:
180-
- Each second of input audio is approximately 10 tokens.
181-
- Each second of output audio is approximately 20 tokens.
179+
You can estimate token usage for different model families with the Voice Live API based on audio length. The following token calculations apply to each model family:
180+
181+
| Model family | Input audio (tokens per second) | Output audio (tokens per second) |
182+
| ----- | ----- | ----- |
183+
| Azure OpenAI models | ~10 tokens | ~20 tokens |
184+
| Phi models | ~12.5 tokens | ~20 tokens |
182185

183186
You're also charged for cached audio and text inputs, including the prompt and the context of the conversations.
184187

articles/search/search-indexer-howto-access-private.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.service: azure-ai-search
1010
ms.custom:
1111
- ignite-2024
1212
ms.topic: how-to
13-
ms.date: 05/28/2025
13+
ms.date: 07/01/2025
1414
---
1515

1616
# Make outbound connections through a shared private link
@@ -28,14 +28,15 @@ Shared private link is a premium feature that's billed by usage. When you set up
2828

2929
Azure AI Search makes outbound calls to other Azure resources in the following scenarios:
3030

31+
+ Knowledge agent connections to Azure OpenAI for agentic retrieval workflows
3132
+ Indexer or query connections to Azure OpenAI, Azure AI Vision, or the Azure AI Foundry model catalog for vectorization
3233
+ Indexer connections to supported data sources
3334
+ Indexer (skillset) connections to Azure Storage for caching enrichments, debug session sate, or writing to a knowledge store
3435
+ Indexer (skillset) connections to Azure AI services for billing purposes
3536
+ Encryption key requests to Azure Key Vault
3637
+ Custom skill requests to Azure Functions or similar resource
3738

38-
Shared private links only work for Azure-to-Azure connections. If you're connecting to OpenAI or another external model, the connection must be over the public internet.
39+
Shared private links only work for Azure-to-Azure connections. If you're connecting to OpenAI or another external model provider, the connection must be over the public internet.
3940

4041
Shared private links are for operations and data accessed through a [private endpoint](/azure/private-link/private-endpoint-overview) for Azure resources or clients that run in an Azure virtual network.
4142

@@ -51,7 +52,7 @@ Once you set up the private link, it's used automatically whenever the search se
5152

5253
There are two scenarios for using [Azure Private Link](/azure/private-link/private-link-overview) and Azure AI Search together.
5354

54-
+ Scenario one: create a shared private link when an *outbound* (indexer) connection to Azure requires a private connection.
55+
+ Scenario one: create a shared private link when an *outbound* (indexer or knowledge agent) connection to Azure requires a private connection.
5556

5657
+ Scenario two: [configure search for a private *inbound* connection](service-create-private-endpoint.md) from clients that run in a virtual network.
5758

@@ -80,6 +81,7 @@ When evaluating shared private links for your scenario, remember these constrain
8081
| Indexers without skillsets | Basic and higher | None | None |
8182
| Skillsets with embedding skills ([integrated vectorization](vector-search-integrated-vectorization.md)) | Basic and higher | [High capacity regions](search-limits-quotas-capacity.md#partition-storage-gb) | [After April 3, 2024](search-how-to-upgrade.md#check-your-service-creation-or-upgrade-date) |
8283
| Skillsets using other [built-in](cognitive-search-predefined-skills.md) or custom skills | Standard 1 (S1) and higher | None | [After April 3, 2024](search-how-to-upgrade.md#check-your-service-creation-or-upgrade-date) |
84+
| Knowledge agents calling Azure OpenAI for query planning or passing search results | Basic and higher | None | None |
8385

8486
+ Permissions on both Azure AI Search and the Azure resource:
8587

0 commit comments

Comments
 (0)