Skip to content

Commit f81047b

Browse files
committed
Merge branch 'main' into release-2025-openai-march-latest
2 parents b6e8306 + 6928acf commit f81047b

File tree

11 files changed

+71
-28
lines changed

11 files changed

+71
-28
lines changed

articles/ai-foundry/how-to/deploy-models-serverless.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ This article uses a Meta Llama model deployment for illustration. However, you c
3131

3232
- An [Azure AI Foundry project](create-projects.md).
3333

34+
- You have to disable the feature **Deploy models to Azure AI model inference service**. When this feature is on, serverless API endpoints are not available for deployment when using the Azure AI Foundry portal.
35+
36+
:::image type="content" source="../model-inference/media/quickstart-ai-project/ai-project-inference-endpoint.gif" alt-text="An animation showing how to turn on the Deploy models to Azure AI model inference service feature in Azure AI Foundry portal." lightbox="../model-inference/media/quickstart-ai-project/ai-project-inference-endpoint.gif":::
37+
3438
- Azure role-based access controls (Azure RBAC) are used to grant access to operations in Azure AI Foundry portal. To perform the steps in this article, your user account must be assigned the __Azure AI Developer role__ on the resource group. For more information on permissions, see [Role-based access control in Azure AI Foundry portal](../concepts/rbac-ai-foundry.md).
3539

3640
- You need to install the following software to work with Azure AI Foundry:

