private async Task HandleBlobDeleteEventAsync()

in AzureSQL/csharp/DocumentVectorPipelineFunctions/BlobTriggerFunction.cs [194:200]


    private async Task HandleBlobDeleteEventAsync(BlobClient blobClient)
    {
        // TODO - Implement me :)
        _logger.LogInformation("Handling delete event for blob name {name}.", blobClient.Name);

        await Task.Delay(1);
    }