Azure and Python / Pandas (R)

Mikko998 21 Reputation points
2021-05-21T11:06:50.777+00:00

We have our own Azure (windows) server where we manage everything except OS etc.
We have access to the Azure Portal where we can add other servers and many other cool things but I am not used to that.
I am a Python/anaconda guy so I installed Anaconda on the Azure machine and use the SQL agent and call Python scripts for most other stuff (except pure SQL).
(use CMD-files that call Python for web scraping, web api calls, sftp etc)
I can schedule jobs in the SQL agent and be productive - on the other hand it feels like I'm doing things the OLD way.
Result is often consumed in Power BI.

Is there an "Azure Cloud" way to accomplish the same thing using Azure:s new/cool tools.
I want the power of Python/Anaconda without having to go into dozens of menus to put one little piece of code into production.
Sometimes it feels like Microsoft wants you to do only "web server" or "Machine Learning" stuff with Python and for everything else you should use other tools.
I don't want to be limited in a little box where I can't access the outside world from Python/anaconda.
On the other hand I understand the advantages of using the Azure portal where you could have a better overview ow flows and maybe get more security.
Is there a better (cloud) way to do the things I'm doing ?

PS I also work for another company where they use R and the same question goes for that too ...

Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
2,514 questions
0 comments No comments
{count} votes

Accepted answer
  1. HimanshuSinha-msft 19,486 Reputation points Microsoft Employee Moderator
    2021-05-24T16:53:21.86+00:00

    Hello @Mikko998 ,
    Thanks for the ask and using the Microsoft Q&A platform .
    I think you can use Azure data factory( ADF ) for most of the part ( I am in doubt for the web scraping ) . Read about this here .
    In ADF you can install extenal libraries , whcih can a blocket for you . The other option should be to use Azure data bricks .

    Please do let me know how it goes .
    Thanks
    Himanshu
    Please do consider to click on "Accept Answer" and "Up-vote" on the post that helps you, as it can be beneficial to other community members

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Mikko998 21 Reputation points
    2021-05-24T17:12:25.767+00:00

    I found an article on Medium (search and find) :
    "Automating Python Based Data Transformations With Azure"
    It uses ADF and Pandas.
    Maybe that is the way to go ...

    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.