Skip to content

Commit 55def52

Browse files
committed
Merge branch 'main' of github.com:MicrosoftDocs/azure-ai-docs-pr into sdg-freshness
2 parents b18166a + 4bbe637 commit 55def52

File tree

614 files changed

+10101
-29601
lines changed

Some content is hidden

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

614 files changed

+10101
-29601
lines changed

.github/policies/disallow-edits.yml

Lines changed: 51 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,58 @@ configuration:
1010
- payloadType: Pull_Request
1111
- isAction:
1212
action: Opened
13-
- or:
14-
- filesMatchPattern:
15-
matchAny: true
16-
pattern: articles/index.*
13+
- filesMatchPattern:
14+
matchAny: true
15+
pattern: articles/index.*
1716
then:
1817
- addReply:
1918
reply: >-
20-
@${issueAuthor} - You tried to add an index file to this repository; this is not permitted so your pull request will be closed automatically.
19+
@${issueAuthor} - You tried to add an index file to this repository; this is not permitted so your pull request will be closed automatically.
2120
- closePullRequest
21+
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).
23+
if:
24+
- payloadType: Pull_Request
25+
- isAction:
26+
action: Opened
27+
- filesMatchPattern:
28+
matchAny: true
29+
pattern: articles/ai-services/personalizer/*
30+
- not:
31+
activitySenderHasAssociation:
32+
association: Member
33+
then:
34+
- addReply:
35+
reply: >-
36+
@${issueAuthor} - Pull requests that modify files in this folder aren't accepted from public contributors.
37+
- closePullRequest
38+
39+
- description: \@mention specific people when a PR is opened in the "ai-services/personalizer" folder.
40+
if:
41+
- payloadType: Pull_Request
42+
- isAction:
43+
action: Opened
44+
- filesMatchPattern:
45+
matchAny: true
46+
pattern: articles/ai-services/personalizer/*
47+
- activitySenderHasAssociation:
48+
association: Member
49+
- not:
50+
or:
51+
- isActivitySender:
52+
user: eric-urban
53+
- isActivitySender:
54+
user: nitinme
55+
- isActivitySender:
56+
user: mrbullwinkle
57+
then:
58+
- addReply:
59+
reply: >-
60+
@${issueAuthor} - Please don't sign off on this PR. The area owners will sign off once they've reviewed your contribution.
61+
- mentionUsers:
62+
mentionees:
63+
- eric-urban
64+
- nitinme
65+
- mrbullwinkle
66+
replyTemplate: ${mentionees} - Please review this PR and sign off when you're ready to merge it.
67+
assignMentionees: True # This part probably won't work since the bot doesn't have write perms.

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

Lines changed: 105 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,21 +95,41 @@
9595
"redirect_url": "/azure/ai-foundry/how-to/deploy-models-cohere-command",
9696
"redirect_document_id": true
9797
},
98+
{
99+
"source_path_from_root": "/articles/ai-foundry/how-to/deploy-models-cohere-command.md",
100+
"redirect_url": "/azure/ai-foundry/concepts/models-featured#cohere",
101+
"redirect_document_id": false
102+
},
98103
{
99104
"source_path_from_root": "/articles/ai-studio/how-to/deploy-models-cohere-embed.md",
100105
"redirect_url": "/azure/ai-foundry/how-to/deploy-models-cohere-embed",
101106
"redirect_document_id": true
102107
},
108+
{
109+
"source_path_from_root": "/articles/ai-foundry/how-to/deploy-models-cohere-embed.md",
110+
"redirect_url": "/azure/ai-foundry/concepts/models-featured#cohere",
111+
"redirect_document_id": false
112+
},
103113
{
104114
"source_path_from_root": "/articles/ai-studio/how-to/deploy-models-cohere-rerank.md",
105115
"redirect_url": "/azure/ai-foundry/how-to/deploy-models-cohere-rerank",
106116
"redirect_document_id": true
107117
},
118+
{
119+
"source_path_from_root": "/articles/ai-foundry/how-to/deploy-models-cohere-rerank.md",
120+
"redirect_url": "/azure/ai-foundry/concepts/models-featured#cohere-rerank",
121+
"redirect_document_id": false
122+
},
108123
{
109124
"source_path_from_root": "/articles/ai-studio/how-to/deploy-models-deepseek.md",
110125
"redirect_url": "/azure/ai-foundry/how-to/deploy-models-deepseek",
111126
"redirect_document_id": true
112127
},
128+
{
129+
"source_path_from_root": "/articles/ai-foundry/how-to/deploy-models-deepseek.md",
130+
"redirect_url": "/azure/ai-foundry/concepts/models-featured#deepseek",
131+
"redirect_document_id": false
132+
},
113133
{
114134
"source_path_from_root": "/articles/ai-studio/how-to/deploy-models-gretel-navigator.md",
115135
"redirect_url": "/azure/ai-foundry/how-to/deploy-models-gretel-navigator",
@@ -120,16 +140,31 @@
120140
"redirect_url": "/azure/ai-foundry/how-to/deploy-models-jais",
121141
"redirect_document_id": true
122142
},
143+
{
144+
"source_path_from_root": "/articles/ai-foundry/how-to/deploy-models-jais.md",
145+
"redirect_url": "/azure/ai-foundry/concepts/models-featured#core42",
146+
"redirect_document_id": false
147+
},
123148
{
124149
"source_path_from_root": "/articles/ai-studio/how-to/deploy-models-jamba.md",
125150
"redirect_url": "/azure/ai-foundry/how-to/deploy-models-jamba",
126151
"redirect_document_id": true
127152
},
153+
{
154+
"source_path_from_root": "/articles/ai-foundry/how-to/deploy-models-jamba.md",
155+
"redirect_url": "/azure/ai-foundry/concepts/models-featured#ai21-labs",
156+
"redirect_document_id": false
157+
},
128158
{
129159
"source_path_from_root": "/articles/ai-studio/how-to/deploy-models-llama.md",
130160
"redirect_url": "/azure/ai-foundry/how-to/deploy-models-llama",
131161
"redirect_document_id": true
132162
},
163+
{
164+
"source_path_from_root": "/articles/ai-foundry/how-to/deploy-models-llama.md",
165+
"redirect_url": "/azure/ai-foundry/concepts/models-featured#meta",
166+
"redirect_document_id": false
167+
},
133168
{
134169
"source_path_from_root": "/articles/ai-studio/how-to/deploy-models-managed.md",
135170
"redirect_url": "/azure/ai-foundry/how-to/deploy-models-managed",
@@ -140,11 +175,21 @@
140175
"redirect_url": "/azure/ai-foundry/how-to/deploy-models-mistral-codestral",
141176
"redirect_document_id": true
142177
},
178+
{
179+
"source_path_from_root": "/articles/ai-foundry/how-to/deploy-models-mistral-codestral.md",
180+
"redirect_url": "/azure/ai-foundry/concepts/models-featured#mistral-ai",
181+
"redirect_document_id": false
182+
},
143183
{
144184
"source_path_from_root": "/articles/ai-studio/how-to/deploy-models-mistral-nemo.md",
145185
"redirect_url": "/azure/ai-foundry/how-to/deploy-models-mistral-nemo",
146186
"redirect_document_id": true
147187
},
188+
{
189+
"source_path_from_root": "/articles/ai-foundry/how-to/deploy-models-mistral-nemo.md",
190+
"redirect_url": "/azure/ai-foundry/concepts/models-featured#mistral-ai",
191+
"redirect_document_id": false
192+
},
148193
{
149194
"source_path_from_root": "/articles/ai-studio/how-to/deploy-models-mistral-open.md",
150195
"redirect_url": "/azure/ai-foundry/how-to/deploy-models-mistral-open",
@@ -155,6 +200,11 @@
155200
"redirect_url": "/azure/ai-foundry/how-to/deploy-models-mistral",
156201
"redirect_document_id": true
157202
},
203+
{
204+
"source_path_from_root": "/articles/ai-foundry/how-to/deploy-models-mistral.md",
205+
"redirect_url": "/azure/ai-foundry/concepts/models-featured#mistral-ai",
206+
"redirect_document_id": false
207+
},
158208
{
159209
"source_path_from_root": "/articles/ai-studio/how-to/deploy-models-openai.md",
160210
"redirect_url": "/azure/ai-foundry/how-to/deploy-models-openai",
@@ -165,21 +215,41 @@
165215
"redirect_url": "/azure/ai-foundry/how-to/deploy-models-phi-3-5-vision",
166216
"redirect_document_id": true
167217
},
218+
{
219+
"source_path_from_root": "/articles/ai-foundry/how-to/deploy-models-phi-3-5-vision.md",
220+
"redirect_url": "/azure/ai-foundry/concepts/models-featured#microsoft",
221+
"redirect_document_id": false
222+
},
168223
{
169224
"source_path_from_root": "/articles/ai-studio/how-to/deploy-models-phi-3-vision.md",
170225
"redirect_url": "/azure/ai-foundry/how-to/deploy-models-phi-3-vision",
171226
"redirect_document_id": true
172227
},
228+
{
229+
"source_path_from_root": "/articles/ai-foundry/how-to/deploy-models-phi-3-vision.md",
230+
"redirect_url": "/azure/ai-foundry/concepts/models-featured#microsoft",
231+
"redirect_document_id": false
232+
},
173233
{
174234
"source_path_from_root": "/articles/ai-studio/how-to/deploy-models-phi-3.md",
175235
"redirect_url": "/azure/ai-foundry/how-to/deploy-models-phi-3",
176236
"redirect_document_id": true
177237
},
238+
{
239+
"source_path_from_root": "/articles/ai-foundry/how-to/deploy-models-phi-3.md",
240+
"redirect_url": "/azure/ai-foundry/concepts/models-featured#microsoft",
241+
"redirect_document_id": false
242+
},
178243
{
179244
"source_path_from_root": "/articles/ai-studio/how-to/deploy-models-phi-4.md",
180245
"redirect_url": "/azure/ai-foundry/how-to/deploy-models-phi-4",
181246
"redirect_document_id": true
182247
},
248+
{
249+
"source_path_from_root": "/articles/ai-foundry/how-to/deploy-models-phi-4.md",
250+
"redirect_url": "/azure/ai-foundry/concepts/models-featured#microsoft",
251+
"redirect_document_id": false
252+
},
183253
{
184254
"source_path_from_root": "/articles/ai-studio/how-to/deploy-models-serverless-availability.md",
185255
"redirect_url": "/azure/ai-foundry/how-to/deploy-models-serverless-availability",
@@ -200,11 +270,21 @@
200270
"redirect_url": "/azure/ai-foundry/how-to/deploy-models-timegen-1",
201271
"redirect_document_id": true
202272
},
273+
{
274+
"source_path_from_root": "/articles/ai-foundry/how-to/deploy-models-timegen-1.md",
275+
"redirect_url": "/azure/ai-foundry/concepts/models-featured#nixtla",
276+
"redirect_document_id": false
277+
},
203278
{
204279
"source_path_from_root": "/articles/ai-studio/how-to/deploy-models-tsuzumi.md",
205280
"redirect_url": "/azure/ai-foundry/how-to/deploy-models-tsuzumi",
206281
"redirect_document_id": true
207282
},
283+
{
284+
"source_path_from_root": "/articles/ai-foundry/how-to/deploy-models-tsuzumi.md",
285+
"redirect_url": "/azure/ai-foundry/concepts/models-featured#ntt-data",
286+
"redirect_document_id": false
287+
},
208288
{
209289
"source_path_from_root": "/articles/ai-studio/how-to/deploy-stability-models.md",
210290
"redirect_url": "/azure/ai-foundry/how-to/deploy-stability-models",
@@ -647,7 +727,6 @@
647727
"redirect_url": "/azure/ai-foundry/context/context.json",
648728
"redirect_document_id": false
649729
},
650-
651730
{
652731
"source_path_from_root": "/articles/ai-studio/responsible-use-of-ai-overview.md",
653732
"redirect_url": "/azure/ai-foundry/responsible-use-of-ai-overview",
@@ -993,6 +1072,31 @@
9931072
"source_path_from_root": "/articles/ai-studio/how-to/develop/evaluate-sdk.md#cloud-evaluation-on-test-datasets",
9941073
"redirect_url": "/azure/ai-studio/how-to/develop/cloud-evaluation",
9951074
"redirect_document_id": false
1075+
},
1076+
{
1077+
"source_path_from_root": "/articles/ai-foundry/model-inference/reference/reference-model-inference-api.md",
1078+
"redirect_url": "/rest/api/aifoundry/modelinference",
1079+
"redirect_document_id": false
1080+
},
1081+
{
1082+
"source_path_from_root": "/articles/ai-foundry/model-inference/reference/reference-model-inference-info.md",
1083+
"redirect_url": "/rest/api/aifoundry/model-inference/get-model-info/get-model-info",
1084+
"redirect_document_id": false
1085+
},
1086+
{
1087+
"source_path_from_root": "/articles/ai-foundry/model-inference/reference/reference-model-inference-embeddings.md",
1088+
"redirect_url": "/rest/api/aifoundry/model-inference/get-embeddings/get-embeddings",
1089+
"redirect_document_id": false
1090+
},
1091+
{
1092+
"source_path_from_root": "/articles/ai-foundry/model-inference/reference/reference-model-inference-chat-completions.md",
1093+
"redirect_url": "/rest/api/aifoundry/model-inference/get-chat-completions/get-chat-completions",
1094+
"redirect_document_id": false
1095+
},
1096+
{
1097+
"source_path_from_root": "/articles/ai-foundry/model-inference/reference/reference-model-inference-images-embeddings.md",
1098+
"redirect_url": "/rest/api/aifoundry/model-inference/get-image-embeddings/get-image-embeddings",
1099+
"redirect_document_id": false
9961100
}
9971101
]
9981102
}

articles/ai-foundry/concepts/concept-model-distillation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to do distillation in Azure AI Foundry portal.
55
manager: scottpolly
66
ms.service: azure-ai-foundry
77
ms.topic: how-to
8-
ms.date: 12/15/2024
8+
ms.date: 03/09/2025
99
ms.reviewer: vkann
1010
reviewer: anshirga
1111
ms.author: ssalgado

articles/ai-foundry/concepts/concept-synthetic-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to generate a synthetic dataset in Azure AI Foundry porta
55
manager: scottpolly
66
ms.service: azure-ai-foundry
77
ms.topic: how-to
8-
ms.date: 12/15/2024
8+
ms.date: 03/11/2025
99
ms.reviewer: vkann
1010
reviewer: anshirga
1111
ms.author: ssalgado

articles/ai-foundry/concepts/encryption-keys-portal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.reviewer: deeikele
1515

1616
# Customer-managed keys for encryption with Azure AI Foundry
1717

18-
Customer-managed keys (CMKs) in Azure AI Foundry portal provide enhanced control over the encryption of your data. By using CMKs, you can manage your own encryption keys to add an extra layer of protection and meet compliance requirements more effectively.
18+
Customer-managed keys (CMKs) in [Azure AI Foundry portal](https://ai.azure.com/) provide enhanced control over the encryption of your data. By using CMKs, you can manage your own encryption keys to add an extra layer of protection and meet compliance requirements more effectively.
1919

2020
## About encryption in Azure AI Foundry portal
2121

@@ -40,7 +40,7 @@ The following data is stored on the managed resources.
4040
|-----|-----|-----|
4141
|Azure Cosmos DB|Stores metadata for your Azure AI projects and tools|Index names, tags; Flow creation timestamps; deployment tags; evaluation metrics|
4242
|Azure AI Search|Stores indices that are used to help query your Azure AI Foundry content.|An index based off your model deployment names|
43-
|Azure Storage Account|Stores instructions for how customization tasks are orchestrated|JSON representation of flows you create in Azure AI Foundry portal|
43+
|Azure Storage Account|Stores instructions for how customization tasks are orchestrated|JSON representation of flows you create in [Azure AI Foundry portal](https://ai.azure.com/)|
4444

4545
>[!IMPORTANT]
4646
> Azure AI Foundry uses Azure compute that is managed in the Microsoft subscription, for example when you fine-tune models or or build flows. Its disks are encrypted with Microsoft-managed keys. Compute is ephemeral, meaning after a task is completed the virtual machine is deprovisioned, and the OS disk is deleted. Compute instance machines used for 'Code' experiences are persistant. Azure Disk Encryption isn't supported for the OS disk.

0 commit comments

Comments
 (0)