Getting Value cannot be null. (Parameter 'connectionString') error while running Azure Function app
问题 I am getting Value cannot be null. (Parameter 'connectionString') error while running Azure Function app for a TimeerTrigger. This is my function output integration: - function output This it the Code I have written to store a string in Blob storage when the function is triggered:- code run.csx This is the error I'm getting when I'm trying to Test the function: - Error logs 回答1: It seems the connection is getting wrong. Check the "connection" field in function.json file. Here is the