Bogdan Bujdea
Bogdan Bujdea

Bogdan Bujdea

Follow
homeAbout me!Sponsorbadgesnewsletter
Tag

azure-devops

#azure-devops

More content

Read more stories on Hashnode


Articles with this tag

Conditional deployment in Bicep

Sep 25, 20235 min read

In the Bicep infrastructure article I demonstrated how to write Bicep files and deploy them on Azure each time our pipeline runs. This enabled us to...

Conditional deployment in Bicep

Provisioning new environments with Bicep and Azure DevOps YAML Pipelines

Sep 22, 20234 min read

In this article, we continue working on our sample application and I'm going to walk you through setting up a new QA environment, neatly tucked into...

Provisioning new environments with Bicep and Azure DevOps YAML Pipelines

Azure DevOps Best Practices: Breaking Down the Monolithic YAML

Sep 20, 20235 min read

Creating a multi-stage YAML pipeline in Azure DevOps for .NET projects Running tests with code coverage in Azure DevOps YAML pipelines Static code...

Azure DevOps Best Practices: Breaking Down the Monolithic YAML

Pre-Deployment Health Checks in Azure DevOps YAML Pipelines

Sep 15, 20239 min read

Boosting Deployment Confidence with Comprehensive Health Checks · Creating a multi-stage YAML pipeline in Azure DevOps for .NET projects Running tests...

Pre-Deployment Health Checks in Azure DevOps YAML Pipelines

Blue-green Deployments in Azure DevOps YAML Pipelines

Sep 13, 20235 min read

Zero Downtime Deployments with App Service Slots · Creating a multi-stage YAML pipeline in Azure DevOps for .NET projects Running tests with code...

Blue-green Deployments in Azure DevOps YAML Pipelines

Bicep Infrastructure Deployment from Azure DevOps YAML Pipelines

Sep 11, 20236 min read

In this article, I will show you how to deploy your infrastructure using Bicep files from an Azure DevOps YAML pipeline. Instead of merely discussing...

Bicep Infrastructure Deployment from Azure DevOps YAML Pipelines