Read images from azure blob storage and store it to filenet

Gopikrishna Karanam 1 Reputation point
2022-12-23T16:01:21.043+00:00

There is a requirement like one of the client app will get the output files as images and these images will be stored in the azure blob storage, i need to read the image/data from blob storage and store that file in to filenet path. Can some please help me out here how i can achieve this using azure functions ? I am really in need of this and i don't have idea how to do this.

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,250 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. MuthuKumaranMurugaachari-MSFT 22,141 Reputation points
    2022-12-28T17:20:10.293+00:00

    @Gopikrishna Karanam Thank you for reaching out to Microsoft Q&A.

    1. To read files from Azure Blob Storage using C#, you can use Azure Storage .NET v12 library in your Function app and refer Azure Storage samples using v12 .NET client libraries for more info.
    2. Then, you can store it to FileNet using FileNet.Api.dll as mentioned in IBM docs: Getting Started and https://www.ibm.com/docs/en/filenet-p8-platform/5.2.1?topic=documents-working#document_procedures__doc_procedures_create. Check IBM thread for similar info and for any specific questions on how to save the file FileNet, reach out to IBM Community experts.

    Refer C# In-process and Isolated worker process docs for adding NuGet package to function app. I hope this helps with your question and please upvote if helped or add a comment if any other questions.

    0 comments No comments