Skip to content

Commit 33e9f61

Browse files
committed
edit for review
1 parent 30ebcdb commit 33e9f61

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

articles/applied-ai-services/form-recognizer/create-a-form-recognizer-resource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: nitinme
77
ms.service: applied-ai-services
88
ms.subservice: forms-recognizer
99
ms.topic: how-to
10-
ms.date: 10/20/2022
10+
ms.date: 04/17/2023
1111
ms.author: bemabonsu
1212
monikerRange: '>=form-recog-2.1.0'
1313
recommendations: false

articles/applied-ai-services/form-recognizer/how-to-guides/project-share-custom-classifier.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: nitinme
77
ms.service: applied-ai-services
88
ms.subservice: forms-recognizer
99
ms.topic: how-to
10-
ms.date: 04/14/2023
10+
ms.date: 04/17/2023
1111
ms.author: jppark
1212
monikerRange: 'form-recog-3.0.0'
1313
recommendations: false
@@ -19,7 +19,9 @@ Form Recognizer Studio is an online tool to visually explore, understand, train,
1919

2020
## Prerequisite
2121

22-
In order to share and import your custom extraction projects seamlessly, both users (user who shares and user who imports) need to check if they have been granted or have access to certain permission.
22+
In order to share and import your custom extraction projects seamlessly, both users (user who shares and user who imports) need an An active [**Azure account**](https://azure.microsoft.com/free/cognitive-services/). If you don't have one, you can [**create a free account**](https://azure.microsoft.com/free/). Also, both users need to configure permissions to grant access to the Form Recognizer abd storage resources.
23+
24+
## Granted access and permissions
2325

2426
> [!IMPORTANT]
2527
> Custom model projects can be imported only if you have the access to the storage account that is associated with the project you are trying to import. Check your storage account permission before starting to share or import projects with others.
@@ -32,7 +34,7 @@ For more information, *see*, [Enable a system-assigned managed identity](../mana
3234

3335
### Role-based access control (RBAC)
3436

35-
Grant your Form Recognizer managed identity access to your storage account using Azure role-based access control (Azure RBAC). The [Storage Blob Data Reader](../../..//role-based-access-control/built-in-roles.md#storage-blob-data-reader) role grants read and list permissions to Azure Storage containers and blobs.
37+
Grant your Form Recognizer managed identity access to your storage account using Azure role-based access control (Azure RBAC). The [Storage Blob Data Contributor](../../..//role-based-access-control/built-in-roles.md#storage-blob-data-reader) role grants read, write, and delete permissions for Azure Storage containers and blobs.
3638

3739
For more information, *see*, [Grant access to your storage account](../managed-identities.md#grant-access-to-your-storage-account)
3840

@@ -50,11 +52,11 @@ A workaround is to manually create a project using the same settings as the proj
5052

5153
## User sharing requirements
5254

53-
The user sharing the project needs to create a project **`ListAccountSAS`** to configure the storage account CORS and a `ListServiceSAS` to generate a SAS token for *read*, *write* and *list* container's file in addition to blob storage data *update* permissions.
55+
The user sharing the project needs to create a project [**`ListAccountSAS`**](/rest/api/storagerp/storage-accounts/list-account-sas) to configure the storage account CORS and a [**`ListServiceSAS`**](/rest/api/storagerp/storage-accounts/list-service-sas) to generate a SAS token for *read*, *write* and *list* container's file in addition to blob storage data *update* permissions.
5456

5557
### User importing requirements
5658

57-
User who wants to import the project will need ListServiceSAS to generate a SAS token for *read*, *write* and *list* container's file in addition to blob storage data *update* permissions.
59+
User who wants to import the project will need a [**`ListServiceSAS`**](/rest/api/storagerp/storage-accounts/list-service-sas) to generate a SAS token for *read*, *write* and *list* container's file in addition to blob storage data *update* permissions.
5860

5961
## Share a custom extraction model with Form Recognizer studio
6062

@@ -91,3 +93,8 @@ Follow the steps below to import a project using Form Recognizer studio.
9193
1. On the import project dialog, paste the project token shared with you and select import.
9294

9395
:::image type="content" source="../media/how-to/studio-import-token.png" alt-text="Screenshot: Paste the project token in the dialogue.":::
96+
97+
## Next steps
98+
99+
> [!div class="nextstepaction"]
100+
> [Back up and recover models](../disaster-recovery.md)

0 commit comments

Comments
 (0)