[formrecognizer] reconcile storage of forms across languages #10973
Labels
Client
This issue points to a problem in the data-plane of the library.
Cognitive - Form Recognizer
Cognitive Services
Python currently dynamically creates a storage and formrecognizer account for more complicated operations like training. We then tear down all the resources at the end - this strategy was recommended by Mike H. It is possible that in the future we switch to fixed storage account with a container containing all the training forms that we use across all languages.
If using a fixed storage account we could remove test dependency on storage, but would need environment variables set for the container SAS URLs and/or storage credentials. We would also need to maintain these so that they don't expire/change and fail tests.
My thoughts on this: Ways to test training (bold is what we currently do)
1) have training files/labeled files in repo, upload to blob storage, create container sas url, train
The text was updated successfully, but these errors were encountered: