Skip to main content
LNC DOCS
View All
Search
Shelves
Books
Log in
Info
Content
Comparison of variants...
Page Revisions
Revision #54
Comparison of variants (Azure Function vs. Azure Runbook)
To
Azure Runbook
Benefits
Cons
Cost-effective
Simple control via GUI
Simple variable handling
Simple secrethandling
Simple working with modules
Runtime up to 3h in Azure
Runtime over 3h on Hybrid Worker
Simple GUI for manual trigger
Multiple requests are stacked
Tedious waiting for response
Azure Function
Benefits
Cons
Scalable
Load balancing
Highly available
Standardised access via REST call
Simple response return via JSON
Expensive operation
More difficult variable handling
More difficult secrethandling
More difficult to work with modules
Maximum runtime 230 sec
Back to top