Why is my Azure Function blob trigger not showing as active?

Jacob Knight 0 Reputation points
2024-07-03T14:43:25.6566667+00:00

In visual studio code, using the Azure extension, I have created a python script with a blob trigger to be uploaded to an Azure Function. the requirements file has been filled out in full, the local settings file also. The debugging process runs without fail and when deployed to the app it is successful. However, in the portal, on the app in the "overview" page the trigger doesn't show as active. The app files have uploaded but there is no functioning app. Could anyone suggest or guide me on this issue?

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,971 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,835 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Pieter de Bruin 321 Reputation points Microsoft Employee
    2024-07-08T10:55:22.9966667+00:00

    Hi Jacob,

    Sorry to hear about your experience.

    Can you explain more about your environment and steps to deploy?

    Alternatively, this works for me and maybe it helps for you too https://github.com/pdebruin/functionspy/tree/main/3storagefunction

    Thanks,

    Pieter

    0 comments No comments

  2. Jacob Knight 0 Reputation points
    2024-07-08T16:02:40.8566667+00:00

    The local environment setup using the azure function extension has all the files listed in the link you sent, to our knowledge, this has been filled out in full. To deploy, I debug the folder locally and then "deploy to function app", this then runs successfully. Attached is a screenshot showing the app not active and the files I have deployed. Apologies about the monetisation, any details and specific code must stay secure. Additioonally could the error message shown in the second screenshot of our "app files" be the source of our problems?User's image

    User's image

    0 comments No comments

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.