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
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 Comment
rkochar
Azure Function App gives a server by default. You can see this because a route annotation is needed.