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
- [x ] bug report -> please search issues before submitting
- [ ] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)
This issue is for a: (mark with an
x
)Minimal steps to reproduce
Follow the instructions here - https://github.com/Azure-Samples/azure-search-power-skills/blob/main/Vision/FormRecognizer/AnalyzeDocument
Any log messages given by the failure
2023-10-12T14:56:01Z [Error] Executed 'Functions.AnalyzeDocument' (Failed, Id=b6d90265-b92f-4d30-a955-eb6d4e167210, Duration=13ms)
Expected/desired behavior
No error, Succesfull execution.
OS and Version?
Versions
Mention any other details that might be useful
The function is deployed successfully, but when trying to test via Code + Test in Azure Portal it always returns 500 error
Subjective opinion - might be the code from init.py since testing the same Forms Recognizer Endpoint/Key with the script at https://learn.microsoft.com/en-us/training/modules/build-form-recognizer-custom-skill-for-azure-cognitive-search/4-exercise-build-deploy (it seems the code was "re-enginered" from there) works succesfully.
The text was updated successfully, but these errors were encountered: