Azure Functions (isolated) project does not start via AddAzureFunctionsProject on macOS – no error, no output, port unavailable #8375
Closed
TomLederer
started this conversation in
General
Replies: 1 comment 1 reply
-
I'm also hitting this issue. @TomLederer, you closed this conversation/thread the same day you created it, did you find a solution? Edit: disregard. I saw this other issue by you. #8374 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using a .NET 8/.NET 9 Azure Functions project with the isolated worker model and trying to run it via Aspire using builder.AddAzureFunctionsProject(...).
The project runs perfectly fine when executed directly via dotnet run or func start, including logging and breakpoints. However, when I try to run it through Aspire, the following happens:
No log output appears from the function app
Additional info:
Beta Was this translation helpful? Give feedback.
All reactions