Skip to content

weiserman/azure-ai-python

Repository files navigation

Azure Function App (Python)

This is a basic Azure Function App for Python with a "Hello World" HTTP trigger.

Structure

  • requirements.txt - Python dependencies
  • host.json - Global configuration options
  • local.settings.json - Local development settings
  • HelloWorldFunction/ - Contains the HTTP trigger function

Running Locally

  1. Install the Azure Functions Core Tools and Python dependencies:
    pip install -r requirements.txt
  2. Start the function app:
    func start
  3. Test the endpoint:

Running Locally - UV

uv venv .venv
source .venv/bin/activate
uv pip install -r requirements.txt
nvm use --lts
npm install -g azure-functions-core-tools@4 --unsafe-perm true
func start

Notes

  • Make sure you have the Azure Functions Core Tools installed.
  • This project uses the v2 runtime and Python worker.

About

Azure AI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors