Hi Team,
I was following the instructions here: https://docs.microsoft.com/en-us/azure/cognitive-services/form-recognizer/quickstarts/label-tool?tabs=v2-1
(using the FOTT preview site that's found under "Try it out")
Steps taken:
- Setup free tier subscription
- Setup form recognizer service resource
- Setup storage (blob) and created a main folder and two subfolders (train and test) where I put my .JPG files
- SAS URL is pointing to the main folder where I supplied the train folder as a sourceFilter
- Tested the service via PostMan (formrecognizer/v2.1/preview.3/custom/models, get custom models, analyze custom models) - working fine
- in FOTT, setup a new project and was able to see all the images in train folder and was able to create labels
- Attempted to train the model as the next step - ERROR: Training Failed: "Authorization was rejected by the user-provided resource"
- Attempted to train the custom model using the API (postman) using the model ID FOTT displayed - ERROR:
"trainResult": {
"averageModelAccuracy": 0.0,
"errors": [
{
"code": "Forbidden",
"message": "Authorization was rejected by the user-provided resource."
}
]
I checked everything stated in the prereqs, enabled CORS and made sure SAS has all the rights available but I am not able to figure out what's going on.
Please help!

