I'm following tutorial on http://martinabbott.azurewebsites.net/2016/06/11/fun-with-azure-functions-and-the-emotion-api/
I have Blob Trigger Storage container named "pictures" in integration tab. myblob path is "pictures/{name}" There are no input defined. Output is DocumentDB. I have verified that access key is correct.
I wonder what is reason for error? Connection problem to Azure Storage or cannot locate file for ?
Exception while executing function: Functions.BlobTriggerEmotionFunction. Microsoft.Azure.WebJobs.Host: Exception binding parameter 'myBlob'. Microsoft.WindowsAzure.Storage: The remote server returned an error: (404) Not Found.