You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-foundry/how-to/develop/ai-template-get-started.md
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -7,14 +7,14 @@ ms.service: azure-ai-foundry
7
7
ms.custom:
8
8
- ignite-2024
9
9
ms.topic: how-to
10
-
ms.date: 05/05/2025
10
+
ms.date: 07/01/2025
11
11
ms.reviewer: varundua
12
12
ms.author: sgilley
13
13
author: sdgilley
14
14
#customer intent: As a developer, I want to jump start my journey with an AI template.
15
15
---
16
16
17
-
# Get started with an AI template (Preview)
17
+
# Get started with an AI template
18
18
19
19
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.
20
20
@@ -24,12 +24,10 @@ Available templates include:
24
24
*[Get started with AI agents](https://github.com/Azure-Samples/get-started-with-ai-agents)
25
25
*[Unlock insights from conversational data](https://github.com/microsoft/Conversation-Knowledge-Mining-Solution-Accelerator)
-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).
Copy file name to clipboardExpand all lines: articles/ai-foundry/how-to/develop/sdk-overview.md
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ ms.custom:
8
8
- build-2024
9
9
- ignite-2024
10
10
ms.topic: how-to
11
-
ms.date: 05/07/2025
11
+
ms.date: 07/01/2025
12
12
ms.reviewer: dantaylo
13
13
ms.author: sgilley
14
14
author: sdgilley
@@ -40,7 +40,6 @@ The Azure AI Foundry SDK is a set of client libraries and services designed to w
40
40
az login
41
41
```
42
42
43
-
44
43
## Unified Projects client library
45
44
46
45
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
Copy file name to clipboardExpand all lines: articles/ai-foundry/includes/deploy-model.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,9 +17,9 @@ To work with a model, you first deploy it into a project.
17
17
1. Sign in to [Azure AI Foundry](https://ai.azure.com/?cid=learnDocs).
18
18
1. Studio remembers where you were last, so what you do next depends on where you are:
19
19
20
-
* If you're new to Azure AI Foundry, select **Create an agent**. Add a name for your project and select **Create**.
21
20
* 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)].
22
21
* 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.
Copy file name to clipboardExpand all lines: articles/ai-services/speech-service/voice-live.md
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -176,9 +176,12 @@ You're charged separately for the training and model hosting of:
176
176
177
177
Tokens are the units that generative AI models use to process input and generate output.
178
178
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 |
182
185
183
186
You're also charged for cached audio and text inputs, including the prompt and the context of the conversations.
Copy file name to clipboardExpand all lines: articles/search/search-indexer-howto-access-private.md
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ ms.service: azure-ai-search
10
10
ms.custom:
11
11
- ignite-2024
12
12
ms.topic: how-to
13
-
ms.date: 05/28/2025
13
+
ms.date: 07/01/2025
14
14
---
15
15
16
16
# 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
28
28
29
29
Azure AI Search makes outbound calls to other Azure resources in the following scenarios:
30
30
31
+
+ Knowledge agent connections to Azure OpenAI for agentic retrieval workflows
31
32
+ Indexer or query connections to Azure OpenAI, Azure AI Vision, or the Azure AI Foundry model catalog for vectorization
32
33
+ Indexer connections to supported data sources
33
34
+ Indexer (skillset) connections to Azure Storage for caching enrichments, debug session sate, or writing to a knowledge store
34
35
+ Indexer (skillset) connections to Azure AI services for billing purposes
35
36
+ Encryption key requests to Azure Key Vault
36
37
+ Custom skill requests to Azure Functions or similar resource
37
38
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.
39
40
40
41
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.
41
42
@@ -51,7 +52,7 @@ Once you set up the private link, it's used automatically whenever the search se
51
52
52
53
There are two scenarios for using [Azure Private Link](/azure/private-link/private-link-overview) and Azure AI Search together.
53
54
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.
55
56
56
57
+ Scenario two: [configure search for a private *inbound* connection](service-create-private-endpoint.md) from clients that run in a virtual network.
57
58
@@ -80,6 +81,7 @@ When evaluating shared private links for your scenario, remember these constrain
80
81
| Indexers without skillsets | Basic and higher | None | None |
81
82
| 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)|
82
83
| 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 |
83
85
84
86
+ Permissions on both Azure AI Search and the Azure resource:
0 commit comments