Skip to content

Commit d1edb36

Browse files
authored
Merge pull request #2959 from skpmcdowell/add-whats-new-page
add what's new files and update TOC
2 parents 73223dc + 67a7569 commit d1edb36

File tree

5 files changed

+146
-0
lines changed

5 files changed

+146
-0
lines changed

.whatsnew.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"$schema": "https://whatsnewapi.azurewebsites.net/schema",
3+
"docSetProductName": "Azure AI Services",
4+
"rootDirectory": "articles/",
5+
"docLinkSettings": {
6+
"linkFormat": "relative",
7+
"relativeLinkPrefix": "../"
8+
},
9+
"navigationOptions": {
10+
"maximumNumberOfArticles": 5,
11+
"tocParentNode": "Latest documentation updates",
12+
"repoTocFolder": "articles/ai-services",
13+
"indexParentNode": "Latest documentation updates",
14+
"repoIndexFolder": "articles/ai-services"
15+
},
16+
"areas": [
17+
{
18+
"names": [ "ai-services" ],
19+
"heading": "Azure AI Services"
20+
},
21+
{
22+
"names": [ "ai-studio" ],
23+
"heading": "Azure AI Foundry"
24+
},
25+
{
26+
"names": [ "machine-learning" ],
27+
"heading": "Azure Machine Learning"
28+
},
29+
{
30+
"names": [ "search" ],
31+
"heading": "Azure AI Search"
32+
33+
}
34+
]
35+
}

articles/ai-services/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ items:
77
- name: What are Azure AI services?
88
href: what-are-ai-services.md
99
displayName: applied, cognitive, form
10+
- name: What's new in Azure AI services?
11+
href: whats-new-ai-services.md
1012
- name: Language support
1113
href: language-support.md
1214
- name: Pricing
Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
---
2+
title: "Azure AI Services docs: What's new for January 2025"
3+
description: "What's new in the Azure AI Services docs for January 2025."
4+
ms.author: smcdowell
5+
author: skpmcdowell
6+
ms.topic: whats-new
7+
ms.subject: ai-services
8+
ms.custom: January-2025
9+
ms.date: 02/14/2025
10+
---
11+
12+
# Azure AI Services docs: What's new for January 2025
13+
14+
Welcome to what's new in the Azure AI Services docs for January 2025. This article lists some of the major changes to docs during this period.
15+
16+
## Azure AI Services
17+
18+
### New articles
19+
20+
- [Create a Translator resource](../ai-services/translator/create-translator-resource.md)
21+
- [Frequently asked questions about Microsoft Translator Pro](../ai-services/translator/translator-pro/faq.yml)
22+
- [Microsoft Translator Pro language support](../ai-services/translator/translator-pro/language-support.md)
23+
- [Predicted outputs (preview)](../ai-services/openai/how-to/predicted-outputs.md)
24+
- [Quickstart: Get started using Azure OpenAI audio generation](../ai-services/openai/audio-completions-quickstart.md)
25+
- [Shared responsibility for Face liveness detection](../ai-services/computer-vision/liveness-detection-shared-responsibility.md)
26+
- [Understand the liveness versions](../ai-services/computer-vision/sdk/understand-the-liveness-sdk-versions.md)
27+
- [Use Content Safety in Azure AI Foundry portal](../ai-services/content-safety/how-to/foundry.md)
28+
- [What are Azure AI Translator prebuilt solutions?](../ai-services/translator/solutions-overview.md)
29+
30+
### Updated articles
31+
32+
- [How to create a custom text to speech avatar](../ai-services/speech-service/text-to-speech-avatar/custom-avatar-create.md)
33+
- [How to use the GPT-4o Realtime API for speech and audio (Preview)](../ai-services/openai/how-to/realtime-audio.md)
34+
- [Install and run containers](../ai-services/document-intelligence/containers/install-run.md)
35+
- [Speech service supported regions](../ai-services/speech-service/regions.md)
36+
- [Speech to text REST API for short audio](../ai-services/speech-service/rest-speech-to-text-short.md)
37+
- [Tutorial: Detect liveness in faces](../ai-services/computer-vision/tutorials/liveness.md)
38+
- [What is Document Intelligence layout model?](../ai-services/document-intelligence/prebuilt/layout.md)
39+
- [What is Microsoft Translator Pro?](../ai-services/translator/translator-pro/overview.md)
40+
- [Working with Azure OpenAI models](../ai-services/openai/how-to/working-with-models.md)
41+
42+
## Azure AI Foundry
43+
44+
### New articles
45+
46+
- [Audit and manage Azure AI Foundry hubs and projects](../ai-studio/how-to/azure-policy.md)
47+
- [Continuously monitor your generative AI applications](../ai-studio/how-to/monitor-applications.md)
48+
- [How to use Codestral chat model](../ai-studio/how-to/deploy-models-mistral-codestral.md)
49+
- [How to use DeepSeek-R1 reasoning model](../ai-studio/how-to/deploy-models-deepseek.md)
50+
- [How to use Gretel Navigator chat model](../ai-studio/how-to/deploy-models-gretel-navigator.md)
51+
52+
### Updated articles
53+
54+
- [How to use Phi-4 family chat models](../ai-studio/how-to/deploy-models-phi-4.md)
55+
56+
## Azure Machine Learning
57+
58+
### Updated articles
59+
60+
- [Azure Machine Learning Python SDK release notes](../machine-learning/v1/azure-machine-learning-release-notes.md)
61+
- [Plan for network isolation in Azure Machine Learning](../machine-learning/how-to-network-isolation-planning.md)
62+
63+
## Azure AI Search
64+
65+
### New articles
66+
67+
- [Authenticate to Azure Function App using Easy Auth (Azure AI Search)](../search/search-howto-managed-identities-azure-functions.md)
68+
- [Configure diagnostic logging for Azure AI Search](../search/search-monitor-enable-logging.md)
69+
70+
### Updated articles
71+
72+
- [Connect to Azure Cosmos DB using a managed identity (Azure AI Search)](../search/search-howto-managed-identities-cosmos-db.md)
73+
- [Data sources gallery](../search/search-data-sources-gallery.md)
74+
- [Quickstart: Vector search by using REST](../search/search-get-started-vector.md)
75+

