Skip to content

Commit 1777d73

Browse files
committed
edit for review
1 parent 33e9f61 commit 1777d73

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ 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 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.
2323

2424
## Granted access and permissions
2525

@@ -46,21 +46,21 @@ Form more information, *see* [Configure CORS](../quickstarts/try-form-recognizer
4646

4747
### Virtual networks and firewalls
4848

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.
5050

5151
A workaround is to manually create a project using the same settings as the project being shared.
5252

5353
## User sharing requirements
5454

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.
5656

5757
### User importing requirements
5858

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.
6060

6161
## Share a custom extraction model with Form Recognizer studio
6262

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:
6464

6565
1. Start by navigating to the [Form Recognizer Studio](https://formrecognizer.appliedai.azure.com/studio).
6666

@@ -78,7 +78,7 @@ Follow the steps below to share your project using Form Recognizer studio.
7878

7979
## Import custom extraction model with Form Recognizer studio
8080

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.
8282

8383
1. Start by navigating to the [Form Recognizer Studio](https://formrecognizer.appliedai.azure.com/studio).
8484

0 commit comments

Comments
 (0)