Azure Apps Autopilot
by Justin Yoo · 12 min read
My colleague David asked about a very interesting feature. "What if we can provision Azure Static Web App and deploy the app at the same time? If we can, we just simply hand over our PoC repository
19 posts in total
by Justin Yoo · 12 min read
My colleague David asked about a very interesting feature. "What if we can provision Azure Static Web App and deploy the app at the same time? If we can, we just simply hand over our PoC repository
by Justin Yoo · 5 min read
In my previous post, we've walked through how to run the Azure Functions app as a background process and locally generate the OpenAPI document from it within the GitHub Actions workflow. The OpenAPI
by Justin Yoo · 3 min read
From time to time, you might be facing some situations while using the Azure Functions OpenAPI extension for your Azure Functions development. One of them is that you are asked to generate the
by Justin Yoo · 7 min read
Azure Functions doesn't only support C# but also supports many other languages, including Java, JavaScript, Python, PowerShell and so forth. Specifically, I'm going to discuss a few things to know
by Justin Yoo · 7 min read
You likely heard of or currently use oh-my-zsh for your terminal on Linux or Mac, or WSL on Windows. It might also be possible to have heard of or currently use oh-my-posh for your PowerShell. Azure
by Justin Yoo · 4 min read
In early November, 2021 Azure Functions announced its GA for .NET 6 support and V4 runtime. At the same time, Azure Functions OpenAPI Extension also announced its GA, which supports all .NET Core 2.1