Adding CD to your Azure Container App

In my previous article we set up an Azure Container App with a small web API in Go. In this article I will discuss adding CD to your App. That means that you can deploy directly from Github without having…
Code Freely, Live Fully
Code Freely, Live Fully

In my previous article we set up an Azure Container App with a small web API in Go. In this article I will discuss adding CD to your App. That means that you can deploy directly from Github without having…

One of the first things that made me want to learn Go, apart from an unquenchable curiosity, is the ability to write web APIs. For that I found the Gin framework quite easy to use. However, an API always needs…