1
votes

I'd like to be able to add custom images in my markdown widget from the dashboard using files I can upload somewhere in Azure DevOps so that the URL references the filename (e.g. /.../../sample.png). Is there any way to host an image file on Azure that can be referenced in the markdown widget?

1

1 Answers

0
votes

You can upload your images to your repository or wiki. For example:

1.Upload files:

enter image description here

2.Right click the image and copy the image address.

Repository: enter image description here

Wiki:

enter image description here

3.Add a markdown widget and insert the image:![Text](URL)

Here is the document.