# Azure Functions Projects at AI Tinkerers

> Canonical HTML: https://aitinkerers.org/technologies/azure-functions
> Markdown URL: https://aitinkerers.org/technologies/azure-functions.md
> Technology record last updated: 2026-04-01T17:02:55Z
> Generated: 2026-09-22T02:45:04Z

Azure Functions is an event-driven serverless compute platform that scales automatically to handle everything from HTTP requests to complex background data processing.

Azure Functions eliminates infrastructure management by executing code only when specific triggers occur: think HTTP webhooks, timer-based cleanups, or new messages in an Azure Service Bus queue. You write logic in languages like C#, Python, or JavaScript, while the platform handles the scaling from zero to thousands of concurrent instances. With the Consumption plan, you only pay for the exact execution time and memory used (the first 1 million requests per month are free). It integrates natively with the broader Azure ecosystem through bindings, allowing you to read from Cosmos DB or write to Blob Storage with minimal boilerplate code.

- Official technology site: https://learn.microsoft.com/en-us/azure/azure-functions/
- Public AI Tinkerers demos and talks: 2
- Result page: 1 of 1

## Recent Public Talks and Demos

### [CTRL+F for your stuff : Building a scalable, resilient and secure multi-modal vision search solution](https://raleigh.aitinkerers.org/talks/rsvp_S9zghJZIZWE)

WhichBox is a web app that lets you photograph your storage boxes and uses Vision AI to build a searchable inventory, so you can ask "where is my phone charger?" and get a ranked, confidence-scored answer. In this demo, I'll walk through three technical problems I had to solve while building this solution.

- Event context: AI Tinkerers Raleigh Meetup — May 6, 2026 — 2026-05-06 — Raleigh
- Public talk page: https://raleigh.aitinkerers.org/talks/rsvp_S9zghJZIZWE

### [RAG Copilot: Big Data-powered solutions for rapid Information extraction](https://medellin.aitinkerers.org/talks/rsvp_1rdidJ3owc8)

Solution for Automatic Content Extraction from Large Data Volumes Using a RAG (Retrieval Augmented Generation) Model and AWS Serverless Architecture with a MapReduce Approach

- Event context: Lanzamiento de AI Tinkerers #1 — 2024-04-25 — Medellín
- Public talk page: https://medellin.aitinkerers.org/talks/rsvp_1rdidJ3owc8

## Related Technologies

- [AES-256-GCM](https://aitinkerers.org/technologies/aes-256-gcm) ([Markdown](https://aitinkerers.org/technologies/aes-256-gcm.md)) — 1 public demo
- [AES-256-GCM envelope encryption](https://aitinkerers.org/technologies/aes-256-gcm-envelope-encryption) ([Markdown](https://aitinkerers.org/technologies/aes-256-gcm-envelope-encryption.md)) — 1 public demo
- [ASP](https://aitinkerers.org/technologies/asp) ([Markdown](https://aitinkerers.org/technologies/asp.md)) — 2 public demos
- [automatic provider fallback](https://aitinkerers.org/technologies/automatic-provider-fallback) ([Markdown](https://aitinkerers.org/technologies/automatic-provider-fallback.md)) — 1 public demo
- [AWS](https://aitinkerers.org/technologies/aws) ([Markdown](https://aitinkerers.org/technologies/aws.md)) — 38 public demos
- [AWS Lambda](https://aitinkerers.org/technologies/aws-lambda) ([Markdown](https://aitinkerers.org/technologies/aws-lambda.md)) — 14 public demos
- [Azure Foundry](https://aitinkerers.org/technologies/azure-foundry) ([Markdown](https://aitinkerers.org/technologies/azure-foundry.md)) — 1 public demo
- [BERT](https://aitinkerers.org/technologies/bert) ([Markdown](https://aitinkerers.org/technologies/bert.md)) — 179 public demos
- [Blazor](https://aitinkerers.org/technologies/blazor) ([Markdown](https://aitinkerers.org/technologies/blazor.md)) — 1 public demo
- [BLOOM](https://aitinkerers.org/technologies/bloom) ([Markdown](https://aitinkerers.org/technologies/bloom.md)) — 115 public demos
- [Cloudflare Workers](https://aitinkerers.org/technologies/cloudflare-workers) ([Markdown](https://aitinkerers.org/technologies/cloudflare-workers.md)) — 22 public demos
- [Google Cloud Functions](https://aitinkerers.org/technologies/google-cloud-functions) ([Markdown](https://aitinkerers.org/technologies/google-cloud-functions.md)) — 1 public demo
- [GPT-3](https://aitinkerers.org/technologies/gpt-3) ([Markdown](https://aitinkerers.org/technologies/gpt-3.md)) — 191 public demos
- [GPT-4](https://aitinkerers.org/technologies/gpt-4) ([Markdown](https://aitinkerers.org/technologies/gpt-4.md)) — 529 public demos
- [Knative](https://aitinkerers.org/technologies/knative) ([Markdown](https://aitinkerers.org/technologies/knative.md)) — 2 public demos
- [Llama-2](https://aitinkerers.org/technologies/llama-2) ([Markdown](https://aitinkerers.org/technologies/llama-2.md)) — 227 public demos
- [MapReduce](https://aitinkerers.org/technologies/mapreduce) ([Markdown](https://aitinkerers.org/technologies/mapreduce.md)) — 1 public demo
- [Netlify Functions](https://aitinkerers.org/technologies/netlify-functions) ([Markdown](https://aitinkerers.org/technologies/netlify-functions.md)) — 1 public demo
