Skip to content

[FEATURE REQ] Include support for SftpRename (and possibly other) events in Blob Storage extension #50919

Open
@v-lhoffmann

Description

@v-lhoffmann

Library name

Microsoft.Azure.WebJobs.Extensions.Storage.Blobs

Please describe the feature.

Currently the extension uses the GetBlobTriggerMessage() method to retrieve message details from the "data" field, but this looks for properties that are not included in the SftpRename event schema. ("url", "eTag", and "blobType") Due to this, when receiving these events, a NullReferenceException will be thrown.

I would suggest there be some adjustments made to allow for SftpRename and possibly other events to be handled.

Event Schemas are found here:

https://learn.microsoft.com/en-us/azure/event-grid/event-schema-blob-storage?tabs=event-grid-event-schema#microsoftstorageblobrenamed-event-sftp-1

Metadata

Metadata

Assignees

No one assigned

    Labels

    ClientThis issue is related to a non-management packageService AttentionWorkflow: This issue is responsible by Azure service team.StorageStorage Service (Queues, Blobs, Files)customer-reportedIssues that are reported by GitHub users external to the Azure organization.needs-team-attentionWorkflow: This issue needs attention from Azure service team or SDK teamquestionThe issue doesn't require a change to the product in order to be resolved. Most issues start as that

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions