Azure Functions are not visible in the function list after my deployment from GitHub/Kudu

Isark-9717 6 Reputation points
2021-01-28T21:50:13.57+00:00

I'm trying to deploy my first http trigger Function App to Azure.

It was created with the Azure Function extension in VS Code with typescript template. I use my GitRepo as a source and the Kudu build App Service.

My functions are working well locally : I can see them in VS Code > Azure tab, Local Project > Functions.

I have no error on the deployment itself but I cannot see my two functions in the Azure Functions list :
61529-azurescreenshot.jpg

In the kudu UI, I see that all my files are correctly deployed :
61587-kudu-2.jpg

Where can I find some logs on what went wrong ? Any idea of other things to check ?

Any help will be appreciated.

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

8 answers

Sort by: Most helpful
  1. Sadique Arrvi 1 Reputation point
    2022-12-28T14:49:24.327+00:00

    @Isark-9717 I am facing same issue, did you got the fix? in CD logs it says it has deployed successfully but I am unable to see the functions.


  2. Pedro Junqueira 20 Reputation points
    2023-08-08T03:03:14.16+00:00

    Hi I am having same problem but it is a schedule function.

    It all work locally. deploy show no errors.

    I am using V2.

    func3

    func1

    func2

    0 comments No comments

  3. Bram Dekker 5 Reputation points
    2023-10-12T07:22:55.56+00:00

    restarting my pc did the trick for me.

    0 comments No comments