Open
Description
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:
Metadata
Metadata
Assignees
Labels
This issue is related to a non-management packageWorkflow: This issue is responsible by Azure service team.Storage Service (Queues, Blobs, Files)Issues that are reported by GitHub users external to the Azure organization.Workflow: This issue needs attention from Azure service team or SDK teamThe issue doesn't require a change to the product in order to be resolved. Most issues start as that