Azure / Azure/Azure-Functions

Azure function running on consumption plan, not triggered by blob events

Open
#1,022 6 comments 0 reactions 0 assignees View on GitHub
Dominant language
PowerShell
Stars
1.1k
Forks
215
Avg merge
4h 2m
Merged PRs (30d)
1

Description

I have a azure function created with ARM Template by using powershell.

Function is blobtrigger type function running on **consumption plan**, to copy blob from source storage to destination storage.

When I upload blob to source storage it is not copied to destination. That means function is not executed.

When I browse function app through portal, function get invoked and do the required things as expected. Thereafter it works fine. It only happens when function app initially deployed by powershell script using ARM templates.

When I use App service plan instead of Consumption plan, everything works fine since function app is always running.

So I guess Issue is, when I create function app using ARM template and deployed using powershell it is in idle mode, and never triggered by blob events. Is my assumption correct or could you please help me to find the issue. Thanks

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.