14 posts in total

Visual Studio-alm

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