|
|
|
|
|
by anirudhgarg
3245 days ago
|
|
One more "serverless" offering from Azure focused on IT/Azure Management scenarios is Azure Automation. https://azure.microsoft.com/en-us/services/automation/ The difference between it and other serverless offerings like Lambda and Functions is that you can run your jobs for upto 3 hours (after which we will restart it, not kill it, so if it is idempotent it will work ). It supports PowerShell/Python right now. Another core feature is being able to run scripts on your own VM from the Cloud called the Hybrid Worker. This has support both for Windows/Linux machines. https://docs.microsoft.com/en-us/azure/automation/automation...
(Disclosure: I am a member of the Azure Automation team) |
|