Skip to content

demoray/rust-azure-functions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Examples on building Azure Functions in Rust

Build & Deploy

cd hello-world
cargo build --release
cp ../target/release/hello-world .
func azure functionapp publish ${FUNCTION_NAME} --custom | strings

Test Locally

In shell one:

func start | strings

In shell two:

curl https://${FUNCTION_NAME}.azurewebsites.net/api/hello

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages