The listener for function 'Functions.CRONtrigger' was unable to start. #6
-
Maybe a bit out of scope for this specific case but, I'm trying something with a different trigger: the time trigger and I cannot get the docker container to work properly. For the timer trigger you need to connect a storage account or emulate the storage account with Azurite. (This all works on my mac using This is my dockerfile (I'm using the base container because I don't think we need dotnet, I tried a version using dotnet and there was no difference)
The container log provides this help, I think it needs to access the storage emulator but never tells me what port it looks for, so I cannot open it on docker
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 7 replies
-
Underneath the strack trace it looks like this:
So the R function seems to start but the timer trigger never starts? |
Beta Was this translation helpful? Give feedback.
-
If you can, it would be great if you could try it and let me know. There have been reports of port-related issues on Windows, but yours is the first on Mac. CC @anthonychu for visibility. |
Beta Was this translation helpful? Give feedback.
-
solved here #6 (reply in thread) |
Beta Was this translation helpful? Give feedback.
-
I wrote the process down into a small blogpost here: https://blog.rmhogervorst.nl/blog/2021/01/18/testing-azure-functions-locally-with-azurite/ |
Beta Was this translation helpful? Give feedback.
I wrote the process down into a small blogpost here: https://blog.rmhogervorst.nl/blog/2021/01/18/testing-azure-functions-locally-with-azurite/