Skip to content

Sample application for Azure functions with Spring cloud features - Dependency injection in functions.

Notifications You must be signed in to change notification settings

nishanthd/az-func-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

az-func-sample

Sample application for Azure functions with Spring cloud features - Dependency injection in functions.

This project explains How to do a Dependency inject to azure functions in spring.

Required tools,

npm i azure-cli
npm i azure-functions-core-tools

To run the project locally

mvn clean package
mvn azure-functions:run

To test

curl http://localhost:7071/api/login -d JohnWick`
Hello JOHNWICK, you are successfully logged in!!!

To deploy into Azure

`az login`
`mvn azure-fucntions:deploy`

About

Sample application for Azure functions with Spring cloud features - Dependency injection in functions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published