Justin Yoo

Author posts

Dependency Injections on Azure Functions V2

in Dotnet · 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.

Cosmos DB in Azure Functions V1 and V2

in Azure App-service · 5 min read

As one of serverless families in Azure, Cosms DB is becoming very popular. In many development scenarios, Cosmos DB actually replaces existing RDBMS because it requires relatively lower cost for

Testing ARM Templates with Pester

in Arm Devops-on-azure · 7 min read

ARM template is a great tool for Azure resources deployment. However, it's very tricky to use because: It's a JSON object with massive number of lines, Its JSON structure is quite complex so that