how to design web app hosted on Azure

DOMENICO 20 Reputation points
2023-06-20T20:54:53.2+00:00

I have to implement a distributed system.

I need to allow users to specify a set of parameters (from a window if possible) and load a dataset on which to run a job.

I don't know how to design the part related to parameter specification and dataset loading.

I use blobs, and if I use a front end on my computer, and a file already in Blob storage, my "app" works.

Now I would like to understand: what should I do to allow a user to connect to my app, upload a dataset and launch a job?

(I know I'll probably need to use Azure App Service, but I'd like to figure out how to implement this part).

A critical point is also the management of datasets:

if my app will be hosted on azure, how do I allow a user to upload the dataset on his pc to a blob?

I'm a bit confused on this part...I'd like some general clarification.

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,910 questions
0 comments No comments
{count} votes

Accepted answer
  1. Luke Murray 11,436 Reputation points MVP Volunteer Moderator
    2023-06-21T00:09:37.72+00:00

    Hi, Domenico.

    Can you give users access to Azure Storage Explorer? They can upload directly to the storage account.

    Or you could have a scheduled task, running azcopy, that uploads files into a Azure storage account from a fileshare on a server.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.