You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/applied-ai-services/form-recognizer/how-to-guides/project-share-custom-classifier.md
+12-5Lines changed: 12 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ manager: nitinme
7
7
ms.service: applied-ai-services
8
8
ms.subservice: forms-recognizer
9
9
ms.topic: how-to
10
-
ms.date: 04/14/2023
10
+
ms.date: 04/17/2023
11
11
ms.author: jppark
12
12
monikerRange: 'form-recog-3.0.0'
13
13
recommendations: false
@@ -19,7 +19,9 @@ Form Recognizer Studio is an online tool to visually explore, understand, train,
19
19
20
20
## Prerequisite
21
21
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
23
25
24
26
> [!IMPORTANT]
25
27
> 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
32
34
33
35
### Role-based access control (RBAC)
34
36
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 readand 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.
36
38
37
39
For more information, *see*, [Grant access to your storage account](../managed-identities.md#grant-access-to-your-storage-account)
38
40
@@ -50,11 +52,11 @@ A workaround is to manually create a project using the same settings as the proj
50
52
51
53
## User sharing requirements
52
54
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.
54
56
55
57
### User importing requirements
56
58
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.
58
60
59
61
## Share a custom extraction model with Form Recognizer studio
60
62
@@ -91,3 +93,8 @@ Follow the steps below to import a project using Form Recognizer studio.
91
93
1. On the import project dialog, paste the project token shared with you and select import.
92
94
93
95
:::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