App Service Docker continuous deployment

Before Microsoft announced Container Apps (Kubernetes as a Service), App services were considered an alternative if companies did not want to set up and maintain an entire Kubernetes stack. Here, a developer can push docker images to an Azure Container Registry, where the App Service pull and run the image. High level design – Architecture … Lees meer

Unable to start Console App – Access Denied

To quickly test some code, we created a console application. Only it would not start because of an access denied error. I have never seen this error message before. Could it be a problem with the Visual Studio program or debugger? We will find out in this blog post! Details of the error First, we … Lees meer