In several projects we have faced the situation when the user needs to have a file download. The files can be on different formats like PDF, TXT, MP3, JPG etc. The following is an easy way to achieve that using azure functions with nodejs. First we need to read the…