asp.net - Transfer Data from azure VM to Azure Website instance in realtime -


i have multi-tier asp.net application , want move on azure cloud.

currently workflow of application this: user uploads file, file processed , user gets live feedback of calculations.

in documentation of azure read, azure website frontend , cloud service or vm businesslogic appoach.

so calculations done in vm. uploaded data users in blob storage. vm , azure website can access them both right?

for live feedback vm has send data azure website instance launched calculation. possible in way? believe solved webservices there prettier way in azure cloud?

thanks help

the uploaded data users in blob storage. vm , azure website can access them both right?

yes. files stored in blob storage accessible both azure website , vm.

for live feedback vm has send data azure website instance launched calculation. possible in way? believe solved webservices there prettier way in azure cloud?

again, possible. 1 way handle communication utilizing messaging infrastructure available in azure. either use azure queues or azure service bus queues. way work vm processing file post message in queue (about progress/completion/failure etc.). website poll queue messages , based on message receives take necessary actions.


Comments

Popular posts from this blog

java - Intellij Synchronizing output directories .. -

git - Initial Commit: "fatal: could not create leading directories of ..." -