Skip to content

Commit d0e483c

Browse files
committed
add vs code docs
2 parents 11f77e5 + 57520d0 commit d0e483c

File tree

297 files changed

+2969
-2046
lines changed

Some content is hidden

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

297 files changed

+2969
-2046
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/develop/ai-template-get-started.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ author: sdgilley
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

21+
Available templates include:
22+
23+
* [Get started with AI chat](https://github.com/Azure-Samples/get-started-with-ai-chat)
24+
* [Get started with AI agents](https://github.com/Azure-Samples/get-started-with-ai-agents)
25+
* [Unlock insights from conversational data](https://github.com/microsoft/Conversation-Knowledge-Mining-Solution-Accelerator)
26+
2127
[!INCLUDE [feature-preview](../../includes/feature-preview.md)]
2228

2329
## Prerequisites
@@ -53,6 +59,9 @@ The README also includes information about the application, such as the use case
5359
> [!TIP]
5460
> Discover more templates in our curated [AZD templates collection](https://azure.github.io/ai-app-templates). Deploy them with a single command ```azd up``` using the [Azure Developer CLI](/azure/developer/azure-developer-cli/).
5561
62+
63+
64+
5665
## Related content
5766

5867
- [Get started building a chat app using the Azure AI Foundry SDK](../../quickstarts/get-started-code.md)

0 commit comments

Comments
 (0)