Good morning, I'm developing an Azure Function in Java with @TimerTrigger. When I'm trying to run it, the system throws me:
The listener for function 'ABC123' was unable to start.
Microsoft.Azure.Storage.Common: No connection could be made because the target machine actively refused it.
Do you know if it is some additional configuration on my machine or that the Azure emulator needs some additional configuration?
Thank you very much!