azure devops
1427 TopicsHow can I make parent from child mandatory?
I need to set the obligation to insert a parent when creating a bug in my custom process inherited from agile. Is there some system?Existing extensions to install maybe? Or do I have to develop one ad hoc to have this functionality?3.2KViews12likes1Commentno copilot/AI for devops users?
When microsoft released azure static web apps, we were suck because all our orgs git repos were in azure devops, not github. So although our org spends millions a year on MS subscriptions, we had to wait a long time before we could use this amazing feature. Now it seems to be the same for copilot, its only available for companies who use and pay for github. Is there any way to get this via microsoft subscription? Our org doesnt have a github account, nor do they want one because they are a devops/microsoft house. Does anyone know if something like github copilot but available to microsoft subscribers?3.6KViews8likes1CommentGitHub Shots Bootcamp Live on Microsoft Dev Radio, February 2022
A six part training series created by the DevOps community within Microsoft When the people at Microsoft who practice DevOps realized there was a need for training to get everyone ready to use GitHub, hundreds of us came together to learn from our peers through an interactive, 6 part series. This February, we’re inviting everyone to join us as we deliver the series live so we can share with the broader community. We’ll be getting together on Tuesdays and Thursdays starting February 1 st to help anyone who is interested in getting up to speed on how to get the most out of GitHub with your DevOps processes. All sessions at 8:00 AM Pacific on our YouTube channel Microsoft Dev Radio Feb 1, 2022: Introduction to GitHub Audience: Everyone Why GitHub? Products and roadmap Azure DevOps and GitHub comparison GitHub culture Feb 3, 2022: Agile / Team Project Management Audience: Everyone GitHub architecture Various entity relationship Agile project management Insights and KPIs Feb 8, 2022: GitHub Development Audience: Technical GitHub Repo and Codespaces GitHub Flow / Branch Policy / Pull Requests Intro to CI/CD process GitHub Apps Feb 10, 2022: Actions workflows Audience: Technical Action, event, workflow CI process with testing CD process with testing Self-hosted and GitHub hosted runner Feb 15, 2022: Security and Secret Policy Audience: Technical GitHub Advanced Security Secrets handling Authentication and Aothorization Security Branching Protection Feb 17, 2022: InnerSourcing and Ask Anything Audience: Everyone Open Source practices for any organizations dev process Microsoft and GitHub share how we use GitHub Bring your questions! See you there!2.9KViews8likes0CommentsAzure DevOps Pipelines: Practices for Scaling Templates
When starting to leverage YAML Pipelines at scale you are most likely going to gravitate towards a solution that leverages a consolidated template repository. Since we will have multiple pipelines calling the same repository it's important we get guidance on how to start and structure this new repository, so it scales with our organization and their pipeline adoption.Azure DevOps Pipelines: Templates Tasks and Jobs
Fully leveraging the power of Azure DevOps (ADO) one should evaluate how to best use templates. This post focuses on using templates for tasks and jobs. Previous posts onAzure DevOps Pipelines: Environments and Variables (microsoft.com)andAzure DevOps Pipelines: Tasks, Jobs, Stages (microsoft.com)Getting secrets from Key Vault in YAML pipeline
If you have ever created an Azure App Service or Azure Function App that uses app settings, then you have dealt with the problem of how you are going to get those settings secure and updated correctly in each environment. You need a secure location to store this information and then be able to access it during your deployment process. Azure Key Vault and using the Azure Key Vault task inside a deployment pipeline in Azure DevOps can solve this problem for you. If you prefer video, then have a look at this as it will walk you through the steps of getting this setup.