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?
Why is my Azure Function blob trigger not showing as active?
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 Blob Storage
2 answers
Sort by: Most helpful
-
Jacob Knight 0 Reputation points
2024-07-08T16:02:40.8566667+00:00 -
Pieter de Bruin 321 Reputation points Microsoft Employee2024-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