Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Serverless computing

Serverless computing



  1. Serverless computing is the idea that servers, infrastructure, or operating systems are behind the scenes, and for users, they do not exist.
  2. Infrastructure isn’t your responsibility.
  3. Scaling and performance are automatically taken care of.
  4. Azure takes care of the servers and how resources are allocated and deallocated.
  5. Micro-billing: Pay only for the time their code runs.
  6. For example, if the code runs once a day for two minutes, they’re charged for one execution and two minutes of computing time.
  7. There isn’t even a need to reserve capacity.
  8. Event-driven: Excellent fit for workloads that respond to incoming events. Events include triggers by:
  9. Timers, for example, if a function needs to run every day at 10:00 AM UTC.
  10. HTTP, for example, API and webhook scenarios.
  11. Queues, for example, with order processing.
  12. And much more.
  13. Azure has two implementations of serverless computing:
  14. Azure Functions: Functions can execute code in almost any modern language.
  15. Azure Logic Apps: Logic apps are designed by a web-based designer and can execute logic triggered by Azure services without writing any code.

The post Serverless Computing appeared first on Prwatech.



This post first appeared on Learn Big Data Hadoop In Bangalore, please read the originial post: here

Share the post

Serverless computing

×

Subscribe to Learn Big Data Hadoop In Bangalore

Get updates delivered right to your inbox!

Thank you for your subscription

×