Skip to content

Commit a09c0df

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into assistants-v2
2 parents d16ec70 + a7b8779 commit a09c0df

File tree

161 files changed

+5399
-1691
lines changed

Some content is hidden

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

161 files changed

+5399
-1691
lines changed

.openpublishing.redirection.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -690,6 +690,16 @@
690690
"redirect_url": "/azure/azure-maps/power-bi-visual-conversion",
691691
"redirect_document_id": false
692692
},
693+
{
694+
"source_path_from_root": "/articles/azure-maps/migrate-from-bing-maps-web-services.md",
695+
"redirect_url": "/azure/azure-maps/migrate-bing-maps-overview",
696+
"redirect_document_id": false
697+
},
698+
{
699+
"source_path_from_root": "/articles/azure-maps/migrate-from-bing-maps.md",
700+
"redirect_url": "/azure/azure-maps/migrate-bing-maps-overview",
701+
"redirect_document_id": false
702+
},
693703
{
694704
"source_path_from_root": "/articles/azure-portal/resource-group-portal-linked-resources.md",
695705
"redirect_url": "/azure/azure-portal/azure-portal-dashboards",

articles/active-directory-b2c/microsoft-graph-operations.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,11 +262,13 @@ The `RunAsync` method in the _Program.cs_ file:
262262
1. Initializes the auth provider using [OAuth 2.0 client credentials grant](../active-directory/develop/v2-oauth2-client-creds-grant-flow.md) flow. With the client credentials grant flow, the app is able to get an access token to call the Microsoft Graph API.
263263
1. Sets up the Microsoft Graph service client with the auth provider:
264264

265-
:::code language="csharp" source="~/ms-identity-dotnetcore-b2c-account-management/src/Program.cs" id="ms_docref_set_auth_provider":::
265+
The previously published sample code is not available at this time.
266+
<!--:::code language="csharp" source="~/ms-identity-dotnetcore-b2c-account-management/src/Program.cs" id="ms_docref_set_auth_provider":::-->
266267

267268
The initialized _GraphServiceClient_ is then used in _UserService.cs_ to perform the user management operations. For example, getting a list of the user accounts in the tenant:
268269

269-
:::code language="csharp" source="~/ms-identity-dotnetcore-b2c-account-management/src/Services/UserService.cs" id="ms_docref_get_list_of_user_accounts":::
270+
The previously published sample code is not available at this time.
271+
<!--:::code language="csharp" source="~/ms-identity-dotnetcore-b2c-account-management/src/Services/UserService.cs" id="ms_docref_get_list_of_user_accounts":::-->
270272

271273
[Make API calls using the Microsoft Graph SDKs](/graph/sdks/create-requests) includes information on how to read and write information from Microsoft Graph, use `$select` to control the properties returned, provide custom query parameters, and use the `$filter` and `$orderBy` query parameters.
272274

articles/ai-services/document-intelligence/concept-document-intelligence-studio.md

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: azure-ai-document-intelligence
88
ms.custom:
99
- ignite-2023
1010
ms.topic: conceptual
11-
ms.date: 01/19/2024
11+
ms.date: 05/10/2024
1212
ms.author: lajanuar
1313
monikerRange: '>=doc-intel-3.0.0'
1414
---
@@ -37,17 +37,13 @@ monikerRange: '>=doc-intel-3.0.0'
3737
* Experiment with different add-on and preview features to adapt the output to your needs.
3838
* Train custom classification models to classify documents.
3939
* Train custom extraction models to extract fields from documents.
40-
* Get sample code for the language-specific SDKs to integrate into your applications.
40+
* Get sample code for the language-specific `SDKs` to integrate into your applications.
4141

42-
Use the [Document Intelligence Studio quickstart](quickstarts/try-document-intelligence-studio.md) to get started analyzing documents with document analysis or prebuilt models. Build custom models and reference the models in your applications using one of the [language specific SDKs](quickstarts/get-started-sdks-rest-api.md?view=doc-intel-3.0.0&preserve-view=true) and other quickstarts.
43-
44-
The following image shows the landing page for Document Intelligence Studio.
45-
46-
:::image border="true" type="content" source="media/studio/welcome-to-studio.png" alt-text="Document Intelligence Studio Homepage":::
42+
Use the [Document Intelligence Studio quickstart](quickstarts/try-document-intelligence-studio.md) to get started analyzing documents with document analysis or prebuilt models. Build custom models and reference the models in your applications using one of the [language specific `SDKs`](quickstarts/get-started-sdks-rest-api.md?view=doc-intel-3.0.0&preserve-view=true) and other quickstarts.
4743

4844
## Getting started
4945

50-
If you're visiting the Studio for the first time, follow the [getting started guide](studio-overview.md#get-started-using-document-intelligence-studio) to set up the Studio for use.
46+
If you're visiting the Studio for the first time, follow the [getting started guide](studio-overview.md#get-started) to set up the Studio for use.
5147

5248
## Analyze options
5349

@@ -85,7 +81,7 @@ If you're visiting the Studio for the first time, follow the [getting started gu
8581

8682
✔️ **Make use of the document list options and filters in custom projects**
8783

88-
* In custom extraction model labeling page, you can now navigate through your training documents with ease by making use of the search, filter and sort by feature.
84+
* Use the custom extraction model labeling page to navigate through your training documents with ease by making use of the search, filter, and sort by feature.
8985

9086
* Utilize the grid view to preview documents or use the list view to scroll through the documents more easily.
9187

@@ -103,11 +99,11 @@ If you're visiting the Studio for the first time, follow the [getting started gu
10399

104100
* **Prebuilt models**: Document Intelligence's prebuilt models enable you to add intelligent document processing to your apps and flows without having to train and build your own models. As an example, start with the [Studio Invoice feature](https://documentintelligence.ai.azure.com/studio/prebuilt?formType=invoice). Explore with sample documents and your documents. Use the interactive visualization, extracted fields list, and JSON output to understand how the feature works. See the [Models overview](concept-model-overview.md) to learn more and get started with the [Python SDK quickstart for Prebuilt Invoice](quickstarts/get-started-sdks-rest-api.md?view=doc-intel-3.0.0&preserve-view=true#prebuilt-model).
105101

106-
* **Custom extraction models**: Document Intelligence's custom models enable you to extract fields and values from models trained with your data, tailored to your forms and documents. Create standalone custom models or combine two or more custom models to create a composed model to extract data from multiple form types. Start with the [Studio Custom models feature](https://documentintelligence.ai.azure.com/studio/custommodel/projects). Use the help wizard, labeling interface, training step, and visualizations to understand how the feature works. Test the custom model with your sample documents and iterate to improve the model. See the [Custom models overview](concept-custom.md) to learn more.
102+
* **Custom extraction models**: Document Intelligence's custom models enable you to extract fields and values from models trained with your data, tailored to your forms and documents. To extract data from multiple form types, create standalone custom models or combine two, or more, custom models and create a composed model. Start with the [Studio Custom models feature](https://documentintelligence.ai.azure.com/studio/custommodel/projects). Use the help wizard, labeling interface, training step, and visualizations to understand how the feature works. Test the custom model with your sample documents and iterate to improve the model. To learn more, *see* the [Custom models overview](concept-custom.md) to learn more.
107103

108-
* **Custom classification models**: Document classification is a new scenario supported by Document Intelligence. the document classifier API supports classification and splitting scenarios. Train a classification model to identify the different types of documents your application supports. The input file for the classification model can contain multiple documents and classifies each document within an associated page range. See [custom classification models](concept-custom-classifier.md) to learn more.
104+
* **Custom classification models**: Document classification is a new scenario supported by Document Intelligence. the document classifier API supports classification and splitting scenarios. Train a classification model to identify the different types of documents your application supports. The input file for the classification model can contain multiple documents and classifies each document within an associated page range. To learn more, *see* [custom classification models](concept-custom-classifier.md).
109105

110-
* **Add-on Capabilities**: Document Intelligence now supports more sophisticated analysis capabilities. These optional capabilities can be enabled and disabled in the studio using the `Analze Options` button in each model page. There are four add-on capabilities available: highResolution, formula, font, and barcode extraction capabilities. See [Add-on capabilities](concept-add-on-capabilities.md) to learn more.
106+
* **Add-on Capabilities**: Document Intelligence now supports more sophisticated analysis capabilities. These optional capabilities can be enabled and disabled in the studio using the `Analze Options` button in each model page. There are four add-on capabilities available: highResolution, formula, font, and barcode extraction capabilities. To learn more, *see* [Add-on capabilities](concept-add-on-capabilities.md).
111107

112108
## Next steps
113109

0 commit comments

Comments
 (0)