When creating an Azure Function blob trigger template that uses an App Service plan for hosting, the function triggers correctly when configured as "Always on". I have tested by running the app in the Azure console, and by adding a file though the Microsoft Azure Storage Explorer. The logs of these triggers can be found when viewing the Monitor
screen for the function.
When creating the same function using the Blob Storage template but this time choosing "Consumption" instead of App Service plan, nothing is displaying under monitor. When I run a test in the Azure console or add a file to the target Blob container, these trigger logs do not display on the monitor
screen.
What can be done to ensure that this trigger template is firing when a new file is added to the Blob container?