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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ 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 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.
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 and storage resources.
23
23
24
24
## Granted access and permissions
25
25
@@ -46,21 +46,21 @@ Form more information, *see* [Configure CORS](../quickstarts/try-form-recognizer
46
46
47
47
### Virtual networks and firewalls
48
48
49
-
If your storage account VNet is enabled or if there are any firewall constraints, the project cannot be shared. If you want to bypass those restrictions, ensure that those settings are turned off.
49
+
If your storage account VNet is enabled or if there are any firewall constraints, the project can't be shared. If you want to bypass those restrictions, ensure that those settings are turned off.
50
50
51
51
A workaround is to manually create a project using the same settings as the project being shared.
52
52
53
53
## User sharing requirements
54
54
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.
55
+
Users sharing the project need 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.
56
56
57
57
### User importing requirements
58
58
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.
59
+
Users who want to import the project 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.
60
60
61
61
## Share a custom extraction model with Form Recognizer studio
62
62
63
-
Follow the steps below to share your project using Form Recognizer studio.
63
+
Follow these steps to share your project using Form Recognizer studio:
64
64
65
65
1. Start by navigating to the [Form Recognizer Studio](https://formrecognizer.appliedai.azure.com/studio).
66
66
@@ -78,7 +78,7 @@ Follow the steps below to share your project using Form Recognizer studio.
78
78
79
79
## Import custom extraction model with Form Recognizer studio
80
80
81
-
Follow the steps below to import a project using Form Recognizer studio.
81
+
Follow these steps to import a project using Form Recognizer studio.
82
82
83
83
1. Start by navigating to the [Form Recognizer Studio](https://formrecognizer.appliedai.azure.com/studio).
0 commit comments