Skip to content

Commit 6b3de47

Browse files
authored
Merge pull request #3597 from MicrosoftDocs/main
3/18/2025 AM Publish
2 parents 97be396 + 6928acf commit 6b3de47

File tree

4 files changed

+44
-5
lines changed

4 files changed

+44
-5
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/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

articles/search/search-region-support.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,10 @@ AI service integration refers to internal connections to an Azure AI services mu
4444
| Brazil South​​ ​ ||| | |
4545
| Canada Central​​ |||| |
4646
| Canada East​​ ​ | || | |
47+
| ​Central US​​ |||| |
4748
| East US​ |||| |
4849
| East US 2 ​ |||| |
49-
| Central US​​ || || |
50+
| Mexico Central | | || |
5051
| North Central US​ ​ ||| | |
5152
| South Central US​ |||| |
5253
| West US​ ​ ||| | |
@@ -60,7 +61,7 @@ AI service integration refers to internal connections to an Azure AI services mu
6061
|--|--|--|--|--|
6162
| North Europe​​ |||| S2, S3, L1, L2|
6263
| West Europe​​ |||| |
63-
| France Central​​ |||| S2, S3, L1, L2|
64+
| France Central​​ |||| |
6465
| Germany West Central​ ​|| || |
6566
| Italy North​​ | | || |
6667
| Norway East​​ || || |
@@ -105,6 +106,7 @@ AI service integration refers to internal connections to an Azure AI services mu
105106
| Japan West​ ||| |
106107
| Korea Central ||||
107108
| Korea South​ ​ | || |
109+
| Taiwan North | | || |
108110

109111
<sup>1</sup> This region runs on older infrastructure that has lower storage limits per partition at every tier. Choose a different region if you want [higher limits](search-limits-quotas-capacity.md#service-limits).
110112

0 commit comments

Comments
 (0)