Skip to content

Commit d228486

Browse files
authored
Merge pull request #3242 from MicrosoftDocs/main
2/28 11:00 AM IST Publish
2 parents 63a40ca + d795ef7 commit d228486

File tree

35 files changed

+651
-631
lines changed

35 files changed

+651
-631
lines changed

.openpublishing.redirection.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,16 @@
245245
"redirect_url": "/azure/open-datasets/dataset-catalog",
246246
"redirect_document_id": false
247247
},
248+
{
249+
"source_path_from_root": "/articles/ai-services/language-service/language-studio.md",
250+
"redirect_url": "/azure/ai-services/language-service/overview",
251+
"redirect_document_id": false
252+
},
253+
{
254+
"source_path_from_root": "/articles/ai-services/language-service/summarization/region-support.md",
255+
"redirect_url": "/azure/ai-services/language-service/concepts/regional-support",
256+
"redirect_document_id": false
257+
},
248258
{
249259
"source_path_from_root": "/articles/open-datasets/dataset-genomics-data-lake.md",
250260
"redirect_url": "/azure/open-datasets/dataset-catalog",

articles/ai-foundry/model-inference/faq.yml

Lines changed: 27 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,19 @@ sections:
2424
Both Azure OpenAI Service and Azure AI model inference are part of the Azure AI services family and build on top of the same security and enterprise promise of Azure.
2525
2626
While Azure AI model inference focus on inference, Azure OpenAI Service can be used with more advanced APIs like batch, fine-tuning, assistants, and files.
27-
- question: |
28-
What's the difference between OpenAI and Azure OpenAI?
29-
answer: |
30-
Azure AI Models and Azure OpenAI Service give customers access to advanced language models from OpenAI with the security and enterprise promise of Azure. Azure OpenAI codevelops the APIs with OpenAI, ensuring compatibility and a smooth transition from one to the other.
31-
32-
Customers get the security capabilities of Microsoft Azure while running the same models as OpenAI. It offers private networking, regional availability, and responsible AI content filtering.
33-
34-
Learn more about the [Azure OpenAI service](../../ai-services/openai/overview.md).
3527
- question: |
3628
What's the difference between Azure AI services and Azure AI Foundry?
3729
answer: |
3830
Azure AI services are a suite of AI services that provide prebuilt APIs for common AI scenarios. Azure AI Services is part of the Azure AI Foundry platform. Azure AI services can be used in Azure AI Foundry portal to enhance your models with prebuilt AI capabilities.
31+
- question: |
32+
What's the difference between Serverless API Endpoints and Azure AI model inference?
33+
answer: |
34+
Both features allow you to deploy Models-as-a-Service models in Azure AI Foundry. However, there are some differences between them:
35+
- *Resource involved*: Serverless API Endpoints are deployed within an AI project resource, while Azure AI model inference is part of the Azure AI services resource.
36+
- *Deployment options*: Serverless API Endpoints allow regional deployments, while Azure AI model inference allows deployments under a global capacity.
37+
- *Models*: Azure AI model inference also supports deploying Azure OpenAI models.
38+
- *Endpoint*: Serverless API Endpoints creates one endpoint and credential per deployment, while Azure AI model inference creates one endpoint and credential per resource.
39+
- *Model router*: Azure AI model inference allows you to switch between models without changing your code using a model router.
3940
- name: Models
4041
questions:
4142
- question: |
@@ -44,6 +45,10 @@ sections:
4445
Azure AI model inference in AI services supports all the models in the Azure AI catalog having pay-as-you-go billing. For more information, see [the Models article](concepts/models.md).
4546
4647
The Azure AI model catalog contains a wider list of models, however, those models require compute quota from your subscription. They also need to have a project or AI hub where to host the deployment. For more information, see [deployment options in Azure AI Foundry](../../ai-studio/concepts/deployments-overview.md).
48+
- question: |
49+
My company hasn't approved specific models for use. How can I prevent users from deploying them?
50+
answer: |
51+
You can restrict the models available for deployment in Azure AI services by using the Azure policies. Models are listed in the catalog but any attempt to deploy them is blocked. Read [Control AI model deployment with custom policies](how-to/configure-deployment-policies.md).
4752
- name: SDKs and programming languages
4853
questions:
4954
- question: |
@@ -94,10 +99,23 @@ sections:
9499
You can set up a spending limit in the [Azure portal](https://portal.azure.com) under **Azure Cost Management + Billing**. This limit prevents you from spending more than the limit you set. Once spending limit is reached, the subscription will be disabled and you won't be able to use the endpoint until the next billing cycle.
95100
- name: Data and Privacy
96101
questions:
102+
- question: |
103+
How are third-party models available?
104+
answer: |
105+
Third-party models available for deployment in Azure AI Services with pay-as-you-go billing (for example, Meta AI models or Mistral models) are offered by the model provider but hosted in Microsoft-managed Azure infrastructure and accessed via API in the Azure AI model inference endpoint. Model providers define the license terms and set the price for use of their models, while Azure AI Services service manages the hosting infrastructure, makes the inference APIs available, and acts as the data processor for prompts submitted and content output by models deployed. Read about [Data privacy, and security for third-party models](../../ai-studio/how-to/concept-data-privacy.md).
106+
- question: |
107+
How is data processed by the Global-Standard deployment type?
108+
answer: |
109+
For model deployments under Azure AI Services resources, prompts and outputs are processed using Azure's global infrastructure to dynamically route traffic to the data center with best availability for each request. Global standard provides the highest default quota and eliminates the need to load balance across multiple resources. Data stored at rest remains in the designated Azure geography, while data may be processed for inferencing in any Azure location. Learn more about [data residency](https://azure.microsoft.com/explore/global-infrastructure/data-residency/).
97110
- question: |
98111
Do you use my company data to train any of the models?
99112
answer: |
100-
Azure AI model inference doesn't use customer data to retrain models, and customer data is never shared with model providers.
113+
Azure AI model inference doesn't use customer data to retrain models, and customer data is never shared with model providers.
114+
- question: |
115+
Is data shared with model providers?
116+
answer: |
117+
Microsoft acts as the data processor for prompts and outputs sent to, and generated by, a model deployment under Azure AI services resources. Microsoft doesn't share these prompts and outputs with the model provider. Also, Microsoft doesn't use these prompts and outputs to train or improve Microsoft models, the model provider's models, or any third party's models.
118+
As explained during the deployment process for Models-as-a-Service models, Microsoft might share customer contact information and transaction details (including the usage volume associated with the offering) with the model publisher so that the publisher can contact customers regarding the model. Learn more about information available to model publishers in [Access insights for the Microsoft commercial marketplace in Partner Center](/partner-center/analytics).
101119
- name: Customer Copyright Commitment
102120
questions:
103121
- question: |

articles/ai-services/document-intelligence/concept/add-on-capabilities.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: jaep3347
66
manager: nitinme
77
ms.service: azure-ai-document-intelligence
88
ms.topic: conceptual
9-
ms.date: 01/15/2025
9+
ms.date: 02/27/2025
1010
ms.author: lajanuar
1111
monikerRange: '>=doc-intel-3.1.0'
1212
---
@@ -93,7 +93,7 @@ The task of recognizing small text from large-size documents, like engineering d
9393
### [REST API](#tab/rest-api)
9494

9595
```bash
96-
{your-resource-endpoint}.cognitiveservices.azure.com/documentintelligence/documentModels/prebuilt-layout:analyze?api-version=2024-02-29-preview&features=ocrHighResolution
96+
{your-resource-endpoint}.cognitiveservices.azure.com/documentintelligence/documentModels/prebuilt-layout:analyze?api-version=2024-11-30&features=ocrHighResolution
9797
```
9898

9999
### [Sample code](#tab/sample-code)
@@ -362,7 +362,7 @@ The `ocr.formula` capability extracts all identified formulas, such as mathemati
362362
### [REST API](#tab/rest-api)
363363

364364
```bash
365-
{your-resource-endpoint}.cognitiveservices.azure.com/documentintelligence/documentModels/prebuilt-layout:analyze?api-version=2024-02-29-preview&features=formulas
365+
{your-resource-endpoint}.cognitiveservices.azure.com/documentintelligence/documentModels/prebuilt-layout:analyze?api-version=2024-11-30&features=formulas
366366
```
367367

368368
### [Sample code](#tab/sample-code)
@@ -509,7 +509,7 @@ The `ocr.font` capability extracts all font properties of text extracted in the
509509
### [REST API](#tab/rest-api)
510510

511511
```bash
512-
{your-resource-endpoint}.cognitiveservices.azure.com/documentintelligence/documentModels/prebuilt-layout:analyze?api-version=2024-02-29-preview&features=styleFont
512+
{your-resource-endpoint}.cognitiveservices.azure.com/documentintelligence/documentModels/prebuilt-layout:analyze?api-version=2024-11-30&features=styleFont
513513
```
514514

515515
### [Sample code](#tab/sample-code)
@@ -766,7 +766,7 @@ The `ocr.barcode` capability extracts all identified barcodes in the `barcodes`
766766
### [REST API](#tab/rest-api)
767767

768768
```bash
769-
{your-resource-endpoint}.cognitiveservices.azure.com/documentintelligence/documentModels/prebuilt-layout:analyze?api-version=2024-02-29-preview&features=barcodes
769+
{your-resource-endpoint}.cognitiveservices.azure.com/documentintelligence/documentModels/prebuilt-layout:analyze?api-version=2024-11-30&features=barcodes
770770
```
771771

772772
### [Sample code](#tab/sample-code)
@@ -875,7 +875,7 @@ Adding the `languages` feature to the `analyzeResult` request predicts the detec
875875
### [REST API](#tab/rest-api)
876876

877877
```bash
878-
{your-resource-endpoint}.cognitiveservices.azure.com/documentintelligence/documentModels/prebuilt-layout:analyze?api-version=2024-02-29-preview&features=languages
878+
{your-resource-endpoint}.cognitiveservices.azure.com/documentintelligence/documentModels/prebuilt-layout:analyze?api-version=2024-11-30&features=languages
879879
```
880880

881881
### [Sample code](#tab/sample-code)
@@ -1025,7 +1025,7 @@ Keys can also exist in isolation when the model detects that a key exists, with
10251025
### REST API
10261026
10271027
```bash
1028-
{your-resource-endpoint}.cognitiveservices.azure.com/documentintelligence/documentModels/prebuilt-layout:analyze?api-version=2024-02-29-preview&features=keyValuePairs
1028+
{your-resource-endpoint}.cognitiveservices.azure.com/documentintelligence/documentModels/prebuilt-layout:analyze?api-version=2024-11-30&features=keyValuePairs
10291029
```
10301030
10311031
## Query Fields
@@ -1065,7 +1065,7 @@ For query field extraction, specify the fields you want to extract and Document
10651065
### [REST API](#tab/rest-api)
10661066
10671067
```bash
1068-
{your-resource-endpoint}.cognitiveservices.azure.com/documentintelligence/documentModels/prebuilt-layout:analyze?api-version=2024-02-29-preview&features=queryFields&queryFields=TERMS
1068+
{your-resource-endpoint}.cognitiveservices.azure.com/documentintelligence/documentModels/prebuilt-layout:analyze?api-version=2024-11-30&features=queryFields&queryFields=TERMS
10691069
```
10701070
10711071
### [Sample code](#tab/sample-code)

articles/ai-services/document-intelligence/concept/incremental-classifier.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: laujan
66
manager: nitinme
77
ms.service: azure-ai-document-intelligence
88
ms.topic: conceptual
9-
ms.date: 11/19/2024
9+
ms.date: 02/27/2025
1010
ms.author: vikurpad
1111
ms.custom:
1212
monikerRange: '>=doc-intel-4.0.0'
@@ -50,13 +50,13 @@ Incremental training is useful when you want to improve the quality of a custom
5050
5151
### Create an incremental classifier build request
5252

53-
The incremental classifier build request is similar to the [`classify document` build request](/rest/api/aiservices/document-classifiers?view=rest-aiservices-v4.0%20(2024-02-29-preview)&preserve-view=true) but includes the new `baseClassifierId` property. The `baseClassifierId` is set to the existing classifier that you want to extend. You also need to provide the `docTypes` for the different document types in the sample set. By providing a `docType` that exists in the baseClassifier, the samples provided in the request are added to the samples provided when the base classifier was trained. New `docType` values added in the incremental training are only added to the new classifier. The process to specify the samples remains unchanged. For more information, *see* [training a classifier model](../train/custom-classifier.md#training-a-model).
53+
The incremental classifier build request is similar to the [`classify document` build request](/rest/api/aiservices/document-classifiers?view=rest-aiservices-v4.0%20(2024-11-30)&preserve-view=true) but includes the new `baseClassifierId` property. The `baseClassifierId` is set to the existing classifier that you want to extend. You also need to provide the `docTypes` for the different document types in the sample set. By providing a `docType` that exists in the baseClassifier, the samples provided in the request are added to the samples provided when the base classifier was trained. New `docType` values added in the incremental training are only added to the new classifier. The process to specify the samples remains unchanged. For more information, *see* [training a classifier model](../train/custom-classifier.md#training-a-model).
5454

5555
### Sample POST request
5656

5757
***Sample `POST` request to build an incremental document classifier***
5858

59-
**`POST` {your-endpoint}/documentintelligence/documentClassifiers:build?api-version=2024-02-29-preview**
59+
**`POST` {your-endpoint}/documentintelligence/documentClassifiers:build?api-version=2024-11-30**
6060

6161
```json
6262
{
@@ -94,7 +94,7 @@ Upon successful completion:
9494

9595
***Sample `GET` request to retrieve the result of an incremental document classifier***
9696

97-
**`GET` {your-endpoint}/documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}?api-version=2024-02-29-preview**
97+
**`GET` {your-endpoint}/documentintelligence/documentClassifiers/{classifierId}/analyzeResults/{resultId}?api-version=2024-11-30**
9898

9999
```json
100100

@@ -103,7 +103,7 @@ Upon successful completion:
103103
"description": "Classifier description",
104104
"createdDateTime": "2022-07-30T00:00:00Z",
105105
"expirationDateTime": "2023-01-01T00:00:00Z",
106-
"apiVersion": "2024-02-29-preview",
106+
"apiVersion": "2024-11-30",
107107

108108
"baseClassifierId": "myOriginalClassifier",
109109

articles/ai-services/document-intelligence/concept/retrieval-augmented-generation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: laujan
66
manager: nitinme
77
ms.service: azure-ai-document-intelligence
88
ms.topic: conceptual
9-
ms.date: 02/07/2025
9+
ms.date: 02/27/2025
1010
ms.author: lajanuar
1111
monikerRange: '>=doc-intel-3.1.0'
1212
---
@@ -61,7 +61,7 @@ The Document Intelligence Layout model **2024-11-30 (GA)** supports the followin
6161

6262
* [Document Intelligence Studio](https://documentintelligence.ai.azure.com/studio).
6363

64-
* [REST API](/rest/api/aiservices/document-models/build-model?view=rest-aiservices-2024-02-29-preview&preserve-view=true&branch=docintelligence&tabs=HTTP).
64+
* [REST API](/rest/api/aiservices/document-models/build-model?view=rest-aiservices-2024-11-30&preserve-view=true&branch=docintelligence&tabs=HTTP).
6565

6666
* [.NET • Java • JavaScript • Python programming language client libraries (`SDK`s).](../sdk-overview-v4-0.md#supported-programming-languages)
6767

0 commit comments

Comments
 (0)