Options for running Python scripts in Azure

前端 未结 2 1158
北恋
北恋 2020-11-30 10:45

I have a Python script that gets data from Google Analytics and puts in into a CSV file. I currently run this script on a local machine but I\'d like to run the script in my

2条回答
  •  粉色の甜心
    2020-11-30 11:10

    In addition to the first answer you can also use azure functions with a timer which is basically a script on a cronjob without a full machine and paid by invocation. https://docs.microsoft.com/en-us/azure/azure-functions/functions-overview

提交回复
热议问题