Open in app

Sign In

Write

Sign In

Wouter
Wouter

335 Followers

Home

About

3 days ago

Quicktip: enable system diagnotics by default for your YAML pipelines.

How to enable verbose logging by default in Azure Devops YAML pipelines. — System diagnostics is a useful tool to help you troubleshoot pipeline failures. Enabling the option will give you additional verbose logging during the run of your pipeline. Manually enabling verbose logging When you run your pipeline there is a checkbox that allows you to run your pipeline with system diagnostics enabled. Checking the option…

Yaml

2 min read

Quicktip: enable system diagnotics by default for your YAML pipelines.
Quicktip: enable system diagnotics by default for your YAML pipelines.
Yaml

2 min read


Jan 3

Azure Devops Pipelines - Prompt a question to the user.

Here is a cool trick for all Azure Devops Engineers out there: Did you know that you can have variables based on a prompt shown to the user? For this scenario we want to ask the user if we should run the Sonarqube analysis during the pipeline. Our pipeline should…

Azure Devops

2 min read

Azure Devops Pipelines - Prompt a question to the user.
Azure Devops Pipelines - Prompt a question to the user.
Azure Devops

2 min read


Dec 29, 2022

Azure Devops: Yes! You should publish your test results even if they fail!

I’ve been playing with Azure Devops the last couple of months. One of the things that annoyed me was that each time a test failed there was no easy way to see what was going on. Let me show you what I mean Finding the failing test: the old fashion way Say we have a build with a…

Yaml

4 min read

Azure Devops: Yes! You should publish your test results even if they fail!
Azure Devops: Yes! You should publish your test results even if they fail!
Yaml

4 min read


Dec 22, 2022

This async method lacks ‘await’ operators and will run synchronously

If you are a C# .NET developer, you’ve probably come across this warning message: “This async method lacks ‘await’ operators and will run synchronously”. If you are defining an async method without the await keyword Visual Studio will give you the following warning message: warning CS1998: This async method lacks…

Visual Studio

3 min read

This async method lacks ‘await’ operators and will run synchronously
This async method lacks ‘await’ operators and will run synchronously
Visual Studio

3 min read


Dec 12, 2022

How to debug custom Bicep Modules

Let’s say you or your infrastructure team created a custom Azure Bicep module. This is pretty cool. But say you want to see what this module does? How can we see what’s defined inside this module? Let’s take a look What is a bicep module? For those of you that don’t know: a module allows…

Azure Bicep

3 min read

How to debug custom Bicep Modules
How to debug custom Bicep Modules
Azure Bicep

3 min read


Dec 7, 2022

How to execute a Bicep file under your Azure Subscription

I secretly hoped that double clicking on my bicep file would execute it. But unfortunately… It doesn’t. So here is how to run, execute or deploy a bicep file on your Azure subscription. Requirements An Azure Subscription A Bicep file … Select the subscription you want to use Azure resources are linked to a subscription. So we’ll first…

Azure

2 min read

How to execute a Bicep file under your Azure Subscription
How to execute a Bicep file under your Azure Subscription
Azure

2 min read


Nov 23, 2022

How to install Azure Bicep on your computer

Here is another one to future me: How to install Azure Bicep CLI on your system. Make sure you have Azure CLI installed Azure Bicep is part of the Azure CLI. So you’ll need to have Azure CLI installed on your system. You can verify your installition by opening a command prompt and typing: az version If…

Azure Bicep

2 min read

How to install Azure Bicep on your computer
How to install Azure Bicep on your computer
Azure Bicep

2 min read


Nov 17, 2022

Rebus: Using events to add additional headers to your messages

Welcome! I’ve been fiddling with Rebus for the last couple of weeks and today I’ll explain how you can use the Rebus events to handle certain events when your messages are sent or before they are handled. I’m going to talk about two event handlers: BeforeMessageHandled and BeforeMessageSent. …

Rebus

3 min read

Rebus: Using events to add additional headers to your messages
Rebus: Using events to add additional headers to your messages
Rebus

3 min read


Nov 3, 2022

Azure Devops: Create nighty builds or cron jobs with YAML

Nightly builds are pretty cool if you want to do certain tasks over night for example: SonarCloud code quality checks, integration testing or other cool checks. Let’s see how easy it is to set them up using Azure Devops and YAML pipelines! Setting up the cron job In YAML builds you usually have the trigger…

Azure Devops

3 min read

Azure Devops: Create nighty builds or cron jobs with YAML
Azure Devops: Create nighty builds or cron jobs with YAML
Azure Devops

3 min read


Oct 25, 2022

Run your webjob as singleton in Azure

The last couple of weeks I’ve been playing around with messaging and Sagas. This entire system runs on an Azure Web Job. Yesterday we noticed that the system was trying to handle messages twice. In the logs of my web job I noticed the following: WebJob singleton setting is False …

Azure

2 min read

Run your webjob as singleton in Azure
Run your webjob as singleton in Azure
Azure

2 min read

Wouter

Wouter

335 Followers

Proud owner of wouterplanet.com

Following
  • Farhan Tanvir

    Farhan Tanvir

  • Jerry Keszka

    Jerry Keszka

  • Darren Andrew Fielding

    Darren Andrew Fielding

  • Dennis De Silva

    Dennis De Silva

  • Tony U. Francisco

    Tony U. Francisco

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech