Skip to content

dalion619/kudu-azfunc-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Azure Functions Code Sample

web.config

Simple reverse proxy using a URL Rewrite rule

csx-basic

Basic HTTP func using csx

compiled-swagger

Compiled C# HTTP func with Swagger/OpenAPI

dotnet publish -c Debug -r win-x64 -p:PublishReadyToRun=true

csx-swagger

HTTP func with Swagger/OpenAPI using csx. Only the bin folder is required from the build for the ref assemblies.

dotnet publish -c Debug -r win-x64 -p:PublishReadyToRun=true

About

Azure Function Code Samples for use with Kudu

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages