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
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