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 Answer 1

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
Sign up to request clarification or add additional context in comments.

1 Comment

Azure Function App gives a server by default. You can see this because a route annotation is needed.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.