Skip to content

Commit 839a2b1

Browse files
committed
resolve invalid links
1 parent d5c4537 commit 839a2b1

File tree

4 files changed

+7
-56
lines changed

4 files changed

+7
-56
lines changed

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

Lines changed: 0 additions & 49 deletions
This file was deleted.

articles/ai-services/document-intelligence/quickstarts/try-document-intelligence-studio.md

Lines changed: 5 additions & 5 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: quickstart
11-
ms.date: 05/23/2024
11+
ms.date: 06/28/2024
1212
ms.author: lajanuar
1313
monikerRange: '>=doc-intel-3.0.0'
1414
---
@@ -52,7 +52,7 @@ To use Document Intelligence Studio, you need the following assets and settings:
5252

5353
* To test any of the document analysis or prebuilt models, select the model and use one of the sample documents or upload your own document to analyze. The analysis result is displayed at the right in the content-result-code window.
5454

55-
* Custom models need to be trained on your documents. See [custom models overview](concept-custom.md) for an overview of custom models.
55+
* Custom models need to be trained on your documents. See [custom models overview](../concept-custom.md) for an overview of custom models.
5656

5757
## Authentication
5858

@@ -64,17 +64,17 @@ Navigate to the [Document Intelligence Studio](https://formrecognizer.appliedai.
6464
* Select an existing resource group within your subscription or create a new one.
6565
* Select your existing Document Intelligence or Azure AI services resource.
6666

67-
:::image type="content" source="media/studio/configure-service-resource.png" alt-text="Screenshot of configure service resource form from the Document Intelligence Studio.":::
67+
:::image type="content" source="../media/studio/configure-service-resource.png" alt-text="Screenshot of configure service resource form from the Document Intelligence Studio.":::
6868

6969
* **Local authentication: access by API endpoint and key**.
7070

7171
* Retrieve your endpoint and key from the Azure portal.
7272
* Go to the overview page for your resource and select **Keys and Endpoint** from the left navigation bar.
7373
* Enter the values in the appropriate fields.
7474

75-
:::image type="content" source="media/studio/keys-and-endpoint.png" alt-text="Screenshot of the keys and endpoint page in the Azure portal.":::
75+
:::image type="content" source="../media/studio/keys-and-endpoint.png" alt-text="Screenshot of the keys and endpoint page in the Azure portal.":::
7676

77-
* After validating the scenario in the Document Intelligence Studio, use the [**C#**](quickstarts/get-started-sdks-rest-api.md?view=doc-intel-3.0.0&preserve-view=true), [**Java**](quickstarts/get-started-sdks-rest-api.md?view=doc-intel-3.0.0&preserve-view=true), [**JavaScript**](quickstarts/get-started-sdks-rest-api.md?view=doc-intel-3.0.0&preserve-view=true), or [**Python**](quickstarts/get-started-sdks-rest-api.md?view=doc-intel-3.0.0&preserve-view=true) client libraries or the [**REST API**](quickstarts/get-started-sdks-rest-api.md?view=doc-intel-3.0.0&preserve-view=true) to get started incorporating Document Intelligence models into your own applications.
77+
* After validating the scenario in the Document Intelligence Studio, use the [**C#**](get-started-sdks-rest-api.md?view=doc-intel-3.0.0&preserve-view=true), [**Java**](get-started-sdks-rest-api.md?view=doc-intel-3.0.0&preserve-view=true), [**JavaScript**](get-started-sdks-rest-api.md?view=doc-intel-3.0.0&preserve-view=true), or [**Python**](get-started-sdks-rest-api.md?view=doc-intel-3.0.0&preserve-view=true) client libraries or the [**REST API**](get-started-sdks-rest-api.md?view=doc-intel-3.0.0&preserve-view=true) to get started incorporating Document Intelligence models into your own applications.
7878

7979
To learn more about each model, *see* our concept pages.
8080

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ With Document Intelligence, you can quickly automate your data processing in app
148148
|-------------|------|----------|
149149
|You receive the error message `Form Recognizer Not Found` when opening a custom project.|Your Document Intelligence resource, bound to the custom project was deleted or moved to another resource group.| There are two ways to resolve this problem: </br>&bullet; Re-create the Document Intelligence resource under the same subscription and resource group with the same name.</br>&bullet; Re-create a custom project with the migrated Document Intelligence resource and specify the same storage account.|
150150
|You receive the error message `PermissionDenied` when using prebuilt apps or opening a custom project.|The principal does not have access to API/Operation" when analyzing against prebuilt models or opening a custom project, it is likely the local (key-based) authentication is disabled for your Document Intelligence resource and your do not have enough permission to access the resource.|Reference [Azure role assignments](quickstarts/try-document-intelligence-studio.md#azure-role-assignments) to configure your access roles.|
151-
|You receive the error message `AuthorizationPermissionMismatch` when opening a custom project.|The request is not authorized to perform the operation using the designated permission.It is likely the local (key-based) authentication is disabled for your storage account and your do not have the granted permission to access the blob data.|Reference [Azure role assignments](quickstarts/try-document-intelligence-studio.md#azure-role-assignments-1) to configure your access roles.|
151+
|You receive the error message `AuthorizationPermissionMismatch` when opening a custom project.|The request is not authorized to perform the operation using the designated permission.It is likely the local (key-based) authentication is disabled for your storage account and your do not have the granted permission to access the blob data.|Reference [Azure role assignments](quickstarts/try-document-intelligence-studio.md#azure-role-assignments) to configure your access roles.|
152152
|You cannot sign in to Document Intelligence Studio and receive the error message `InteractionRequiredAuthError:login_required:AADSTS50058:A silent sign-request was sent but no user is signed in`|It is likely that third-party cookies are blocked by your browser so you cannot successfully sign in.|To resolve, see [Manage third-party settings](#manage-third-party-settings-for-studio-access) for your browser.|
153153

154154
### Manage third-party settings for Studio access

articles/ai-services/document-intelligence/whats-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Document Intelligence service is updated on an ongoing basis. Bookmark this page
2929
3030
## May 2024
3131

32-
The Document Intelligence Studio has added support for Microsoft Entra (formerly Azure Active Directory) authentication. For more information, *see* [Document Intelligence Studio overview](studio-overview.md#authentication).
32+
The Document Intelligence Studio has added support for Microsoft Entra (formerly Azure Active Directory) authentication. For more information, *see* [Document Intelligence Studio overview](quickstarts/try-document-intelligence-studio.md#authentication).
3333

3434
## February 2024
3535

0 commit comments

Comments
 (0)