There are 0 repository under azure-functions-python topic.
Python examples on Microsoft Azure. How to manage Virtual Machines instances, Blob Storage, Azure Functions, etc.
In this project, we will create an Event Grid Topic in Azure for a publish-subscribe demo. Our subscriber will be an Azure function that is triggered by an event published to the Event Grid Topic. We will create the Azure function app, subscribe to our Event Grid Topic, and then demo it in action. We will use Postman to set up a POST request to our Event Grid Topic public endpoint that has authentication, version parameter, and the correct JSON body format. After we send the request, we will take a look in the Azure portal to verify the activity and that our subscriber function received and processed the event.
This is a simple project to demonstrate the power of Azure
Source code for the learning series "Serverless image classification with Azure Functions and Custom Vision". Published on my blog.
Time-triggered Azure function that deletes resources older than their declared lifetime
Azure Function (Python) sample to call API, comparing previously state and send alert message over WhatsApp via Twilio.
Sample custom skill for doing a lookup to a category for a term.
Azure function to retrieve Italian-outbreak COVID data
Azure Functions for ETL operations using Pandas. Uploaded CSV files trigger data processing, calculating correlations and storing results in a JSON file. Automated deployment via GitHub Actions and Terraform.