I need to add a static image to Azure Devops dashboard. Is the easiest way to do this using the MarkDown widget? And if so, where do I store my image to link to it in markdown? And can you please give me an example? does the dashboard have a storage area for images, or markdown files? Or does it have to be stored somwhere in my git repository. I would prefer not to, as I am merely a scrummaster, with no easy access to git repository. Thanks
To use a static image in your dashboard without storing the image a git repository, you can store it into your project wiki.
The trick is to:

And that's it! :) Beware of taking the image address after closing the wiki page editor, otherwise the link you'll get will be a blob and won't work.