Update Azure NodeJS Function Content-Type
context.res = {
// status: 200, /* Defaults to 200 */
headers: {
'Content-Type': 'image/svg+xml' //here
},
body: response, //content
};
//Thank me via twitter @dahngeek :)