You are developing an azure function app that processes images that are uploaded to an
azure blob container. Images must be processed as quickly as possible after they are
uploaded, and the solution must minimize latency. You create code to process images
when the function app is triggered. You need to configure the function app. What should
you do