Bogdan Bujdea
Bogdan Bujdea

Bogdan Bujdea

Follow
Follow
homeAbout me!Sponsorbadgesnewsletter
Tag

azure-devops

#azure-devops

More content

Read more stories on Hashnode


Articles with this tag

Deploying Azure SQL Server using Bicep

Oct 14, 20233 min read

In this article, part of our ongoing series on Azure DevOps, we're diving into how you can deploy Azure SQL Server using Bicep. This process allows...

Deploying Azure SQL Server using Bicep

Conditional Bicep Deployment in Azure DevOps Using Git

Oct 2, 20235 min read

Optimizing Your Pipeline by Deploying Bicep Files Only When They Change · In a previous article, we've explored how Bicep makes deploying infrastructure...

Conditional Bicep Deployment in Azure DevOps Using Git

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