I am working on this task in which I am supposed to take a file from the user, upload it on Azure DevOps, create Release pipeline, and then triggerthe release with the file upload on the DevOps. I have already written an Azure Function taking file from the user and creating release pipeline. Now, I am struggling to upload the received file to Azure DevOps. One idea is to use Create-Attachment API of Work Item Tracking but as I am new to this field, I am unsure about how to proceed. P.S. I am using Typescript programming language. Can anyone please help me?
Taking file from the user and I am trying to write an Azure Function which uploads the received file using Rest API on Azure DevOps.
------------------------------
ravi kumar
------------------------------