Skip to content

Commit 1cf763a

Browse files
committed
Merge remote-tracking branch 'origin' into new-translator-entra-id-273692
2 parents c1c1263 + e9b4143 commit 1cf763a

File tree

298 files changed

+3014
-2275
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

298 files changed

+3014
-2275
lines changed

.github/policies/disallow-edits.yml

Lines changed: 60 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,18 @@ configuration:
1919
@${issueAuthor} - You tried to add an index file to this repository; this is not permitted so your pull request will be closed automatically.
2020
- closePullRequest
2121

22-
- description: Close PRs to the "ai-services/personalizer" folder where the author isn't a member of the MicrosoftDocs org (i.e. PRs in public repo).
22+
- description: Close PRs to the "ai-services/personalizer" and "ai-services/responsible-ai" folders where the author isn't a member of the MicrosoftDocs org (i.e. PRs in public repo).
2323
if:
2424
- payloadType: Pull_Request
2525
- isAction:
2626
action: Opened
27-
- filesMatchPattern:
28-
matchAny: true
29-
pattern: articles/ai-services/personalizer/*
27+
- or:
28+
- filesMatchPattern:
29+
matchAny: true
30+
pattern: articles/ai-services/personalizer/*
31+
- filesMatchPattern:
32+
matchAny: true
33+
pattern: articles/ai-services/responsible-ai/*
3034
- not:
3135
activitySenderHasAssociation:
3236
association: Member
@@ -65,3 +69,55 @@ configuration:
6569
- mrbullwinkle
6670
replyTemplate: ${mentionees} - Please review this PR and sign off when you're ready to merge it.
6771
assignMentionees: True # This part probably won't work since the bot doesn't have write perms.
72+
- addLabel:
73+
label: needs-human-review
74+
75+
- description: \@mention specific people when a PR is opened in the "ai-services/responsible-ai" folder.
76+
if:
77+
- payloadType: Pull_Request
78+
- isAction:
79+
action: Opened
80+
- filesMatchPattern:
81+
matchAny: true
82+
pattern: articles/ai-services/responsible-ai/*
83+
- activitySenderHasAssociation:
84+
association: Member
85+
- not:
86+
or:
87+
- isActivitySender:
88+
user: eric-urban
89+
- isActivitySender:
90+
user: nitinme
91+
- isActivitySender:
92+
user: mrbullwinkle
93+
- isActivitySender:
94+
user: aahill
95+
- isActivitySender:
96+
user: laujan
97+
- isActivitySender:
98+
user: patrickfarley
99+
- isActivitySender:
100+
user: jboback
101+
- isActivitySender:
102+
user: heidisteen
103+
- isActivitySender:
104+
user: haileytap
105+
then:
106+
- addReply:
107+
reply: >-
108+
@${issueAuthor} - Please don't sign off on this PR. The area owners will sign off once they've reviewed your contribution.
109+
- mentionUsers:
110+
mentionees:
111+
- eric-urban
112+
- nitinme
113+
- mrbullwinkle
114+
- aahill
115+
- laujan
116+
- patrickfarley
117+
- jboback
118+
- heidisteen
119+
- haileytap
120+
replyTemplate: ${mentionees} - Please review this PR and sign off when you're ready to merge it.
121+
assignMentionees: True # This part probably won't work since the bot doesn't have write perms.
122+
- addLabel:
123+
label: needs-human-review

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,11 @@
264264
"source_path_from_root": "/articles/ai-services/openai/concepts/provisioned-reservation-update.md",
265265
"redirect_url": "/azure/ai-services/openai/concepts/provisioned-migration",
266266
"redirect_document_id": true
267+
},
268+
{
269+
"source_path_from_root": "/articles/ai-services/custom-vision-service/logo-detector-mobile.md",
270+
"redirect_url": "/azure/ai-services/custom-vision-service",
271+
"redirect_document_id": false
267272
}
268273
]
269274
}

articles/ai-foundry/concepts/models-featured.md

Lines changed: 34 additions & 34 deletions
Large diffs are not rendered by default.

articles/ai-foundry/concepts/trace.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
---
2-
title: Tracing in Azure AI Inference SDK
2+
title: Trace your application with Azure AI Foundry project library
33
titleSuffix: Azure AI Foundry
4-
description: This article provides an overview of tracing with the Azure AI Inference SDK.
4+
description: This article provides an overview of tracing with the Azure AI Foundry project library.
55
manager: scottpolly
66
ms.service: azure-ai-foundry
77
ms.custom:
88
- ignite-2024
99
ms.topic: conceptual
10-
ms.date: 11/19/2024
10+
ms.date: 03/31/2025
1111
ms.reviewer: truptiparkar
1212
ms.author: lagayhar
1313
author: lgayhardt
1414
---
1515

16-
# Tracing in Azure AI Inference SDK overview
16+
# Trace your application with Azure AI Foundry project library overview
1717

1818
[!INCLUDE [feature-preview](../includes/feature-preview.md)]
1919

@@ -75,5 +75,5 @@ Azure AI's tracing capabilities are designed to empower developers with the tool
7575

7676
## Related content
7777

78-
- [Trace your application with Azure AI Inference SDK](../how-to/develop/trace-local-sdk.md)
78+
- [Trace your application with Azure AI Foundry project library](../how-to/develop/trace-local-sdk.md)
7979
- [Visualize your traces](../how-to/develop/visualize-traces.md)

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

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

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

Lines changed: 65 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ ms.service: azure-ai-foundry
77
ms.custom:
88
- build-2024
99
- ignite-2024
10-
ms.topic: overview
11-
ms.date: 02/27/2025
10+
ms.topic: how-to
11+
ms.date: 03/27/2025
1212
ms.reviewer: dantaylo
1313
ms.author: sgilley
1414
author: sdgilley
@@ -31,18 +31,75 @@ If you want to jump right in and start building an app, check out:
3131
- [Create a chat app](../../quickstarts/get-started-code.md)
3232
- [Create a custom RAG app](../../tutorials/copilot-sdk-create-resources.md)
3333

34-
## Get started with Projects
34+
## Prerequisites
3535

36-
The best way to get started using the Azure AI Foundry SDK is by using a project. AI projects connect together different data, assets, and services you need to build AI applications. The AI project client allows you to easily access these project components from your code by using a single connection string.
36+
* An Azure subscription. If you don't have one, create a [free account](https://azure.microsoft.com/free/).
37+
* [Create a project](../create-projects.md) if you don't have one already.
38+
* Sign in with the Azure CLI using the same account that you use to access your AI Project:
3739

38-
First follow steps to [create an AI Project](../create-projects.md) if you don't have one already.
40+
```bash
41+
az login
42+
```
3943

40-
Sign in with the Azure CLI using the same account that you use to access your AI Project:
44+
## Install everything
4145

42-
```bash
43-
az login
46+
Install all the Azure AI Foundry SDK packages as shown here, or install only the packages you need in the following sections.
47+
48+
::: zone pivot="programming-language-python"
49+
50+
1. Create a file named **requirements.txt**. Add the following packages to the file:
51+
52+
```txt
53+
azure-ai-projects
54+
azure-identity
55+
openai
56+
azure-ai-inference
57+
azure-search-documents
58+
azure-ai-evaluation
59+
azure-monitor-opentelemetry
60+
```
61+
62+
1. Install the packages:
63+
64+
```bash
65+
pip install -r requirements.txt
66+
```
67+
68+
---
69+
70+
::: zone-end
71+
72+
::: zone pivot="programming-language-csharp"
73+
74+
```dotnet
75+
dotnet add package Azure.AI.Projects
76+
dotnet add package Azure.Identity
77+
dotnet add package Azure.AI.OpenAI
78+
dotnet add package Azure.AI.Inference
79+
dotnet add package Azure.Search.Documents
4480
```
4581

82+
Add using statements:
83+
84+
```csharp
85+
using Azure.Identity;
86+
using Azure.AI.Projects;
87+
using OpenAI.Chat;
88+
using Azure.AI.OpenAI;
89+
using Azure.AI.Inference;
90+
using Azure.Search.Documents;
91+
using Azure.Search.Documents.Models;
92+
```
93+
94+
---
95+
96+
::: zone-end
97+
98+
99+
## Get started with projects
100+
101+
The best way to get started using the Azure AI Foundry SDK is by using a project. AI projects connect together different data, assets, and services you need to build AI applications. The AI project client allows you to easily access these project components from your code by using a single connection string.
102+
46103
Install the Azure AI projects client library:
47104

48105
::: zone pivot="programming-language-python"

0 commit comments

Comments
 (0)