No HTTP Triggers Found for Azure Function App in Test Environment

MAIZA, Nour El Houda 0 Reputation points
2024-03-26T12:02:29.3166667+00:00

Hello,

I'm working on a Python project and have set up two Azure Function Apps, one for development (triecoapi) and one for testing (FApp-Trieco-Test). The deployment works fine for the development environment, but I'm encountering an issue with the test environment where, despite a successful deployment, the functions do not appear, and I receive a "No HTTP triggers found" message.

I'm using func.Blueprint() for organizing Azure Functions and function_app.py for registering the functions. Below is an example of a function and the function_app.py file for reference. Any insights or assistance on why my test environment might not be recognizing the HTTP triggers would be greatly appreciated.User's image

User's image

User's image

User's image

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,267 questions
Microsoft Deployment Toolkit
Microsoft Deployment Toolkit
A collection of Microsoft tools and documentation for automating desktop and server deployment. Previously known as Microsoft Solution Accelerator for Business Desktop Deployment (BDD).
829 questions
Microsoft Configuration Manager Deployment
Microsoft Configuration Manager Deployment
Microsoft Configuration Manager: An integrated solution for for managing large groups of personal computers and servers.Deployment: The process of delivering, assembling, and maintaining a particular version of a software system at a site.
903 questions
0 comments No comments
{count} votes