Not sure how to configure my nodeJS API through Azure

you should print the configuration like this, to check it:

const jsonString = JSON.stringify(configuration, null, 2);
console.log(jsonString);

1 Like