Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The listener for activity function was unable to start. DurableTask.AzureStorage: No connection could be made because the target machine actively refused it. #10754

Open
lipalath-ms opened this issue Jan 16, 2025 · 0 comments

Comments

@lipalath-ms
Copy link

I was successfully running Azure Durable Functions locally and now I am not able to run them and am getting the following error. Not sure what has changed -- any pointers on what to look at would be most appreciated.

For detailed output, run func with --verbose flag.
[2025-01-16T23:37:11.872Z] The listener for function 'Functions.CreateThresholdNotificationFunction' was unable to start.
[2025-01-16T23:37:11.875Z] The listener for function 'Functions.CreateThresholdNotificationFunction' was unable to start. DurableTask.AzureStorage: No connection could be made because the target machine actively refused it. (127.0.0.1:10000). Microsoft.WindowsAzure.Storage: No connection could be made because the target machine actively refused it. (127.0.0.1:10000). System.Net.Http: No connection could be made because the target machine actively refused it. (127.0.0.1:10000). System.Net.Sockets: No connection could be made because the target machine actively refused it.
[2025-01-16T23:37:46.519Z] The listener for function 'Functions.LoggerFunction' was unable to start.

I tried adding this setting "AzureWebJobsSecretStorageType": "files" as suggested in #3795 (comment) but still running into the same issue. What am I missing?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant