Embedding build status badge for #Bitbucket Cloud

This is how to embed a build status badge for a Bitbucket Cloud repository.

Use https://linuxfront-functions.azurewebsites.net/api/bitbucket/build/owner/repo?branch=branch as the source URI of an image element as follows:

<img src="https://linuxfront-functions.azurewebsites.net/api/bitbucket/build/owner/repo?branch=branch"
    alt="alternate-text" />

DISCLAIMER: This service has currently no access restrictions but has limited capacity. You are advised to set up your own service if you use those badges in production.

Also note you must specify the branch that will be shown with the current version.

(Build Status)