Getting App Setting SCM_LOGSTREAM_TIMEOUT in Azure function logs

Malathi Soundarapandian 21 Reputation points
2022-03-29T11:00:08.523+00:00

I am trying to run a simple blob trigger function directly in azure portal. Even, I tried with different runtime stack such node.js & .Net. But, am facing this below issue. ? Nothing is happening and it doesnt trigger my azure function.

187860-image.png

Kindly provide me the solution

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,911 questions
0 comments No comments
{count} votes

Accepted answer
  1. MughundhanRaveendran-MSFT 12,506 Reputation points
    2022-03-29T11:37:21.727+00:00

    @Malathi Soundarapandian ,

    Thanks for reaching out to Q&A.

    This is not an error message, this is the default message that you see in the Log console. In order to trigger the blob function, you will have to add a file/blob to the storage container that is configured in the function app to listen. The function will get fired once there is a blob in the container. If you dont see any logs in the console even after blob is being uploaded to container, try looking into the Monitor section of the function.

    The live logs can be seen in the Logstream section

    187889-image.png

    The invocation logs are seen under the Monitor section, please note that there is a five minute delay here

    187941-image.png

    If there are no logs visible anywhere, please let me know. If there is any issue it should be seen in one of the above places.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.