Adding CD to your Azure Container App

In one of my previous articles, 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 mean that you can deploy directly from Github…
Code Freely, Live Fully
Code Freely, Live Fully

In one of my previous articles, 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 mean that you can deploy directly from Github…

Since Rust is a very fast compiled language with built-in safety-features, it is very attractive to build a web-api in. However, building and deploying are two different things. In these blogs I will tell you about how I did just…