Skip to content

Commit 825fd18

Browse files
Merge pull request #5698 from MicrosoftDocs/main
Merged by Learn.Build PR Management system
2 parents 92ff08a + 6e14c15 commit 825fd18

22 files changed

+101
-47
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ _repo.*/
1818
# CoPilot instructions and prompts
1919
.github/copilot-instructions.md
2020
.github/prompts/*.md
21+
.github/prompts/*.zip
2122
.github/patterns/*.md

articles/ai-foundry/foundry-local/concepts/foundry-local-architecture.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,14 @@ titleSuffix: Foundry Local
44
description: Learn about the architecture and components of Foundry Local
55
manager: scottpolly
66
ms.service: azure-ai-foundry
7+
ms.subservice: foundry-local
78
ms.custom: build-2025
89
ms.topic: concept-article
10+
ms.author: jburchel
11+
ms.reviewer: samkemp
12+
author: jonburchel
13+
reviewer: samuel100
914
ms.date: 05/20/2025
10-
ms.author: samkemp
11-
author: samuel100
1215
---
1316

1417
# Foundry Local architecture

articles/ai-foundry/foundry-local/get-started.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
22
title: Get started with Foundry Local
33
titleSuffix: Foundry Local
44
description: Learn how to install, configure, and run your first AI model with Foundry Local
5-
author: samuel100
6-
ms.author: samkemp
75
manager: scottpolly
8-
ms.reviewer: samkemp
96
ms.date: 05/23/2025
107
ms.service: azure-ai-foundry
8+
ms.subservice: foundry-local
119
ms.topic: quickstart
10+
ms.reviewer: samkemp
11+
ms.author: jburchel
12+
author: jburchel
13+
reviewer: samuel100
1214
ms.custom:
1315
- build-2025
1416
- build-aifnd

articles/ai-foundry/foundry-local/how-to/how-to-chat-application-with-open-web-ui.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ description: Learn how to create a chat application using Foundry Local and Open
55
manager: scottpolly
66
keywords: Azure AI services, cognitive, AI models, local inference
77
ms.service: azure-ai-foundry
8+
ms.subservice: foundry-local
89
ms.topic: how-to
910
ms.date: 05/20/2025
11+
ms.author: jburchel
1012
ms.reviewer: samkemp
11-
ms.author: samkemp
12-
author: samuel100
13+
author: jonburchel
14+
reviewer: samuel100
1315
ms.custom: build-2025
1416
#customer intent: As a developer, I want to get started with Foundry Local so that I can run AI models locally.
1517
---

articles/ai-foundry/foundry-local/how-to/how-to-compile-hugging-face-models.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,14 @@ titleSuffix: Foundry Local
44
description: Learn Compile and run Hugging Face models with Foundry Local.
55
manager: scottpolly
66
ms.service: azure-ai-foundry
7+
ms.subservice: foundry-local
78
ms.custom: build-2025
89
ms.topic: how-to
10+
ms.author: jburchel
11+
ms.reviewer: samkemp
12+
author: jonburchel
13+
reviewer: samuel100
914
ms.date: 05/20/2025
10-
ms.author: samkemp
11-
author: samuel100
1215
---
1316

1417
# Compile Hugging Face models to run on Foundry Local

articles/ai-foundry/foundry-local/how-to/how-to-integrate-with-inference-sdks.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,15 @@ titleSuffix: Foundry Local
44
description: This article provides instructions on how to integrate Foundry Local with common Inferencing SDKs.
55
manager: scottpolly
66
ms.service: azure-ai-foundry
7+
ms.subservice: foundry-local
78
ms.custom: build-2025
89
ms.topic: how-to
10+
ms.author: jburchel
11+
ms.reviewer: samkemp
912
ms.date: 05/20/2025
10-
ms.author: samkemp
1113
zone_pivot_groups: foundry-local-sdk
12-
author: samuel100
14+
author: jonburchel
15+
reviewer: samuel100
1316
---
1417

1518
# Integrate inferencing SDKs with Foundry Local

articles/ai-foundry/foundry-local/how-to/how-to-use-langchain-with-foundry-local.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ description: Learn how to build a LangChain application using Foundry Local
55
manager: scottpolly
66
keywords: Azure AI services, cognitive, AI models, local inference
77
ms.service: azure-ai-foundry
8+
ms.subservice: foundry-local
89
ms.topic: how-to
910
ms.date: 05/20/2025
1011
ms.reviewer: eneros
11-
ms.author: eneros
12-
author: eneros
12+
ms.author: jburchel
13+
author: jonburchel
14+
reviewer: eneros
1315
ms.custom: build-2025
1416
zone_pivot_groups: foundry-local-langchain
1517
#customer intent: As a developer, I want to get started with Foundry Local so that I can run AI models locally.

articles/ai-foundry/foundry-local/includes/foundry-local-preview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ description: include file
44
author: jonburchel
55
ms.author: jburchel
66
ms.service: azure-ai-foundry
7+
ms.subservice: foundry-local
78
ms.topic: include
89
ms.date: 05/19/2025
910
ms.custom: include file

articles/ai-foundry/foundry-local/includes/integrate-examples/javascript.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
---
22
ms.service: azure-ai-foundry
3+
ms.subservice: foundry-local
34
ms.custom: build-2025
45
ms.topic: include
56
ms.date: 05/02/2025
6-
ms.author: maanavdalal
7-
author: maanavd
7+
ms.author: jburchel
8+
reviewer: maanavdalal
9+
author: jonburchel
10+
ms.reviewer: maanavd
811
---
912

1013
## Install Node.js packages

articles/ai-foundry/foundry-local/includes/integrate-examples/python.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
---
22
ms.service: azure-ai-foundry
3+
ms.subservice: foundry-local
34
ms.custom: build-2025
45
ms.topic: include
56
ms.date: 05/02/2025
6-
ms.author: maanavdalal
7-
author: maanavd
7+
ms.author: jburchel
8+
reviewer: maanavdalal
9+
ms.reviewer: maanavd
10+
author: jonburchel
811
---
912

1013
## Install pip packages

articles/ai-foundry/foundry-local/includes/sdk-reference/javascript.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
---
22
ms.service: azure-ai-foundry
3+
ms.subservice: foundry-local
34
ms.custom: build-2025
45
ms.topic: include
56
ms.date: 05/02/2025
6-
ms.author: maanavdalal
7-
author: maanavd
7+
ms.author: jburchel
8+
ms.reviewer: maanavd
9+
reviewer: maanavdalal
10+
author: jonburchel
811
---
912

1013
## JavaScript SDK Reference

articles/ai-foundry/foundry-local/includes/sdk-reference/python.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
---
22
ms.service: azure-ai-foundry
3+
ms.subservice: foundry-local
34
ms.custom: build-2025
45
ms.topic: include
56
ms.date: 05/02/2025
6-
ms.author: maanavdalal
7-
author: maanavd
7+
ms.author: jburchel
8+
ms.reviewer: maanavd
9+
reviewer: maanavdalal
10+
author: jonburchel
811
---
912

1013
## Python SDK Reference

articles/ai-foundry/foundry-local/includes/use-langchain/javascript.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
---
22
ms.service: azure-ai-foundry
3+
ms.subservice: foundry-local
34
ms.custom: build-2025
45
ms.topic: include
56
ms.date: 05/02/2025
6-
ms.author: maanavdalal
7-
author: maanavd
7+
ms.author: jburchel
8+
ms.reviewer: maanavd
9+
reviewer: maanavdalal
10+
ms.author: jonburchel
811
---
912

1013
## Prerequisites

articles/ai-foundry/foundry-local/includes/use-langchain/python.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
---
22
ms.service: azure-ai-foundry
3+
ms.subservice: foundry-local
34
ms.custom: build-2025
45
ms.topic: include
56
ms.date: 05/02/2025
6-
ms.author: maanavdalal
7-
author: maanavd
7+
ms.author: jburchel
8+
ms.reviewer: maanavd
9+
reviewer: maanavdalal
10+
ms.author: jonburchel
811
---
912

1013
## Prerequisites

articles/ai-foundry/foundry-local/index.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@ metadata:
66
title: Foundry Local documentation
77
description: Foundry Local helps developers and organizations rapidly create intelligent, cutting-edge, market-ready, and responsible applications with out-of-the-box and prebuilt and customizable APIs and models. Example applications include generative AI, natural language processing for conversations, search, monitoring, translation, speech, vision, and decision-making.
88
ms.service: azure-ai-foundry
9+
ms.subservice: foundry-local
910
ms.custom:
1011
- build-2025
1112
ms.topic: landing-page
1213
manager: scottpolly
13-
ms.reviewer: sgilley
14-
ms.author: samkemp
15-
author: samuel100
14+
ms.reviewer: samkemp
15+
ms.author: jburchel
16+
reviewer: samuel100
17+
author: jonburchel
1618
ms.date: 03/04/2025
1719
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
1820

articles/ai-foundry/foundry-local/reference/reference-best-practice.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,14 @@ titleSuffix: Foundry Local
44
description: Guidance on best practices and troubleshooting for Foundry Local.
55
manager: scottpolly
66
ms.service: azure-ai-foundry
7+
ms.subservice: foundry-local
78
ms.custom: build-2025
89
ms.topic: reference
910
ms.date: 05/02/2025
10-
ms.author: maanavdalal
11-
author: maanavd
11+
ms.author: jburchel
12+
author: jonburchel
13+
reviewer: maanavdalal
14+
ms.reviewer: maanavd
1215
---
1316

1417
# Best practices and troubleshooting guide for Foundry Local

articles/ai-foundry/foundry-local/reference/reference-catalog-api.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,14 @@ titleSuffix: Foundry Local
44
description: Complete reference guide for the Foundry Local Model Catalog API.
55
manager: scottpolly
66
ms.service: azure-ai-foundry
7+
ms.subservice: foundry-local
78
ms.custom: build-2025
89
ms.topic: reference
910
ms.date: 05/02/2025
10-
ms.author: maanavdalal
11-
author: maanavd
11+
ms.author: jburchel
12+
reviewer: maanavdalal
13+
author: jonburchel
14+
ms.reviewer: maanavd
1215
---
1316

1417
# Catalog API Reference

articles/ai-foundry/foundry-local/reference/reference-cli.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,14 @@ titleSuffix: Foundry Local
44
description: Complete reference guide for the Foundry Local command-line interface.
55
manager: scottpolly
66
ms.service: azure-ai-foundry
7+
ms.subservice: foundry-local
78
ms.custom: build-2025
9+
ms.author: jburchel
10+
ms.reviewer: samkemp
11+
author: jburchel
12+
reviewer: samuel100
813
ms.topic: concept-article
914
ms.date: 05/20/2025
10-
ms.author: samkemp
11-
author: samuel100
1215
---
1316

1417
# Foundry Local CLI Reference

articles/ai-foundry/foundry-local/reference/reference-rest.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,14 @@ titleSuffix: Foundry Local
44
description: Complete reference guide for the Foundry Local REST API.
55
manager: scottpolly
66
ms.service: azure-ai-foundry
7+
ms.subservice: foundry-local
78
ms.custom: build-2025
9+
ms.author: jburchel
10+
ms.reviewer: samkemp
11+
author: jburchel
12+
reviewer: samuel100
813
ms.topic: concept-article
914
ms.date: 05/20/2025
10-
ms.author: samkemp
11-
author: samuel100
1215
---
1316

1417
# Foundry Local REST API Reference

articles/ai-foundry/foundry-local/reference/reference-sdk.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,15 @@ titleSuffix: Foundry Local
44
description: Reference guide for the Foundry Local SDK.
55
manager: scottpolly
66
ms.service: azure-ai-foundry
7+
ms.subservice: foundry-local
78
ms.custom: build-2025
9+
ms.author: jburchel
10+
author: jonburchel
811
ms.topic: concept-article
912
ms.date: 05/20/2025
10-
ms.author: maanavdalal
1113
zone_pivot_groups: foundry-local-sdk
12-
author: maanavd
14+
reviewer: maanavdalal
15+
ms.reviewer: maanavd
1316
---
1417

1518
# Foundry Local SDK Reference

articles/ai-foundry/foundry-local/what-is-foundry-local.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ description: Foundry Local is a trusted platform that empowers developers to dri
55
manager: scottpolly
66
keywords: Azure AI services, cognitive
77
ms.service: azure-ai-foundry
8+
ms.subservice: foundry-local
89
ms.topic: overview
910
ms.date: 05/20/2025
1011
ms.reviewer: samkemp
11-
ms.author: samkemp
12-
author: samuel100
12+
ms.author: jburchel
13+
author: jburchel
14+
reviewer: samuel100
1315
ms.custom: build-2025
1416
#customer intent: As a developer, I want to understand what Azure AI Foundry Local is so that I can use it to build AI applications.
1517
---

articles/ai-services/speech-service/includes/language-support/tts-cnv.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ms.custom: references_regions
2525
| `en-AU` | English (Australia) | Professional voice<br/><br/>Custom voice lite<br/><br/>Cross-lingual voice source and target<br/><br/>Multi-style voice<br/><br/>Multi-lingual voice primary and secondary |
2626
| `en-CA` | English (Canada) | Professional voice<br/><br/>Custom voice lite<br/><br/>Cross-lingual voice source and target<br/><br/>Multi-style voice<br/><br/>Multi-lingual voice primary and secondary |
2727
| `en-GB` | English (United Kingdom) | Professional voice<br/><br/>Custom voice lite<br/><br/>Cross-lingual voice source and target<br/><br/>Multi-style voice<br/><br/>Multi-lingual voice primary and secondary |
28-
| `en-IE` | English (Ireland) | Professional voice<br/><br/>Cross-lingual voice target<br/><br/>Multi-lingual voice secondary |
28+
| `en-IE` | English (Ireland) | Professional voice<br/><br/>Cross-lingual voice source and target<br/><br/>Multi-style voice<br/><br/>Multi-lingual voice primary and secondary |
2929
| `en-IN` | English (India) | Professional voice<br/><br/>Cross-lingual voice source and target<br/><br/>Multi-style voice<br/><br/>Multi-lingual voice primary and secondary |
3030
| `en-KE` | English (Kenya) | Professional voice |
3131
| `en-NG` |English (Nigeria) | Professional voice |
@@ -42,15 +42,15 @@ ms.custom: references_regions
4242
| `es-MX` | Spanish (Mexico) | Professional voice<br/><br/>Custom voice lite<br/><br/>Cross-lingual voice source and target<br/><br/>Multi-style voice<br/><br/>Multi-lingual voice primary and secondary |
4343
| `es-US` | Spanish (United States)| Professional voice|
4444
| `fi-FI` | Finnish (Finland) | Professional voice<br/><br/>Cross-lingual voice source and target<br/><br/>Multi-style voice<br/><br/>Multi-lingual voice primary and secondary |
45-
| `fr-BE` | French (Belgium) | Professional voice<br/><br/>Cross-lingual voice target<br/><br/>Multi-lingual voice secondary |
45+
| `fr-BE` | French (Belgium) | Professional voice<br/><br/>Cross-lingual voice source and target<br/><br/>Multi-style voice<br/><br/>Multi-lingual voice primary and secondary |
4646
| `fr-CA` | French (Canada) | Professional voice<br/><br/>Cross-lingual voice source and target<br/><br/>Multi-style voice<br/><br/>Multi-lingual voice primary and secondary |
4747
| `fr-CH` | French (Switzerland) | Professional voice<br/><br/>Cross-lingual voice source and target<br/><br/>Multi-style voice<br/><br/>Multi-lingual voice primary and secondary|
4848
| `fr-FR` | French (France) | Professional voice<br/><br/>Custom voice lite<br/><br/>Cross-lingual voice source and target<br/><br/>Multi-style voice<br/><br/>Multi-lingual voice primary and secondary |
4949
| `he-IL` | Hebrew (Israel) | Professional voice<br/><br/>Multi-style voice |
5050
| `hi-IN` | Hindi (India) | Professional voice<br/><br/>Cross-lingual voice source and target<br/><br/>Multi-style voice<br/><br/>Multi-lingual voice primary and secondary |
51-
| `hr-HR` | Croatian (Croatia) | Professional voice |
51+
| `hr-HR` | Croatian (Croatia) | Professional voice<br/><br/>Multi-style voice |
5252
| `hu-HU` | Hungarian (Hungary) | Professional voice<br/><br/>Cross-lingual voice source and target<br/><br/>Multi-style voice<br/><br/>Multi-lingual voice primary and secondary |
53-
| `id-ID` | Indonesian (Indonesia) | Professional voice<br/><br/>Cross-lingual voice source and target<br/><br/>Multi-lingual voice primary and secondary |
53+
| `id-ID` | Indonesian (Indonesia) | Professional voice<br/><br/>Cross-lingual voice source and target<br/><br/>Multi-style voice<br/><br/>Multi-lingual voice primary and secondary |
5454
| `it-IT` | Italian (Italy) | Professional voice<br/><br/>Custom voice lite<br/><br/>Cross-lingual voice source and target<br/><br/>Multi-style voice<br/><br/>Multi-lingual voice primary and secondary |
5555
| `ja-JP` | Japanese (Japan) | Professional voice<br/><br/>Custom voice lite<br/><br/>Cross-lingual voice source and target<br/><br/>Multi-style voice<br/><br/>Multi-lingual voice primary and secondary|
5656
| `ko-KR` | Korean (Korea) | Professional voice<br/><br/>Custom voice lite<br/><br/>Cross-lingual voice source and target<br/><br/>Multi-style voice<br/><br/>Multi-lingual voice primary and secondary |
@@ -64,11 +64,11 @@ ms.custom: references_regions
6464
| `ro-RO` | Romanian (Romania) | Professional voice<br/><br/>Multi-style voice |
6565
| `ru-RU` | Russian (Russia) | Professional voice<br/><br/>Cross-lingual voice source and target<br/><br/>Multi-style voice<br/><br/>Multi-lingual voice primary and secondary |
6666
| `sk-SK` | Slovak (Slovakia) | Professional voice<br/><br/>Multi-style voice |
67-
| `sl-SI` | Slovenian (Slovenia) | Professional voice |
67+
| `sl-SI` | Slovenian (Slovenia) | Professional voice<br/><br/>Multi-style voice |
6868
| `sv-SE` | Swedish (Sweden) | Professional voice<br/><br/>Cross-lingual voice source and target<br/><br/>Multi-style voice<br/><br/>Multi-lingual voice primary and secondary |
6969
| `ta-IN` | Tamil (India) | Professional voice<br/><br/>Cross-lingual voice source and target<br/><br/>Multi-lingual voice primary and secondary |
70-
| `ta-MY` |Tamil (Malaysia)| Professional voice|
71-
| `te-IN` | Telugu (India) | Professional voice |
70+
| `ta-MY` |Tamil (Malaysia)| Professional voice<br/><br/>Multi-style voice|
71+
| `te-IN` | Telugu (India) | Professional voice<br/><br/>Multi-style voice |
7272
| `th-TH` | Thai (Thailand) | Professional voice<br/><br/>Cross-lingual voice source and target<br/><br/>Multi-style voice<br/><br/>Multi-lingual voice primary and secondary|
7373
| `tr-TR` | Turkish (Türkiye) | Professional voice<br/><br/>Cross-lingual voice source and target<br/><br/>Multi-style voice<br/><br/>Multi-lingual voice primary and secondary |
7474
| `vi-VN` | Vietnamese (Vietnam) | Professional voice<br/><br/>Multi-style voice |

0 commit comments

Comments
 (0)