articles/ai-foundry/how-to/develop/vscode.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ For more information, see [prompt flow capabilities](https://microsoft.github.io
7676

7777
## Use AI app templates
7878

79-
AI app templates are linked from the right side of the **Code** tab of your project. These samples walk you through how to use the Azure AI SDKs to:
79+
AI app templates are linked from the right side of the **Templates** tab of your project. These samples walk you through how to use the Azure AI SDKs to:
8080

8181
* Set up your development environment and connect to existing resources
8282
* Bring in your custom application code
@@ -102,4 +102,4 @@ For app templates and SDK samples in your preferred programming language, see [D
102102
## Related content
103103

104104
- [Get started building a chat app using the prompt flow SDK](../../quickstarts/get-started-code.md)
105-
- [Get started with Azure AI SDKs](sdk-overview.md)
105+
- [Get started with Azure AI Foundry SDKs](sdk-overview.md)

articles/ai-services/agents/concepts/model-region-support.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -29,20 +29,20 @@ Azure AI Agent Service supports the same models as the chat completions API in A
2929
> [!NOTE]
3030
> The following table is for pay-as-you-go. For information on Provisioned Throughput Unit (PTU) availability, see [provisioned throughput](../../openai/concepts/provisioned-throughput.md) in the Azure OpenAI documentation. `GlobalStandard` customers also have access to [global standard models](../../openai/concepts/models.md#global-standard-model-availability).
3131
32-
| **Region** | **gpt-4o**, **2024-05-13** | **gpt-4o**, **2024-08-06** | **gpt-4o-mini**, **2024-07-18** | **gpt-4**, **0613** | **gpt-4**, **1106-Preview** | **gpt-4**, **0125-Preview** | **gpt-4**, **turbo-2024-04-09** | **gpt-4-32k**, **0613** | **gpt-35-turbo**, **0613** | **gpt-35-turbo**, **1106** | **gpt-35-turbo**, **0125** | **gpt-35-turbo-16k**, **0613** |
33-
|:--------------|:--------------------------:|:--------------------------:|:-------------------------------:|:-------------------:|:---------------------------:|:---------------------------:|:-------------------------------:|:--------------------------:|:--------------------------:|:--------------------------:|:------------------------------:|
34-
| australiaeast | - | - | - ||| -| - ||||||
35-
| eastus |||| - | - ||| - || - |||
36-
| eastus2 |||| - || - || - || - |||
37-
| francecentral | - | - | - ||| - | - |||| - ||
38-
| japaneast | - | - | - | - | - | - | - | - || - |||
39-
| norwayeast |- | - | - | - || - |- | - | - | - | - | - |
40-
| southindia | - | - | - | - || - | - | - | - ||| - |
41-
| swedencentral |||||| - ||||| - ||
42-
| uaenorth | - | - | - | - | - | - | - | - | - | - | - | - |
43-
| uksouth | - | - | - | - ||| - | - |||||
44-
| westus |||| - || - || - | - ||| - |
45-
| westus3 |||| - || - || - | - | - || - |
32+
| **Region** | **gpt-4o**, **2024-11-20** | **gpt-4o**, **2024-05-13** | **gpt-4o**, **2024-08-06** | **gpt-4o-mini**, **2024-07-18** | **gpt-4**, **0613** | **gpt-4**, **1106-Preview** | **gpt-4**, **0125-Preview** | **gpt-4**, **turbo-2024-04-09** | **gpt-4-32k**, **0613** | **gpt-35-turbo**, **0613** | **gpt-35-turbo**, **1106** | **gpt-35-turbo**, **0125** | **gpt-35-turbo-16k**, **0613** |
33+
|:--------------|:--------------------------:|:--------------------------:|:--------------------------:|:-------------------------------:|:-------------------:|:---------------------------:|:---------------------------:|:-------------------------------:|:--------------------------:|:--------------------------:|:--------------------------:|:------------------------------:|
34+
| australiaeast | | - | - | - ||| -| - ||||||
35+
| eastus | |||| - | - ||| - || - |||
36+
| eastus2 | |||| - || - || - || - |||
37+
| francecentral | | - | - | - ||| - | - |||| - ||
38+
| japaneast | | - | - | - | - | - | - | - | - || - |||
39+
| norwayeast | |- | - | - | - || - |- | - | - | - | - | - |
40+
| southindia | | - | - | - | - || - | - | - | - ||| - |
41+
| swedencentral | |||||| - ||||| - ||
42+
| uaenorth | | - | - | - | - | - | - | - | - | - | - | - | - |
43+
| uksouth | | - | - | - | - ||| - | - |||||
44+
| westus | |||| - || - || - | - ||| - |
45+
| westus3 | |||| - || - || - | - | - || - |
4646

4747

4848
## Non-Microsoft models

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,15 +158,15 @@ To use the Content Safety APIs, you must create your Azure AI Content Safety res
158158
|--------------------|--------------------|--------------------|-------|-----------------------------|-------------------|---------------|---------------------------|---------------------------|------|
159159
| Australia East || || ||||||
160160
| Canada East | | || ||||||
161-
| Central US | | || || ||||
161+
| Central US | | || || ||||
162162
| East US ||||||||||
163163
| East US 2 | ||| ||||||
164164
| France Central | ||| ||||||
165165
| Japan East | | || ||||||
166166
| North Central US | | || ||||||
167167
| Poland Central | | || | |||||
168168
| South Central US | | || ||||||
169-
| South India | | || || ||||
169+
| South India | | || || ||||
170170
| Sweden Central | ||| ||||||
171171
| Switzerland North || || ||||||
172172
| Switzerland West | | || ||||||

articles/ai-services/language-service/whats-new.md

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,42 @@ ms.author: jboback
1515

1616
Azure AI Language is updated on an ongoing basis. To stay up-to-date with recent developments, this article provides you with information about new releases and features.
1717

18+
## March 2025
19+
20+
* Our [Conversational PII redaction](personally-identifiable-information/how-to/redact-conversation-pii.md?tabs=client-libraries) service is now powered by an upgraded GA model. This updated 2024-02-01 version includes improved quality and accuracy in Credit card number entities and numeric identification entities, such as Social Security numbers, driver’s license numbers, policy numbers, Medicare Beneficiary Identifiers, and Financial account numbers.
21+
22+
## February 2025
23+
24+
* Document and text abstractive summarization is now powered by fine-tuned Phi-3.5-mini! Check out the [Announcing Blog](https://techcommunity.microsoft.com/blog/azure-ai-services-blog/exciting-update-abstractive-summarization-in-azure-ai-language-now-powered-by-ph/4369025) for more information.
25+
* More skills are available in [Azure AI Foundry](https://ai.azure.com): Extract key phrase, Extract named entities, Analyze sentiment and Detect language. More skills are yet to come.
26+
27+
## January 2025
28+
29+
* .NET SDK for Azure AI Language text analytics, [Azure.AI.Language.Text 1.0.0-beta.2](https://www.nuget.org/packages/Azure.AI.Language.Text/1.0.0-beta.2#readme-body-tab), is now available. This client library supports the latest REST API version, 2024-11-01 and 2024-11-15-preview, for the following features:
30+
* Language detection
31+
* Sentiment analysis
32+
* Key phrase extraction
33+
* Named entity recognition (NER)
34+
* Personally identifiable information (PII) entity recognition
35+
* Entity linking
36+
* Text analytics for health
37+
* Custom named entity recognition (Custom NER)
38+
* Custom text classification
39+
* Extractive text summarization
40+
* Abstractive text summarization
41+
* Custom sentiment analysis (preview), custom text analytics for health (preview) and custom summarization (preview) were retired on January 10th, 2025, as Azure AI features are constantly evaluated based on customer demand and feedback. Based on the customers’ feedback of these preview features, Microsoft has decided to retire this feature and prioritize new custom model features leveraging the power of generative AI to better serve customers’ needs.
42+
1843
## November 2024
1944

20-
* [Native document support](native-document-support/overview.md) is now available in public preview `2024-11-15-preview` without gated preview limitations.
45+
* Azure AI Language is moving to [Azure AI Foundry](https://ai.azure.com). These skills are now available in AI Foundry playground: Extract health information, Extract PII from conversation, Extract PII from text, Summarize text, Summarize conversation, Summarize for call center. More skills follow.
46+
* Runtime Container for Conversational Language Understanding (CLU) is available for on-premise connection.
47+
* Both our [Text PII redaction service](personally-identifiable-information/overview.md?tabs=text-pii) and our Conversational PII service preview API (version 2024-11-15-preview) now support the option to mask detected sensitive entities with a label beyond just redaction characters. Customers can specify if personal data content such as names and phone numbers, that is, "John Doe received a call from 424-878-9192", are masked with a redaction character, that is, "******** received a call from ************", or masked with an entity label, that is, "`PERSON_1` received a call from `PHONENUMBER_1`". More on how to specify the redaction policy style for your outputs can be found in our [how-to guides](personally-identifiable-information/how-to-call.md).
48+
* Native document support gating is removed with the latest API version, 2024-11-15-preview, allowing customers to access native document support for PII redaction and summarization. Key updates in this version include:
49+
* Increased Maximum File Size Limits (from 1 MB to 10 MB).
50+
* Enhanced PII Redaction Customization: Customers can now specify whether they want only the redacted document or both the redacted document and a JSON file containing the detected entities.
51+
* Language detection is a preconfigured feature that can detect the language a document is written in and returns a language code for a wide range of languages, variants, dialects, and some regional/cultural languages. Today the general availability of [scription detection capability](language-detection/how-to/call-api.md#script-name-and-script-code), and 16 more languages support, which adds up to [139 total supported languages](language-detection/language-support.md) is announced.
52+
* [Named Entity Recognition service](named-entity-recognition/overview.md), [Entity Resolution](named-entity-recognition/concepts/entity-resolutions.md) was upgraded to the Entity Metadata starting in API version 2023-04-15-preview. If you're calling the preview version of the API equal or newer than 2023-04-15-preview, check out the Entity Metadata article to use the resolution feature. The service now supports the ability to specify a list of entity tags to be included into the response or excluded from the response. If a piece of text is classified as more than one entity type, the overlapPolicy parameter allows customers to specify how the service will handle the overlap. The inferenceOptions parameter allows for users to adjust the inference, such as excluding the detected entity values from being normalized and included in the metadata. Along with these optional input parameters we support an updated output structure (with new fields tags, type, and metadata) to ensure enhanced user customization and deeper analysis Learn more on our documentation.
53+
* Text analytics for health (TA4H) is a preconfigured feature that extracts and labels relevant medical information from unstructured texts such as doctor's notes, discharge summaries, clinical documents, and electronic health records. Today, we released support for Fast Healthcare Interoperability Resources (FHIR) structuring and temporal [assertion detection](text-analytics-for-health/concepts/assertion-detection.md) in the Generally Available API.
2154

2255
## October 2024
2356

0 commit comments

Comments
 (0)