What's the best Azure service for this?

Sinais 25 Reputation points
2023-02-16T19:10:52.16+00:00

Hi everyone.

I'm currently working on a couple solutions for 2 different problems and am wondering what would be the most effective way to structure it using the services from Azure. Both of these solutions need to run every day in the morning.

  • Solution 1: Use a script (probably Python) to generate .txt files from data currently stored in my Azure SQL Database. I then need to take these files and send them somewhere using either a program installed in a Windows computer, or through an FTP connection.
  • Solution 2: Execute a Python script that takes data from the Azure SQL Database and send them somewhere else using API calls.

Thanks in advance.

Azure SQL Database
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
8,530 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Dillon Silzer 57,686 Reputation points
    2023-02-16T19:54:40.9+00:00
    1 person found this answer helpful.

  2. Oury Ba-MSFT 20,526 Reputation points Microsoft Employee
    2023-02-27T18:06:18.9866667+00:00

    Hi Sinais

    We will love to discuss directly with you for more details about your environment and requirements, but the scenario described seems to be a good match to our Azure Functions integration with Azure SQL.

     https://devblogs.microsoft.com/azure-sql/using-python-and-azure-functions-to-send-data-from-azure-sql-database/

    Could you please send an email to azcommunity@microsoft.com and mention in the subject line ATTN: Oury so I don't miss it.

    Regards,

    Oury

     

    0 comments No comments

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.