Share via

why is my computer vision app works only with bmp files?

Dor Mizrahi 26 Reputation points
2022-12-08T08:57:41.13+00:00

Hey,
I have an azure function with a blob trigger that uses computer vision services.
It only works with bmp files at the moment, all other files fail.
Is there a reason for this?
Thanks,
Dor

Azure Functions
Azure Functions

An Azure service that provides an event-driven serverless compute platform.

Azure Vision in Foundry Tools
0 comments No comments

1 answer

Sort by: Most helpful
  1. MayankBargali-MSFT 71,016 Reputation points Moderator
    2022-12-08T09:13:10.63+00:00

    @Dor Mizrahi Thanks for reaching out. Can you please confirm if your function app is trigger for other files such as JPEG, PNG and GIF but your Computer Vision services fails to process images and return information base?

    For Community:
    In case someone observes the same behavior then please verify whether your function app storage trigger is you have specified any path with the file types as in the configuration which would only trigger your function for the specific file. In case if you have already verified that you have not configured any file types path and your azure function is getting triggered correctly then please verify your application insights logs of your function app or review the Diagnose and solve problems blade on your function app if there were any error/exception in your function app that would cause the issue.

    Was this answer helpful?

    1 person found this answer helpful.

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.