The annual go-to conference for developers (and everybody else) that just loves Microsoft developer eco system has been carried out. This time it was 48-hour only digital experience, at no cost. As previously, and despite being a full-blown virtual conference, a lot of new and interesting stuff has been presented.…
3 posts tagged
azure
Azure DevOps pipelines with YAML and GitVersion
Background In Azure DevOps there are kind of two ways of setting up pipelines (previously also called builds). One can use the classic editor or the yaml approach. The classic editor is more visual where tasks can be added and modified. A typical setup can look something like this (non…
Authenticating with Azure AD interactively and non-interactively
Protecting a site using Microsoft account Using your Microsoft account to protect a website or a web api in Azure has become quite a breeze. By following these few steps, your site is protected in minutes: Create a free azure account Create and deploy your web/api site in Azure…