Ishrar G

Ishrar G

  • 1.6k
  • 67
  • 438

Azure Storage to Azure SQL Server using FunctionApp

Jan 11 2020 8:33 AM
Hello everyone,

I have one Storage Account on Azure where I get lots of json files from somewhere. I am running an exe on my local computer constantly to get the Json File and read the data from json and convert the data into table and upload it on an SQL Server database on azure - A synchronization process

I have never worked with WebJob or FunctionApp

I believe this can be done by FunctionApp triggering on blob. I am not sure if I will be able to do the complete process as I do locally on FunctionApp.

Please suggest me this is right decision for this purpose?

Would you suggest WebJob for this?

Thanks

Answers (1)