How to use azure blob storage with external tools like github actions?

Uday Kiran Reddy (ureddy) 86 Reputation points
2021-10-25T12:05:43.133+00:00

My plan is to store files in azure storage blob containers and access them in github actions for CI/CD process.

For that, I am trying this one : https://github.com/marketplace/actions/azure-blob-storage-download-blob

But, the azure implementation is so complex for that, Can anyone please suggest how to add the linkage with azure blob containers and use in my CI/CD for downloading project related files.

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,425 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. deherman-MSFT 33,216 Reputation points Microsoft Employee
    2021-10-25T20:10:13.12+00:00

    @Uday Kiran Reddy (ureddy)
    Please check this guide on Enabling GitHub Actions with Azure Blob storage. There is also a detailed blog post on using GitHub Actions with Blob storage which will hopefully help.

    Hope this helps! If you have further questions or need more assistance please let us know.

    -------------------------------

    Please don’t forget to "Accept the answer" and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.