An Azure service that provides an event-driven serverless compute platform.
Functions don't run 24/7. They're invoked by triggers (e.g. timer, http request) and finish after completion. For your scenario containers would be the best fit.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
hello,
I have written a python code on colab.research.google.com and now need to deploy it on azure to run it 24/7 on serverless.
help me convert my python code to deploy it on Azure serverless.
https://colab.research.google.com/drive/1ZhXe0_chp8vvo9ylujQyxgsWMG76PT2P?usp=sharing
An Azure service that provides an event-driven serverless compute platform.
Functions don't run 24/7. They're invoked by triggers (e.g. timer, http request) and finish after completion. For your scenario containers would be the best fit.