Terraforming Azure PaaS
by Justin Yoo · 11 min read
DISCLAIMER: This post is purely a personal opinion, not representing or affiliating my employer's. Terraform is a cloud infrastructure automation tool made by HashiCorp. Each cloud vendor has their
52 posts in total
by Justin Yoo · 11 min read
DISCLAIMER: This post is purely a personal opinion, not representing or affiliating my employer's. Terraform is a cloud infrastructure automation tool made by HashiCorp. Each cloud vendor has their
by Justin Yoo · 5 min read
DISCLAIMER: This post is purely a personal opinion, not representing or affiliating my employer's. In order to use BizTalk server for your service integration project, you can't avoid using XML
by Justin Yoo · 2 min read
DISCLAIMER: This post is purely a personal opinion, not representing or affiliating my employer's. I wrote a post quite a while ago, which discussed how to directly access to Azure Key Vault from
by Justin Yoo · 5 min read
DISCLAIMER: This post is purely a personal opinion, not representing or affiliating my employer's. Azure Function 1.x provides a preview feature to render Open API 2 (Swagger) definitions. I wrote
by Justin Yoo · 3 min read
DISCLAIMER: This post is purely a personal opinion, not representing or affiliating my employer's. In my previous post, we discussed how Azure Logic App can access to Azure Key Vault. Now in this
by Justin Yoo · 3 min read
DISCLAIMER: This post is purely a personal opinion, not representing or affiliating my employer's. Handling DTO (Data Transfer Object) is one of core tasks while developing an application