fastapi-azure-function-apim icon indicating copy to clipboard operation
fastapi-azure-function-apim copied to clipboard

A FastAPI app that is designed for deployment to Azure Functions with an API Management Policy.

Results 5 fastapi-azure-function-apim issues
Sort by recently updated
recently updated
newest added

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...

dependencies
python

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=azure-functions&package-manager=pip&previous-version=1.20.0&new-version=1.21.1)](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...

dependencies
python

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...

dependencies
python