Search

Tag: azure-devops

View:
Didier Van Hoye
  • Didier Van Hoye
  • May 9, 2024

Using Git submodules in your main Azure DevOps repository – Part I

Ready to level up your Azure skills? Check out how to quickly set up a lab environment to start experimenting with Git submodules in Azure DevOps.
Read more
Didier Van Hoye
  • Didier Van Hoye
  • April 18, 2024

Getting Git submodules in private Azure DevOps repositories to work in a pipeline

Unlock the potential of Git submodules in Azure DevOps pipelines! Explore the journey of overcoming challenges and achieving seamless integration in private repositories.
Read more
Nicolas Prigent
  • Nicolas Prigent
  • May 18, 2023

Implementing DevSecOps in Azure using Microsoft Defender for DevOps

DevSecOps is a complex approach for implementing security for all DevOps processes, as safety is a pressing matter in all stages of your work. Today, we’ll start with Azure!
Read more
Florent Appointaire
  • Florent Appointaire
  • May 24, 2022

[Azure DevOps] Add an Approval Workflow for Your Pipelines

Azure DevOps is a rich system that allows you to automate a great number of things from Apps to Azure Resources and many others via Azure Pipelines. Many of such workloads require approval. However, the GPU VM, to operate all this, will entail additional costs. To avoid that, you can use your own script to create an easy approval pipeline for your users.
Read more
Nicolas Prigent
  • Nicolas Prigent
  • November 2, 2021

How to Start Azure DevOps Releases Using PowerShell?

Release Pipelines in Azure DevOps is incredibly handy for your entire software delivery. While Azure DevOps has various automation features for projects within, you can also automate various tasks regarding Azure DevOps itself. There are many ways to start your release, and today show you how to run your release through PowerShell.
Read more
Nicolas Prigent
  • Nicolas Prigent
  • December 17, 2020

Using PowerShell Tasks and Parameters in Azure DevOps Pipelines

Azure DevOps is a very powerful product that encompasses the whole application lifecycle, including DevOps capabilities. Release Pipelines is one of the features that helps automate the testing and delivery of desired applications to end-users on multiple stages. But to use it properly, you should know how to couple it with PowerShell Tasks.
Read more
Florent Appointaire
  • Florent Appointaire
  • April 11, 2019

[Azure DevOps] Terraform deployment with Azure DevOps – Part 2

Everything that needs to be said about the importance of project management automatization and workflow organization has already been said. You have learned how to create your first Azure DevOps build with a Terraform file, so now it is time to finally learn how to automatize your Terraform resource deployment with Azure DevOps.
Read more