19 posts in total

Dotnet

Posts tagged

Introducing Swagger UI on Azure Functions

by Justin Yoo · 6 min read

DISCLAIMER: This post is purely a personal opinion, not representing or affiliating my employer’s. There's an awesome library called Swashbuckle in ASP.NET Core Application. With Swashbuckle, it

Introducing YARM CLI

by Justin Yoo · 3 min read

In my previous post, I briefly introduced yarm. It is a simple Azure Function app to convert ARM template in JSON format to YAML and vice versa. However, it wasn't that useful in a CI/CD pipeline.

Dependency Injections on Azure Functions V2

by Justin Yoo · 15 min read

Dependency Injections on Azure Functions is not that quite intuitive. I've written many blog posts about dependency management on Azure Functions to improve testability and this was my latest one.