Python examples on Microsoft Azure. How to manage Virtual Machines instances, Blob Storage, Azure Functions, etc.
-
Updated
Aug 24, 2022 - Python
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 …
Time-triggered Azure function that deletes resources older than their declared lifetime
Source code for the learning series "Serverless image classification with Azure Functions and Custom Vision". Published on my blog.
This is a simple project to demonstrate the power of Azure
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.
Add a description, image, and links to the azure-functions-python topic page so that developers can more easily learn about it.
To associate your repository with the azure-functions-python topic, visit your repo's landing page and select "manage topics."