I deployed an azure function to my function app but I don't see it after a successful deployment

Luís Ribeiro 0 Reputation points
2023-11-06T15:36:34.7866667+00:00

I have a python(3.9) Azure function model V2 in a function app runtime ~4
I get a successful deployment via vs code but I don't see the function in the portal.
I created a venv in my vs code to test the requirements.txt and it seems to be working.
If I locally just run my function with func start or func host start it works flawlessly.

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,977 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.