Storing file on Azure from web application and access from azure function app

HemantSudehely-0557 266 Reputation points
2020-06-26T21:08:38.883+00:00

Hi All,

I have a below requirement.

  1. My asp.net app which is in on-prem server will generate some reports in PDF
  2. PDF's need to store in some where in Azure by asp.net app e.g FolderX
  3. Azure function app will pickup these files from above Azure folder and generate summary report in pdf
  4. PDF generated by azure function app need to stored in another azure FolderY
  5. As soon as summary pdf drop in FolderY, another azure function app will send FolderY pdf file to Administrator group.

In above requirement, all looks ok but i am not sure how to create folder or Azure and manage files.
do i need to create File Share in storage, or blob storage or VM machine and how can access from web app and azure function app..

Please suggest...

Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,178 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,357 questions
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,734 questions
Azure Migrate
Azure Migrate
A central hub of Azure cloud migration services and tools to discover, assess, and migrate workloads to the cloud.
722 questions
0 comments No comments
{count} votes

Accepted answer
  1. Sumarigo-MSFT 44,001 Reputation points Microsoft Employee
    2020-07-01T10:55:16.27+00:00

    @HemantSudehely-0557 Firstly, apologies for the delay in responding here and any inconvenience this issue may have caused.

    I would recommend to use the Azure Blob Storage in this scenario. If you need to mount a drive than you can go for Azure files using SMB protocol.

    This article will explain How to upload blobs to container using .Net(v12SDK): https://learn.microsoft.com/en-us/azure/storage/blobs/storage-quickstart-blobs-dotnet#upload-blobs-to-a-container

    Additional information: How to connect an app to Azure Storage
    Storage considerations for Azure Functions

    Hope this helps!

    Kindly let us know if the above helps or you need further assistance on this issue.

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

    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.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful