4 posts in total

Azure Pipelines

Posts tagged

Azure Storage Emulator on Azure Pipelines

by Justin Yoo · 3 min read

While developing applications on Azure, it's often necessary to integrate with Azure Storage. Notably, Azure Functions development always needs Azure Storage. Fortunately, Azure Storage Emulator can

Azure DevOps Pipelines Refactoring Technics

by Justin Yoo · 6 min read

Authoring YAML pipelines on Azure DevOps often tends to be repetitive and cumbersome. That repetition might happen at the tasks level, jobs level or stages level. If we do coding, we do refactoring

6 Ways Passing Secrets to ARM Templates

by Justin Yoo · 5 min read

DISCLAIMER: This post is purely a personal opinion, not representing or affiliating my employer’s. Whenever you deal with ARM templates, you always face to handle some sensitive information. This