Azure DevOps Pipeline Badge not showing

You’ll like to have a cool badge from Azure Pipelines like this

Example status badge for this pipeline.

But it doesn’t show and a no-image is displayed

Azure DevOps Pipeline Badge not showing

This could be because you have renamed you’re pipeline. Microsoft DevOps Pipeline has an error where the updated badge link doesn’t work from “Status Badge”

Azure DevOps Pipeline Badge not showing

You get the sample markdown looking similar to this:

[![Build Status](https://dev.azure.com/org/XF/_apis/build/status/myrepo?branchName=master)](https://dev.azure.com/org/XF/_build/latest?definitionId=1&branchName=master)]

A quick way of fixing this is renaming your pipeline adding “CI” at the end. Don’t update the status badge link. You can link to every alias/previous names your pipeline has had.