An Azure service that provides an event-driven serverless compute platform.
Hello @Engy Tawadros
If you want to execute your script manually and interactively, then Azure Notebooks will work great.
If your script needs to execute based on an event occurring, like a http request to an API, a new message in Service Bus, an event in Event Hubs, a timer elapsing, a file being saved to storage, etc., and your script executes in a reasonably short period of time, then Azure Functions is a great service.