I'm seeing multiple "Initializing Host" messages per hour in app insights. I wonder if this is to be expected.
My functions are mainly queue triggered and I've configured batchSize = 1 in my host.json so I don't expect parallel execution.
There is one timer triggered function that does nothing. It fires every 9 minutes.
Host initialization happens even when there is no activity on the queues.
I'm running functions v3