Skip to content

Contains examples for isloated dotnet 8 HttpTrigger azure function

Notifications You must be signed in to change notification settings

mrpaulblack/AzureFunctionExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AzureFunctionExample

Basic example showcasing an azure function HTTP trigger with dotnet 8 using the isolated worker model.

Setup

  • create local development file Function/local.settings.json:
{
  "IsEncrypted": false,
  "Values": {
    "AzureWebJobsStorage": "UseDevelopmentStorage=true",
    "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
  }
}

Useful Links

About

Contains examples for isloated dotnet 8 HttpTrigger azure function

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages