Skip to content

Commit d3b45b6

Browse files
committed
Merge remote-tracking branch 'upstream/main'
2 parents 23e57eb + ea564a7 commit d3b45b6

File tree

246 files changed

+3406
-993
lines changed

Some content is hidden

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

246 files changed

+3406
-993
lines changed

.openpublishing.redirection.azure-monitor.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2287,17 +2287,17 @@
22872287
},
22882288
{
22892289
"source_path_from_root": "/articles/azure-monitor/insights/solutions-inventory.md",
2290-
"redirect_url": "/azure/azure-monitor/monitor-reference",
2290+
"redirect_url": "/azure/azure-monitor/overview",
22912291
"redirect_document_id": false
22922292
},
22932293
{
22942294
"source_path_from_root": "/articles/monitoring/monitoring-solutions-inventory.md",
2295-
"redirect_url": "/azure/azure-monitor/monitor-reference",
2295+
"redirect_url": "/azure/azure-monitor/overview",
22962296
"redirect_document_id": false
22972297
},
22982298
{
22992299
"source_path_from_root": "/articles/azure-monitor/platform/data-locations.md",
2300-
"redirect_url": "/azure/azure-monitor/monitor-reference/",
2300+
"redirect_url": "/azure/azure-monitor/overview/",
23012301
"redirect_document_id": false
23022302
},
23032303
{
@@ -6598,6 +6598,11 @@
65986598
"source_path_from_root": "/articles/azure-monitor/app/java-standalone-arguments.md",
65996599
"redirect_url": "/azure/azure-monitor/app/java-get-started-supplemental",
66006600
"redirect_document_id": true
6601+
},
6602+
{
6603+
"source_path_from_root": "/articles/azure-monitor/monitor-reference.md",
6604+
"redirect_url": "/azure/azure-monitor/overview",
6605+
"redirect_document_id": false
66016606
}
66026607
]
66036608
}

.openpublishing.redirection.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@
6060
"redirect_url": "/previous-versions/azure/storage/queues/storage-ruby-how-to-use-queue-storage",
6161
"redirect_document_id": false
6262
},
63+
{
64+
"source_path": "articles/storage-actions/index.yml",
65+
"redirect_url": "/azure/storage-actions/storage-tasks/",
66+
"redirect_document_id": false
67+
},
6368
{
6469
"source_path": "articles/storage/queues/storage-php-how-to-use-queues.md",
6570
"redirect_url": "/previous-versions/azure/storage/queues/storage-php-how-to-use-queues",
@@ -11799,10 +11804,15 @@
1179911804
"redirect_document_id": false
1180011805

1180111806
},
11807+
{
11808+
"source_path": "articles/external-attack-surface-management/labeling-inventory-assets.md",
11809+
"redirect_URL": "/azure/external-attack-surface-management/modifying-inventory-assets",
11810+
"redirect_document_id": true
11811+
},
1180211812
{
1180311813
"source_path_from_root": "/articles/azure-health-insights/response-info.md",
1180411814
"redirect_url": "/azure/azure-health-insights/overview",
1180511815
"redirect_document_id": false
1180611816
}
1180711817
]
11808-
}
11818+
}

articles/ai-services/.openpublishing.redirection.cognitive-services.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5125,7 +5125,7 @@
51255125
},
51265126
{
51275127
"source_path_from_root": "/articles/cognitive-services/text-analytics/migration-guide.md",
5128-
"redirect_url": "/azure/ai-services/language-service/concepts/migrate-from-text-analytics-v2",
5128+
"redirect_url": "/azure/ai-services/language-service/concepts/migrate",
51295129
"redirect_document_id": false
51305130
},
51315131
{

articles/ai-services/document-intelligence/faq.yml

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -460,11 +460,32 @@ sections:
460460
461461
- You need an active [Azure account](https://azure.microsoft.com/free/cognitive-services/) and subscription with at least a **Reader** role to access Document Intelligence Studio.
462462
463-
- For **document analysis and prebuilt models**, you need full access—**Cognitive Services User** role—to at least one [Document Intelligence](https://portal.azure.com/#create/Microsoft.CognitiveServicesFormRecognizer) or [multi-service](https://portal.azure.com/#create/Microsoft.CognitiveServicesAllInOne) resource. Once you access the model analyze page, you can change the endpoint and key to access other resources, if needed.
463+
- For document analysis and prebuilt models, here are the role requirements for user scenarios.
464464
465-
- For **custom models**, you can either use a **Cognitive Services User** role, or use the endpoint and key of a [Document Intelligence](https://portal.azure.com/#create/Microsoft.CognitiveServicesFormRecognizer) or [multi-service](https://portal.azure.com/#create/Microsoft.CognitiveServicesAllInOne) resource to create a project. You also need to have **Storage Blob Data Contributor** role to access to at least one blob storage account.
465+
- Basic
466466
467-
- For more information, *see* [Microsoft Entra built-in roles](../../role-based-access-control/built-in-roles.md).
467+
- **Cognitive Services User**: you need this role to [Document Intelligence](https://portal.azure.com/#create/Microsoft.CognitiveServicesFormRecognizer) or [Cognitive Services multi-service](https://portal.azure.com/#create/Microsoft.CognitiveServicesAllInOne) resource to enter the analyze page.
468+
469+
- Advanced
470+
471+
- **Contributor**: you need this role to create resource group or Document Intelligence resource.
472+
473+
- For custom model projects, here are the role requirements for user scenarios.
474+
475+
- Basic
476+
477+
- **Cognitive Services User**: you need this role to [Document Intelligence](https://portal.azure.com/#create/Microsoft.CognitiveServicesFormRecognizer) or [Cognitive Services multi-service](https://portal.azure.com/#create/Microsoft.CognitiveServicesAllInOne) resource to train custom model or analyze with trained models.
478+
479+
- **Storage Blob Data Contributor**: you need this role to storage account to create project and label data.
480+
481+
- Advanced
482+
483+
- **Storage Account Contributor**: you need this role to the storage account to setup CORS settings (this is one time effort if the same storage account is reused).
484+
485+
- **Contributor**: you need this role to create resource group and resources.
486+
487+
488+
- For more information, *see* [Microsoft Entra built-in roles](../../role-based-access-control/built-in-roles.md) and **Azure role assignments** sections in [Document Intelligence Studio](quickstarts/try-document-intelligence-studio.md) page.
468489
469490
- question: |
470491
I have multiple pages in a document. Why are there only two pages analyzed in Document Intelligence Studio?

0 commit comments

Comments
 (0)