Skip to content

Comments

Rust - Added example for blob trigger#14

Open
patnaikshekhar wants to merge 1 commit intoAzure-Samples:masterfrom
patnaikshekhar:rust-blob-trigger
Open

Rust - Added example for blob trigger#14
patnaikshekhar wants to merge 1 commit intoAzure-Samples:masterfrom
patnaikshekhar:rust-blob-trigger

Conversation

@patnaikshekhar
Copy link

  • Added example for Blob Trigger
  • Added local.settings.json to .gitignore
  • Bumped versions of dependencies - hyper, tokio

@chrisglass
Copy link

Hi! Thanks for writing this code. I have independently come to a similar implementation, yet am blocked by the blobTrigger seemingly having a rather limited body size: If an event triggers for a blob larger than 100Mb, it seems to get killed (the request to the function is then larger than 100mb since the blob's binary data is included).

Do you experience the same problem? I started looking into using an "in" blob binding instead, but I'm not sure it'll help much.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants