Skip to content

Commit 1152963

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-ai-docs-pr into rai-updates
2 parents ff67bc6 + 5440bdc commit 1152963

File tree

1,621 files changed

+11434
-6011
lines changed

Some content is hidden

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

1,621 files changed

+11434
-6011
lines changed

.github/policies/disallow-edits.yml

Lines changed: 6 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,14 @@ 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 "personalizer" and "responsible-ai" folders where the author isn't a member of the MicrosoftDocs org (i.e. PRs in public repo).
22+
- description: Close PRs to the "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-
- or:
28-
- filesMatchPattern:
29-
matchAny: true
30-
pattern: articles/ai-foundry/responsible-ai/*
31-
- filesMatchPattern:
32-
matchAny: true
33-
pattern: articles/ai-services/personalizer/*
27+
- filesMatchPattern:
28+
matchAny: true
29+
pattern: articles/ai-foundry/responsible-ai/*
3430
- not:
3531
activitySenderHasAssociation:
3632
association: Member
@@ -40,50 +36,15 @@ configuration:
4036
@${issueAuthor} - Pull requests that modify files in this folder aren't accepted from public contributors.
4137
- closePullRequest
4238

43-
- description: \@mention specific people when a PR is opened in the "personalizer" or "responsible-ai" folder.
44-
if:
45-
- payloadType: Pull_Request
46-
- isAction:
47-
action: Opened
48-
- or:
49-
- filesMatchPattern:
50-
matchAny: true
51-
pattern: articles/ai-foundry/responsible-ai/*
52-
- filesMatchPattern:
53-
matchAny: true
54-
pattern: articles/ai-services/personalizer/*
55-
- activitySenderHasAssociation:
56-
association: Member
57-
- not:
58-
or:
59-
- isActivitySender:
60-
user: eric-urban
61-
- isActivitySender:
62-
user: nitinme
63-
- isActivitySender:
64-
user: mrbullwinkle
65-
then:
66-
- addReply:
67-
reply: >-
68-
@${issueAuthor} - Please don't sign off on this PR. The area owners will sign off once they've reviewed your contribution.
69-
- mentionUsers:
70-
mentionees:
71-
- eric-urban
72-
- nitinme
73-
- mrbullwinkle
74-
replyTemplate: ${mentionees} - Please review this PR and sign off when you're ready to merge it.
75-
assignMentionees: True # This part probably won't work since the bot doesn't have write perms.
76-
- addLabel:
77-
label: needs-human-review
7839

79-
- description: \@mention specific people when a PR is opened in the "ai-services/responsible-ai" folder.
40+
- description: \@mention specific people when a PR is opened in the "ai-foundry/responsible-ai" folder.
8041
if:
8142
- payloadType: Pull_Request
8243
- isAction:
8344
action: Opened
8445
- filesMatchPattern:
8546
matchAny: true
86-
pattern: articles/ai-services/responsible-ai/*
47+
pattern: articles/ai-foundry/responsible-ai/*
8748
- activitySenderHasAssociation:
8849
association: Member
8950
- not:
@@ -100,8 +61,6 @@ configuration:
10061
user: laujan
10162
- isActivitySender:
10263
user: patrickfarley
103-
- isActivitySender:
104-
user: jboback
10564
- isActivitySender:
10665
user: heidisteen
10766
- isActivitySender:
@@ -118,7 +77,6 @@ configuration:
11877
- aahill
11978
- laujan
12079
- patrickfarley
121-
- jboback
12280
- heidisteen
12381
- haileytap
12482
replyTemplate: ${mentionees} - Please review this PR and sign off when you're ready to merge it.

.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

.openpublishing.publish.config.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,12 @@
188188
"branch": "main",
189189
"branch_mapping": {}
190190
},
191+
{
192+
"path_to_root": "azure-search-dotnet-samples",
193+
"url": "https://github.com/Azure-Samples/azure-search-dotnet-samples",
194+
"branch": "main",
195+
"branch_mapping": {}
196+
},
191197
{
192198
"path_to_root": "azureai-model-inference-bicep",
193199
"url": "https://github.com/Azure-Samples/azureai-model-inference-bicep",
@@ -199,6 +205,12 @@
199205
"url": "https://github.com/MicrosoftDocs/azure-docs-pr",
200206
"branch": "main",
201207
"branch_mapping": {}
208+
},
209+
{
210+
"path_to_root": "azure-policy-autogen-docs",
211+
"url": "https://github.com/MicrosoftDocs/azure-policy-autogen-docs",
212+
"branch": "main",
213+
"branch_mapping": {}
202214
}
203215
],
204216
"branch_target_mapping": {},

.openpublishing.redirection.json

Lines changed: 167 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{
1+
{
22
"redirections": [
33
{
44
"source_path": "articles/ai-foundry/concepts/connections.md",
@@ -319,6 +319,171 @@
319319
"source_path_from_root": "/articles/ai-services/language-service/tutorials/prompt-flow.md",
320320
"redirect_url": "/azure/ai-services/language-service/tutorials/power-automate",
321321
"redirect_document_id": false
322+
},
323+
{
324+
"source_path": "articles/ai-foundry/model-inference/concepts/content-filter.md",
325+
"redirect_url": "../../foundry-models/concepts/content-filter",
326+
"redirect_document_id": false
327+
},
328+
{
329+
"source_path": "articles/ai-foundry/model-inference/concepts/default-safety-policies.md",
330+
"redirect_url": "../../foundry-models/concepts/default-safety-policies",
331+
"redirect_document_id": false
332+
},
333+
{
334+
"source_path": "articles/ai-foundry/model-inference/concepts/deployment-types.md",
335+
"redirect_url": "../../foundry-models/concepts/deployment-types",
336+
"redirect_document_id": false
337+
},
338+
{
339+
"source_path": "articles/ai-foundry/model-inference/concepts/endpoints.md",
340+
"redirect_url": "../../foundry-models/concepts/endpoints",
341+
"redirect_document_id": false
342+
},
343+
{
344+
"source_path": "articles/ai-foundry/model-inference/concepts/models.md",
345+
"redirect_url": "../../foundry-models/concepts/models",
346+
"redirect_document_id": false
347+
},
348+
{
349+
"source_path": "articles/ai-foundry/model-inference/concepts/model-versions.md",
350+
"redirect_url": "../../foundry-models/concepts/model-versions",
351+
"redirect_document_id": false
352+
},
353+
{
354+
"source_path": "articles/ai-foundry/model-inference/how-to/configure-content-filters.md",
355+
"redirect_url": "../../foundry-models/how-to/configure-content-filters",
356+
"redirect_document_id": false
357+
},
358+
{
359+
"source_path": "articles/ai-foundry/model-inference/how-to/configure-deployment-policies.md",
360+
"redirect_url": "../../foundry-models/how-to/configure-deployment-policies",
361+
"redirect_document_id": false
362+
},
363+
{
364+
"source_path": "articles/ai-foundry/model-inference/how-to/configure-entra-id.md",
365+
"redirect_url": "../../foundry-models/how-to/configure-entra-id",
366+
"redirect_document_id": false
367+
},
368+
{
369+
"source_path": "articles/ai-foundry/model-inference/how-to/configure-marketplace.md",
370+
"redirect_url": "../../foundry-models/how-to/configure-marketplace",
371+
"redirect_document_id": false
372+
},
373+
{
374+
"source_path": "articles/ai-foundry/model-inference/how-to/configure-project-connection.md",
375+
"redirect_url": "../../foundry-models/how-to/configure-project-connection",
376+
"redirect_document_id": false
377+
},
378+
{
379+
"source_path": "articles/ai-foundry/model-inference/how-to/create-model-deployments.md",
380+
"redirect_url": "../../foundry-models/how-to/create-model-deployments",
381+
"redirect_document_id": false
382+
},
383+
{
384+
"source_path": "articles/ai-foundry/model-inference/how-to/inference.md",
385+
"redirect_url": "../../foundry-models/how-to/inference",
386+
"redirect_document_id": false
387+
},
388+
{
389+
"source_path": "articles/ai-foundry/model-inference/how-to/manage-costs.md",
390+
"redirect_url": "../../foundry-models/how-to/manage-costs",
391+
"redirect_document_id": false
392+
},
393+
{
394+
"source_path": "articles/ai-foundry/model-inference/how-to/monitor-models.md",
395+
"redirect_url": "../../foundry-models/how-to/monitor-models",
396+
"redirect_document_id": false
397+
},
398+
{
399+
"source_path": "articles/ai-foundry/model-inference/how-to/quickstart-ai-project.md",
400+
"redirect_url": "../../foundry-models/how-to/quickstart-ai-project",
401+
"redirect_document_id": false
402+
},
403+
{
404+
"source_path": "articles/ai-foundry/model-inference/how-to/quickstart-create-resources.md",
405+
"redirect_url": "../../foundry-models/how-to/quickstart-create-resources",
406+
"redirect_document_id": false
407+
},
408+
{
409+
"source_path": "articles/ai-foundry/model-inference/how-to/quickstart-github-models.md",
410+
"redirect_url": "../../foundry-models/how-to/quickstart-github-models",
411+
"redirect_document_id": false
412+
},
413+
{
414+
"source_path": "articles/ai-foundry/model-inference/how-to/use-blocklists.md",
415+
"redirect_url": "../../foundry-models/how-to/use-blocklists",
416+
"redirect_document_id": false
417+
},
418+
{
419+
"source_path": "articles/ai-foundry/model-inference/how-to/use-chat-completions.md",
420+
"redirect_url": "../../foundry-models/how-to/use-chat-completions",
421+
"redirect_document_id": false
422+
},
423+
{
424+
"source_path": "articles/ai-foundry/model-inference/how-to/use-chat-multi-modal.md",
425+
"redirect_url": "../../foundry-models/how-to/use-chat-multi-modal",
426+
"redirect_document_id": false
427+
},
428+
{
429+
"source_path": "articles/ai-foundry/model-inference/how-to/use-chat-reasoning.md",
430+
"redirect_url": "../../foundry-models/how-to/use-chat-reasoning",
431+
"redirect_document_id": false
432+
},
433+
{
434+
"source_path": "articles/ai-foundry/model-inference/how-to/use-embeddings.md",
435+
"redirect_url": "../../foundry-models/how-to/use-embeddings",
436+
"redirect_document_id": false
437+
},
438+
{
439+
"source_path": "articles/ai-foundry/model-inference/how-to/use-image-embeddings.md",
440+
"redirect_url": "../../foundry-models/how-to/use-image-embeddings",
441+
"redirect_document_id": false
442+
},
443+
{
444+
"source_path": "articles/ai-foundry/model-inference/how-to/use-structured-outputs.md",
445+
"redirect_url": "../../foundry-models/how-to/use-structured-outputs",
446+
"redirect_document_id": false
447+
},
448+
{
449+
"source_path": "articles/ai-foundry/model-inference/how-to/github/create-model-deployments.md",
450+
"redirect_url": "../../../foundry-models/how-to/github/create-model-deployments",
451+
"redirect_document_id": false
452+
},
453+
{
454+
"source_path": "articles/ai-foundry/model-inference/tutorials/get-started-deepseek-r1.md",
455+
"redirect_url": "../../foundry-models/tutorials/get-started-deepseek-r1",
456+
"redirect_document_id": false
457+
},
458+
{
459+
"source_path": "articles/ai-foundry/model-inference/overview.md",
460+
"redirect_url": "../foundry-models/overview",
461+
"redirect_document_id": false
462+
},
463+
{
464+
"source_path": "articles/ai-foundry/model-inference/quotas-limits.md",
465+
"redirect_url": "../foundry-models/quotas-limits",
466+
"redirect_document_id": false
467+
},
468+
{
469+
"source_path": "articles/ai-foundry/model-inference/supported-languages.md",
470+
"redirect_url": "../foundry-models/supported-languages",
471+
"redirect_document_id": false
472+
},
473+
{
474+
"source_path": "articles/ai-foundry/model-inference/supported-languages-openai.md",
475+
"redirect_url": "../foundry-models/supported-languages-openai",
476+
"redirect_document_id": false
477+
},
478+
{
479+
"source_path": "articles/ai-foundry/model-inference/faq.yml",
480+
"redirect_url": "../foundry-models/faq",
481+
"redirect_document_id": false
482+
},
483+
{
484+
"source_path": "articles/ai-foundry/model-inference/index.yml",
485+
"redirect_url": "../foundry-models/index",
486+
"redirect_document_id": false
322487
}
323488
]
324-
}
489+
}

articles/ai-foundry/.openpublishing.redirection.ai-studio.json

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,11 @@
350350
"redirect_url": "/azure/ai-foundry/how-to/evaluate-results",
351351
"redirect_document_id": true
352352
},
353+
{
354+
"source_path_from_root": "/articles/ai-foundry/how-to/deploy-nvidia-inference-microservice.md",
355+
"redirect_url": "/azure/ai-foundry/how-to/deploy-models-managed-pay-go#nvidia",
356+
"redirect_document_id": true
357+
},
353358
{
354359
"source_path_from_root": "/articles/ai-studio/how-to/fine-tune-managed-compute.md",
355360
"redirect_url": "/azure/ai-foundry/how-to/fine-tune-managed-compute",
@@ -445,9 +450,19 @@
445450
"redirect_url": "/azure/ai-foundry/how-to/troubleshoot-secure-connection-project",
446451
"redirect_document_id": true
447452
},
453+
{
454+
"source_path_from_root": "/articles/ai-foundry/foundry-models/supported-languages-openai.md",
455+
"redirect_url": "/azure/ai-services/openai/supported-languages",
456+
"redirect_document_id": false
457+
},
448458
{
449459
"source_path_from_root": "/articles/ai-studio/how-to/use-blocklists.md",
450-
"redirect_url": "/azure/ai-foundry/how-to/use-blocklists",
460+
"redirect_url": "/azure/ai-foundry/foundry-models/how-to/use-blocklists",
461+
"redirect_document_id": false
462+
},
463+
{
464+
"source_path_from_root": "/articles/ai-foundry/how-to/use-blocklists.md",
465+
"redirect_url": "/azure/ai-foundry/foundry-models/how-to/use-blocklists",
451466
"redirect_document_id": true
452467
},
453468
{
@@ -767,6 +782,16 @@
767782
"redirect_url": "/azure/ai-foundry/context/context.json",
768783
"redirect_document_id": false
769784
},
785+
{
786+
"source_path_from_root": "/articles/ai-foundry/foundry-models/index.yml",
787+
"redirect_url": "/azure/ai-foundry/",
788+
"redirect_document_id": false
789+
},
790+
{
791+
"source_path_from_root": "/articles/ai-foundry/foundry-models/context/context.yml",
792+
"redirect_url": "/azure/ai-foundry/context/context",
793+
"redirect_document_id": false
794+
},
770795
{
771796
"source_path_from_root": "/articles/ai-studio/responsible-use-of-ai-overview.md",
772797
"redirect_url": "/azure/ai-foundry/responsible-use-of-ai-overview",
@@ -1177,6 +1202,21 @@
11771202
"source_path_from_root": "/articles/ai-foundry/how-to/online-evaluation.md",
11781203
"redirect_url": "/azure/ai-foundry/how-to/monitor-applications",
11791204
"redirect_document_id": false
1205+
},
1206+
{
1207+
"source_path_from_root": "/articles/ai-foundry/openai/index.yml",
1208+
"redirect_url": "/azure/ai-foundry/",
1209+
"redirect_document_id": false
1210+
},
1211+
{
1212+
"source_path_from_root": "/articles/ai-foundry/openai/context/context.yml",
1213+
"redirect_url": "/azure/ai-foundry/context/context",
1214+
"redirect_document_id": false
1215+
},
1216+
{
1217+
"source_path_from_root": "/articles/ai-foundry/openai/context/context.json",
1218+
"redirect_url": "/azure/ai-foundry/context/context",
1219+
"redirect_document_id": false
11801220
}
11811221
]
11821222
}

0 commit comments

Comments
 (0)