---
title: "One reason for getting a ‘No HTTP triggers found’ error when using Azure Functions with Python V2 programming model « Robin's Blog"
url: https://daily.dev/posts/one-reason-for-getting-a-no-http-triggers-found-error-when-using-azure-functions-with-python-v2-pr-9p6ow9v5k
source_url: https://blog.rtwilson.com/one-reason-for-getting-a-no-http-triggers-found-error-when-using-azure-functions-with-python-v2-programming-model/
type: article
source: "Planet Python"
published: 2024-03-19T10:48:27.968Z
updated: 2024-05-09T08:43:33.910Z
tags: ["python", "serverless", "azure-functions", "fastapi"]
reading_time: 2
upvotes: 2
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# One reason for getting a ‘No HTTP triggers found’ error when using Azure Functions with Python V2 programming model « Robin's Blog

**[Planet Python](https://daily.dev/sources/planetpython)** · 2 min read · 2 upvotes · 0 comments

## Summary

One reason for the 'No HTTP triggers found' error in Azure Functions with Python V2 programming model is an exception raised when importing the function_app.py file.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://blog.rtwilson.com/one-reason-for-getting-a-no-http-triggers-found-error-when-using-azure-functions-with-python-v2-programming-model/>

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments

---

Tags: [#python](https://daily.dev/tags/python), [#serverless](https://daily.dev/tags/serverless), [#azure-functions](https://daily.dev/tags/azure-functions), [#fastapi](https://daily.dev/tags/fastapi)

[View this post on daily.dev](https://daily.dev/posts/one-reason-for-getting-a-no-http-triggers-found-error-when-using-azure-functions-with-python-v2-pr-9p6ow9v5k)
