0

I want to run a python script in Azure without using flask or jango. I'm thinking about azure functions or something like this. Thank you!

1 Answers1

1

Sure you can use Azure functions in this case. Alternatively, you can also use Azure web jobs where you can upload it through the web job blade by creating your app service in the VS code zipping it.

REFERENCES:

  1. function in Azure with Python using Visual Studio Code - MSFT Docs
  2. WebJobs - github wiki
SwethaKandikonda
  • 7,513
  • 2
  • 4
  • 18