Oh My Azure Cloud Shell
in Azure · 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
in Azure · 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
in Azure · 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
in Azure · 7 min read
A while ago, I wrote a blog post about Azure DevOps Pipelines refactoring technics. GitHub Actions is also suitable for building CI/CD pipelines. But, compared to Azure DevOps, there are many spaces
in Windows11 · 4 min read
It's a common practice using node.js for front-end app development. In the Windows dev environment, the same exercise applies. If you use Windows Subsystem for Linux (WSL), you can make use of the
in Dotnet · 5 min read
.NET SDKs including .NET Core, .NET 5 and .NET 6 support cross-platform. For some reason, you might feel like removing the latest preview version of SDK or a certain version of SDK. You can then use
in Azure Functions · 4 min read
Since the latest version (0.9.0-preview) of the OpenAPI extension for Azure Functions was released, it supports the byte array types. With this support, you can now define the binary data type like