I have my Azure Function, which has Timer Trigger. I set up Networking on my IP Address (my current location). I can easily trigger the function with my Visual Studio Code.
Problem is, the function is not running automatic, unless I remove IP Addresses restrictions.
I tried to add inbound IP address of the Function, but this doesn't help.
Any idea what I can try?