Azure / azure-sdk-for-cpp

This repository is for active development of the Azure SDK for C++. For consumers of the SDK we recommend visiting our versioned developer docs at https://azure.github.io/azure-sdk-for-cpp.
MIT License
181 stars 126 forks source link

download azure pipeline artifact #6202

Open mickae1 opened 1 week ago

mickae1 commented 1 week ago

Is it possible to download an artifact from an Azure pipeline ?

If it's possible, do you have an example code ?

Thank you, Michael Musset.

ahsonkhan commented 1 week ago

Hi @mickae1, can you share more information of what you are trying to do?

I am not sure if you have the correct GitHub repo here. This repo is about providing libraries and SDKs in C++ for Azure Services such as Storage, KeyVault, Attestation, AppConfiguration, etc.

Is this question related to an Azure Service or a particular C++ SDK?

If it is a general question about Azure DevOps Pipelines and its features, you might be in the wrong repo. Are you looking for docs like these? https://learn.microsoft.com/en-us/azure/devops/pipelines/artifacts/artifacts-overview?view=azure-devops&tabs=nuget%2Cnugetserver

github-actions[bot] commented 1 week ago

Hi @mickae1. Thank you for opening this issue and giving us the opportunity to assist. To help our team better understand your issue and the details of your scenario please provide a response to the question asked above or the information requested above. This will help us more accurately address your issue.

mickae1 commented 6 days ago

Thx all,

I've an Azure pipeline that produce artifact. I would like to download those artifact from your sdk. Is it possible?

LarryOsterman commented 6 days ago

I think that you are asking if you can use the Azure SDK for C++ to programatically download artifacts from an ADO pipeline instance, is that correct?

Unfortunately, that is not functionality that exists in the Azure SDK for C++.

If your pipeline publishes an artifact using the azure artifacts functionality in Azure DevOps, you can use the az artifacts command line tool to download the artifacts to your local machine.

github-actions[bot] commented 6 days ago

Hi @mickae1. Thank you for opening this issue and giving us the opportunity to assist. To help our team better understand your issue and the details of your scenario please provide a response to the question asked above or the information requested above. This will help us more accurately address your issue.

mickae1 commented 6 days ago

Thx