I am making a pipeline using Python and I found that Azure's default container does not support libsndfile library. So I am trying to use docker so that I can make a container which supports libsndfile library. However, I have not used docker so I need a help.
The function app that I made is blob storage triggered function app.
upload to blob storage (blob triggered) -> Processing (function app) -> copy to another blob storage (output)
The questions are
- Is it possible to make a blob storage function app using docker?
- If it is possible, can you give me some hints how to use docker?