Software Alternatives, Accelerators & Startups

Azure Functions with Python: Triggers

Azure Blob Storage Microsoft Azure Functions
  1. Use Azure Blob Storage to store all kinds of files. Azure hot, cool, and archive storage is reliable cloud object storage for unstructured data
    Responds to changes in Azure Blob Storage (e.g., file uploads).

    #Cloud Storage #Cloud Computing #Object Storage 14 social mentions

  2. Serverless, also known as FaaS (Function-as-a-Service), is a new approach to application development. FaaS is a form of serverless computing with an infrastructure managed by the provider to upload functions and use them on a pay-per-request basis.
    Python developers can use Azure Functions to create lightweight, scalable, and efficient serverless applications. In this post, we will focus on triggers.

    #Cloud Hosting #Cloud Computing #Developer Tools 22 social mentions

Discuss: Azure Functions with Python: Triggers

Log in or Post with