Skip to content

Commit d699700

Browse files
committed
fixing merge conflict
2 parents 48eadcd + 5bfac72 commit d699700

File tree

1,291 files changed

+28648
-29230
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,291 files changed

+28648
-29230
lines changed

.acrolinx-config.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
{:allowed-branchname-matches ["main" "release-.*"]
2-
:allowed-filename-matches ["(?i)articles/(?:(?!active-directory/saas-apps/toc.yml|role-based-access-control/resource-provider-operations.md|.*policy/samples/|.*resource-graph/samples/))" "(?i)includes/(?:(?!policy/reference/|policy/standards/|resource-graph/samples/))"]}
2+
:allowed-filename-matches ["articles"]}

.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

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,8 @@ _site/
99
_themes*/
1010
_repo.*/
1111

12-
.openpublishing.buildcore.ps1
12+
.openpublishing.buildcore.ps1
13+
14+
# CoPilot instructions and prompts
15+
.github/copilot-instructions.md
16+
.github/prompts/*.md

.openpublishing.publish.config.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,12 @@
9292
"branch": "main",
9393
"branch_mapping": {}
9494
},
95+
{
96+
"path_to_root": "azure-functions-ai-services-agent-javascript",
97+
"url": "https://github.com/Azure-Samples/azure-functions-ai-services-agent-javascript",
98+
"branch": "main",
99+
"branch_mapping": {}
100+
},
95101
{
96102
"path_to_root": "samples-cognitive-services-speech-sdk",
97103
"url": "https://github.com/Azure-Samples/cognitive-services-speech-sdk",

.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
}

.whatsnew.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,22 @@
99
"navigationOptions": {
1010
"maximumNumberOfArticles": 5,
1111
"tocParentNode": "Latest documentation updates",
12-
"repoTocFolder": "articles/ai-services",
12+
"repoTocFolder": "articles/whats-new",
1313
"indexParentNode": "Latest documentation updates",
14-
"repoIndexFolder": "articles/ai-services"
14+
"repoIndexFolder": "articles/whats-new"
1515
},
1616
"areas": [
1717
{
1818
"names": [ "ai-services" ],
1919
"heading": "Azure AI Services"
2020
},
2121
{
22-
"names": [ "ai-studio" ],
23-
"heading": "Azure AI Foundry"
22+
"names": [ "ai-foundry" ],
23+
"heading": "Azure Foundry"
2424
},
2525
{
2626
"names": [ "machine-learning" ],
27-
"heading": "Azure Machine Learning"
27+
"heading": "Machine Learning"
2828
},
2929
{
3030
"names": [ "search" ],

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

Lines changed: 45 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
{
22
"redirections": [
3+
{
4+
"source_path_from_root": "/articles/ai-foundry/azure-openai-in-ai-foundry.md",
5+
"redirect_url": "/azure/ai-foundry/azure-openai-in-azure-ai-foundry",
6+
"redirect_document_id": false
7+
},
8+
{
9+
"source_path_from_root": "/articles/ai-foundry/what-is-ai-foundry.md",
10+
"redirect_url": "/azure/ai-foundry/what-is-azure-ai-foundry",
11+
"redirect_document_id": false
12+
},
13+
{
14+
"source_path_from_root": "/articles/ai-foundry/whats-new-ai-foundry.md",
15+
"redirect_url": "/azure/ai-foundry/whats-new-azure-ai-foundry",
16+
"redirect_document_id": false
17+
},
18+
{
19+
"source_path_from_root": "/articles/ai-foundry/concepts/rbac-ai-foundry.md",
20+
"redirect_url": "/azure/ai-foundry/concepts/rbac-azure-ai-foundry",
21+
"redirect_document_id": false
22+
},
323
{
424
"source_path_from_root": "/articles/ai-studio/how-to/access-on-premises-resources.md",
525
"redirect_url": "/azure/ai-foundry/how-to/access-on-premises-resources",
@@ -90,6 +110,11 @@
90110
"redirect_url": "/azure/ai-foundry/how-to/data-add",
91111
"redirect_document_id": true
92112
},
113+
{
114+
"source_path_from_root": "/articles/ai-foundry/model-inference/reference/api-version-updates.md",
115+
"redirect_url": "/rest/api/aifoundry/modelinference",
116+
"redirect_document_id": false
117+
},
93118
{
94119
"source_path_from_root": "/articles/ai-studio/how-to/deploy-models-cohere-command.md",
95120
"redirect_url": "/azure/ai-foundry/how-to/deploy-models-cohere-command",
@@ -290,6 +315,11 @@
290315
"redirect_url": "/azure/ai-foundry/how-to/deploy-stability-models",
291316
"redirect_document_id": true
292317
},
318+
{
319+
"source_path_from_root": "/articles/ai-foundry/how-to/deploy-stability-models.md",
320+
"redirect_url": "/azure/ai-foundry/concepts/models-featured#stability-ai",
321+
"redirect_document_id": false
322+
},
293323
{
294324
"source_path_from_root": "/articles/ai-studio/how-to/disable-local-auth.md",
295325
"redirect_url": "/azure/ai-foundry/how-to/disable-local-auth",
@@ -639,7 +669,7 @@
639669
},
640670
{
641671
"source_path_from_root": "/articles/ai-studio/concepts/rbac-ai-studio.md",
642-
"redirect_url": "/azure/ai-foundry/concepts/rbac-ai-foundry",
672+
"redirect_url": "/azure/ai-foundry/concepts/rbac-azure-ai-foundry",
643673
"redirect_document_id": true
644674
},
645675
{
@@ -664,7 +694,7 @@
664694
},
665695
{
666696
"source_path_from_root": "/articles/ai-studio/azure-openai-in-ai-studio.md",
667-
"redirect_url": "/azure/ai-foundry/azure-openai-in-ai-foundry",
697+
"redirect_url": "/azure/ai-foundry/azure-openai-in-azure-ai-foundry",
668698
"redirect_document_id": true
669699
},
670700
{
@@ -674,8 +704,8 @@
674704
},
675705
{
676706
"source_path_from_root": "/articles/ai-studio/ai-services/how-to/connect-ai-services.md",
677-
"redirect_url": "/azure/ai-foundry/ai-services/how-to/connect-ai-services",
678-
"redirect_document_id": true
707+
"redirect_url": "/azure/ai-services/connect-services-ai-foundry-portal",
708+
"redirect_document_id": false
679709
},
680710
{
681711
"source_path_from_root": "/articles/ai-studio/ai-services/how-to/connect-azure-openai.md",
@@ -734,12 +764,12 @@
734764
},
735765
{
736766
"source_path_from_root": "/articles/ai-studio/what-is-ai-studio.md",
737-
"redirect_url": "/azure/ai-foundry/what-is-ai-foundry",
767+
"redirect_url": "/azure/ai-foundry/what-is-azure-ai-foundry",
738768
"redirect_document_id": true
739769
},
740770
{
741771
"source_path_from_root": "/articles/ai-studio/whats-new-ai-studio.md",
742-
"redirect_url": "/azure/ai-foundry/whats-new-ai-foundry",
772+
"redirect_url": "/azure/ai-foundry/whats-new-azure-ai-foundry",
743773
"redirect_document_id": true
744774
},
745775
{
@@ -850,7 +880,7 @@
850880
},
851881
{
852882
"source_path_from_root": "/articles/ai-studio/how-to/models-foundation-azure-ai.md",
853-
"redirect_url": "/azure/ai-studio/ai-services/how-to/connect-ai-services",
883+
"redirect_url": "/azure/ai-services/connect-services-ai-foundry-portal",
854884
"redirect_document_id": true
855885
},
856886
{
@@ -930,17 +960,17 @@
930960
},
931961
{
932962
"source_path_from_root": "/articles/ai-studio/ai-services/get-started.md",
933-
"redirect_url": "/azure/ai-studio/ai-services/how-to/connect-ai-services",
963+
"redirect_url": "/azure/ai-services/connect-services-ai-foundry-portal",
934964
"redirect_document_id": false
935965
},
936966
{
937967
"source_path_from_root": "/articles/ai-studio/ai-services/where-to-use-ai-services.md",
938-
"redirect_url": "/azure/ai-studio/ai-services/how-to/connect-ai-services",
968+
"redirect_url": "/azure/ai-services/connect-services-ai-foundry-portal",
939969
"redirect_document_id": false
940970
},
941971
{
942972
"source_path_from_root": "/articles/ai-studio/ai-services/connect-ai-services.md",
943-
"redirect_url": "/azure/ai-studio/ai-services/how-to/connect-ai-services",
973+
"redirect_url": "/azure/ai-services/connect-services-ai-foundry-portal",
944974
"redirect_document_id": false
945975
},
946976
{
@@ -1102,6 +1132,11 @@
11021132
"source_path_from_root": "/articles/ai-foundry/how-to/prompt-flow.md",
11031133
"redirect_url": "/azure/ai-foundry/concepts/prompt-flow",
11041134
"redirect_document_id": true
1135+
},
1136+
{
1137+
"source_path_from_root": "/articles/ai-foundry/ai-services/how-to/connect-ai-services.md",
1138+
"redirect_url": "/azure/ai-services/connect-services-ai-foundry-portal",
1139+
"redirect_document_id": false
11051140
}
11061141
]
11071142
}

articles/ai-foundry/ai-services/content-safety-overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@ ms.service: azure-ai-foundry
77
ms.custom:
88
- ignite-2024
99
ms.topic: overview
10-
ms.date: 02/20/2025
10+
ms.date: 05/01/2025
1111
ms.author: pafarley
1212
author: PatrickFarley
1313
---
1414

1515
# Content Safety in the Azure AI Foundry portal
1616

17-
Azure AI Content Safety is an AI service that detects harmful user-generated and AI-generated content in applications and services. Azure AI Content Safety includes various APIs that allow you to detect and prevent the output of harmful content. The interactive Content Safety **try out** page in [Azure AI Foundry portal](https://ai.azure.com) allows you to view, explore, and try out sample code for detecting harmful content across different modalities.
17+
Azure AI Content Safety is an AI service that detects harmful user-generated and AI-generated content in applications and services. Azure AI Content Safety includes APIs that allow you to detect and prevent the output of harmful content. The interactive Content Safety **try it out** page in [Azure AI Foundry portal](https://ai.azure.com) allows you to view, explore, and try out sample code for detecting harmful content across different modalities.
1818

1919
## Features
2020

21-
You can use Azure AI Content Safety for many scenarios:
21+
You can use Azure AI Content Safety for the following scenarios:
2222

2323
**Text content**:
2424
- Moderate text content: This feature scans and moderates text content, identifying and categorizing it based on different levels of severity to ensure appropriate responses.

articles/ai-foundry/ai-services/how-to/connect-azure-openai.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,5 +145,5 @@ At some point, you want to develop apps with code. Here are some developer resou
145145

146146
## Related content
147147

148-
- [Azure OpenAI in Azure AI Foundry portal](../../azure-openai-in-ai-foundry.md)
148+
- [Azure OpenAI in Azure AI Foundry portal](../../azure-openai-in-azure-ai-foundry.md)
149149
- [Use Azure AI services resources](./connect-ai-services.md)

articles/ai-foundry/azure-openai-in-ai-foundry.md renamed to articles/ai-foundry/azure-openai-in-azure-ai-foundry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ If you've been using Azure OpenAI Studio, all your work, such as your deployment
3232

3333
:::image type="content" source="media/azure-openai-in-ai-studio/studio-home.png" alt-text="Screenshot shows the new Azure OpenAI in Azure AI Foundry portal." lightbox="media/azure-openai-in-ai-studio/studio-home.png":::
3434

35-
Use the left navigation area to perform your tasks with Azure OpenAI models:
35+
Use the left pane to perform your tasks with Azure OpenAI models:
3636

3737
* **Select models**: The **Model catalog** houses all the available Azure OpenAI models.
3838

0 commit comments

Comments
 (0)