Sascha Manns

My personal Blog about Linux, Windows Programming and other random stuff.

DevOps CI / CD / Make Deployments Awesome

Synchronise Github Repository with Azure DevOps

Problem Sometimes we face the problem that we want to synchronise an existing Gitub repository with another repository on Azure DevOps. For example, to deploy from there to Azure. So what is the best way to proceed? Solution After several attempts, I found the best solution for me. First, I added the following secrets in the "Secrets" section of the Github Actions: AZUREPAT (Here you add …
ASP .NET Core Lesson learned Github