azure-functions-rs
azure-functions-rs copied to clipboard
Create Azure Functions with Rust!
## What is the goal of this pull request? To update the docs to inform users they need to install the signalr extension. ## What does this pull request change?...
**Is your feature request related to a problem? Please describe.** In order to run unit-like integration tests directly on functions it would be highly desirable to have some kind of...
## Steps to reproduce ``` cargo func new-app myapp docker build -t domain/app . ``` ## Expected behavior Docker build would create a dockerfile ## Actual behavior Rust in the...
## Steps to reproduce Create a generic input using the example provided in docs ## Expected behavior Generic input works ## Actual behavior ``` #[func] | ^^^^^^^ | = help:...
When following the readme instructions using MacOS and Ubuntu 18.04, building the docker file fails with ``` #15 24.64 =============================================================================== #15 24.64 running: "make" "srcroot=../jemalloc/" "-j" "4" #15 24.64 #15...
There may be a pattern for including static files, but I'm not finding one :frowning_face: ## Steps to reproduce * Create a simple function (http binding) and then add `some.json`...
Hi! Thanks for the wonderful crate. Just a quick question, why is `Cargo.lock` ignored in the copy operation over to the Docker-image by default? As seen here: https://github.com/peterhuene/azure-functions-rs/blob/06ca809b5a182f48d65c4a3fbc9a810ab9028ec8/azure-functions-sdk/src/templates/new-app/dockerignore.hbs#L2 I can...
`HttpRequest` and `HttpResponse` were the very first Azure Functions bindings implemented in Azure Functions for Rust. They were implemented at a time when the RPC data was borrowed by the...