A community member has associated this post with a similar question:
VS Azure Function Blob Trigger does not fire

Only moderators can edit this content.

Azure Function Blob Trigger Not Firing on Blob Changes

Karn Dalmia 0 Reputation points Microsoft Employee
2025-02-07T02:35:08.5633333+00:00

When configuring an Azure Function in Visual Studio Code, the Blob Trigger does not activate when changes are made to the blob file in my PBIZeroTouchBlob.cs. This was tested in three different locations: the same directory as the PBIZeroTouchBlob.cs, the Azure Storage Emulator, and the Azure Storage directory. There is also uncertainty regarding the blob container file location—whether it is in a local directory or in Storage Explorer.

The following files have been attached:

PBIZeroTouchBlob.cs file:

using System.IO;
using System.Threading.Tasks;
using Microsoft.Azure.Functions.Worker;
using Microsoft.Extensions.Logging;

namespace PBIZeroTouchBlob
{
    public class PBIZeroTouchBlob
    {
        private readonly ILogger
Not Monitored
Not Monitored
Tag not monitored by Microsoft.
41,941 questions
0 comments No comments
{count} votes