Justin Yoo

Author posts

Azure API Center: The First Look

in Azure · 6 min read

Let's say you work for a company that has a lot of APIs. You might have a few questions: How do you manage the lifecycle of those APIs? What governance would you apply to these APIs? What is the

GitHub Copilot for Azure API Management Policies

in Azure · 5 min read

Azure API Management (APIM) is a tool that manages various types of backend APIs of your organisation. It offers many awesome features, and APIM Policies is one of the ones. For example, You can use

DevContainers for .NET developers on Azure

in Azure · 12 min read

Containers are everywhere. It's not just to make both the development and production environment consistent but also to build CI/CD pipelines, test automations, and so on. While everyone does their

AuthN-ing Blazor WASM with Azure AD B2C

in Dotnet · 5 min read

There are many ways to implement authentication and authorisation onto the Blazor WebAssembly (WASM) app. If you publish it to Azure Static Web Apps (ASWA), you can use the built-in authN feature