articles/ai-studio/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ items:
33
href: index.yml
44
- name: What is Azure AI Foundry?
55
href: what-is-ai-studio.md
6+
- name: What's new in Azure AI Foundry?
7+
href: whats-new-ai-foundry.md
68
- name: Get started
79
expanded: true
810
items:
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
title: "Azure AI Foundry docs: What's new for January 2025"
3+
description: "What's new in the Azure AI Foundry docs for January 2025."
4+
ms.author: smcdowell
5+
author: skpmcdowell
6+
ms.topic: whats-new
7+
ms.subject: ai-studio
8+
ms.custom: January-2025
9+
ms.date: 02/14/2025
10+
---
11+
12+
# Azure AI Foundry docs: What's new for January 2025
13+
14+
Welcome to what's new in the Azure AI Foundry docs for January 2025. This article lists some of the major changes to docs during this period.
15+
16+
17+
## Azure AI Foundry
18+
19+
### New articles
20+
21+
- [Audit and manage Azure AI Foundry hubs and projects](../ai-studio/how-to/azure-policy.md)
22+
- [Continuously monitor your generative AI applications](../ai-studio/how-to/monitor-applications.md)
23+
- [How to use Codestral chat model](../ai-studio/how-to/deploy-models-mistral-codestral.md)
24+
- [How to use DeepSeek-R1 reasoning model](../ai-studio/how-to/deploy-models-deepseek.md)
25+
- [How to use Gretel Navigator chat model](../ai-studio/how-to/deploy-models-gretel-navigator.md)
26+
27+
### Updated articles
28+
29+
- [How to use Phi-4 family chat models](../ai-studio/how-to/deploy-models-phi-4.md)
30+
31+
32+

0 commit comments

Comments
 (0)