Azure Function Timer Trigger Error 'Starting worker process failed'

이 상준 21 Reputation points
2021-09-27T05:24:14.217+00:00

Debugging Timer Trigger with Visual Studio often There are times when debugging is not possible as shown in the picture below. Why is it like this?

135454-image.png

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

1 answer

Sort by: Most helpful
  1. AnuragSingh-MSFT 21,566 Reputation points Moderator
    2021-09-27T08:09:28.8+00:00

    Hi @이 상준 , This issue has already been identified as a bug which is being tracked using this Github issue.
    As a workaround, you may clear the blob content from function storage so that it does not fail. Usually, it will be the local storage emulator if you are developing the function app on local machine. The issue is only observed when trying to debug the function app locally or when launching it using the --dotnet-isolated-debug parameter.
    A detailed discussion about this is available on the Github and here.

    Please 'Accept as answer' if it helped so that it can help others in the community looking for help on similar topics.


Your answer

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