fastapi-azure-function-apim
fastapi-azure-function-apim copied to clipboard
A FastAPI app that is designed for deployment to Azure Functions with an API Management Policy.
Hello @pamelafox , I was wondering if you can give me hand with something: I'm using: ` server = FastAPI( servers=[{"url": "/api", "description": "Endpoints for the API"}], root_path="/public", root_path_in_servers=False, title="Demo...
Hello, I am seeing an error when attempting to deploy to azure using the `azd up` command that is outlined in the README. I am on an m1 mac using...
Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.111.0 to 0.112.0. Release notes Sourced from fastapi's releases. 0.112.0 Breaking Changes ♻️ Add support for pip install "fastapi[standard]" with standard dependencies and python -m fastapi. PR...
Bumps [azure-functions](https://github.com/Azure/azure-functions-python-worker) from 1.20.0 to 1.21.1. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.111.0 to 0.115.0. Release notes Sourced from fastapi's releases. 0.115.0 Highlights Now you can declare Query, Header, and Cookie parameters with Pydantic models. 🎉 Query Parameter Models...
Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.118.0 to 0.121.1. Release notes Sourced from fastapi's releases. 0.121.1 Fixes 🐛 Fix Depends(func, scope='function') for top level (parameterless) dependencies. PR #14301 by @luzzodev. Docs 📝 Upate...
Bumps [azure-functions](https://github.com/Azure/azure-functions-python-worker) from 1.23.0 to 1.24.0. Release notes Sourced from azure-functions's releases. Release runtimes/v2 1.1.0b2 What's Changed fix: log sub-exceptions by @hallvictoria in Azure/azure-functions-python-worker#1786 build: update version to 1.1.0b2 by...
## Issue Description This repository is missing an `AGENTS.md` file at the root. That file is used to **onboard a coding agent (like GitHub Copilot's automation agents)** so it can...