In a project where develop a provisioning engine for Azure DevOps at DB Systel we currently have to deal with the not so in intuitive security and permission handling on the API level. The naive approach First, we thought to just check the documentation for the default permissions and then define which permissions we want to have [...]
Sebastian Schütze
A while ago I always wanted to get notified when new sprint updates are coming without having to go to the website itself. We have three sources where this is being published: The release notes page of Azure DevOps The devops blog of the product teams An then you have the Azure Updates page When you want to subscribe, then usually RSS is [...]
Sebastian Schütze
Update 5.5.2020: There is now a native integration. Check my new blog post for an update. The new multi staging pipelines with YAML give you a lot of more flexibility. Variables can be used and shared between nearly every step (e.g. stages and jobs) but they can’t be shared out of the between stages. But hey, there is always a [...]
Sebastian Schütze