I have a ADO build pipeline that creates build artifacts and publishes them to an artifact feed.
To download these artifacts, the documentation points to using an Azure CLI.
In this related question, an answer points to downloading from the pipeline results.
Is there anyway to download the artifact from the artifact feed from the browser, without configuring a CLI?
If not, is there any documented reason why this functionality is unavailable?