Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

download azure pipeline artifact #6202

Open
mickae1 opened this issue Nov 8, 2024 · 6 comments
Open

download azure pipeline artifact #6202

mickae1 opened this issue Nov 8, 2024 · 6 comments
Labels
Client This issue points to a problem in the data-plane of the library. customer-reported Issues that are reported by GitHub users external to the Azure organization. needs-team-attention Workflow: This issue needs attention from Azure service team or SDK team question The issue doesn't require a change to the product in order to be resolved. Most issues start as that

Comments

@mickae1
Copy link

mickae1 commented Nov 8, 2024

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.

@github-actions github-actions bot added Client This issue points to a problem in the data-plane of the library. customer-reported Issues that are reported by GitHub users external to the Azure organization. Data Factory needs-team-triage Workflow: This issue needs the team to triage. question The issue doesn't require a change to the product in order to be resolved. Most issues start as that labels Nov 8, 2024
@ahsonkhan
Copy link
Member

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

@ahsonkhan ahsonkhan added needs-author-feedback Workflow: More information is needed from author to address the issue. and removed needs-team-triage Workflow: This issue needs the team to triage. Data Factory labels Nov 9, 2024
Copy link

github-actions bot commented Nov 9, 2024

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
Copy link
Author

mickae1 commented Nov 11, 2024

Thx all,

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

@github-actions github-actions bot added needs-team-attention Workflow: This issue needs attention from Azure service team or SDK team and removed needs-author-feedback Workflow: More information is needed from author to address the issue. labels Nov 11, 2024
@LarryOsterman
Copy link
Member

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.

@ahsonkhan ahsonkhan added needs-author-feedback Workflow: More information is needed from author to address the issue. and removed needs-team-attention Workflow: This issue needs attention from Azure service team or SDK team labels Nov 12, 2024
Copy link

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
Copy link
Author

mickae1 commented Nov 12, 2024

Thx

@github-actions github-actions bot added needs-team-attention Workflow: This issue needs attention from Azure service team or SDK team and removed needs-author-feedback Workflow: More information is needed from author to address the issue. labels Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Client This issue points to a problem in the data-plane of the library. customer-reported Issues that are reported by GitHub users external to the Azure organization. needs-team-attention Workflow: This issue needs attention from Azure service team or SDK team question The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Projects
None yet
Development

No branches or pull requests

3 participants