---
title: "Some observations while writing my first Azure Function"
url: https://daily.dev/posts/some-observations-while-writing-my-first-azure-function-vynwkkadt
source_url: https://timdeschryver.dev/blog/some-observations-while-writing-my-first-azure-function
type: article
source: "Tim Deschryver"
author: "Tim Deschryver"
published: 2026-05-31T07:47:02.188Z
updated: 2026-06-01T04:01:23.831Z
tags: ["azure", ".net", "vscode", "azure-functions"]
reading_time: 8
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Some observations while writing my first Azure Function

**[Tim Deschryver](https://daily.dev/sources/timdeschryver)** · [@timdeschryver](https://daily.dev/timdeschryver) · 8 min read · 0 upvotes · 0 comments

## Summary

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.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://timdeschryver.dev/blog/some-observations-while-writing-my-first-azure-function>

## Similar posts on daily.dev

- [Why I Use JetBrains Rider for .NET Development](https://daily.dev/posts/why-i-use-jetbrains-rider-for-net-development-euigejoa5) · This is Learning · 83 upvotes · 8 comments
- [Develop Faster with VS Code for the Web - Azure Guide](https://daily.dev/posts/develop-faster-with-vs-code-for-the-web---azure-guide-kaqq88b9u) · DevBlogs · 0 upvotes · 0 comments

---

Tags: [#azure](https://daily.dev/tags/azure), [#.net](https://daily.dev/tags/.net), [#vscode](https://daily.dev/tags/vscode), [#azure-functions](https://daily.dev/tags/azure-functions)

[View this post on daily.dev](https://daily.dev/posts/some-observations-while-writing-my-first-azure-function-vynwkkadt)
