Thursday, February 27, 2020

Getting Azure Function App Cloud Stream in Command Prompt


  1. Get your publish profile and extract your username and password.



  1. Execute in CMD:
    curl -u 'myUserName:password' https://myApp.scm.azurewebsites.net/api/logstream
Additionally:
Can you set new setting SCM_TRACE_LEVEL=4 and after that in the Kudu logs you would get more information. Because usually this is normally related to Network management.

No comments:

Post a Comment