A first-hand account of building an Azure Function in .NET using the isolated worker model. Covers IDE comparisons (Visual Studio, Rider, VS Code), local development with the Azurite emulator, a gotcha around nested configuration in local.settings.json (use double-underscore instead), and one-click deployment to Azure. VS Code with the Azure Functions extension is recommended for the best developer experience.

8m read timeFrom timdeschryver.dev
Post cover image
Table of contents
IntroductionWhich IDE to use?Your local environmentSettings cannot be nestedDeploy to AzureConclusionMore resources