Why doesn’t my Azure function show in the Azure Portal?
I have a function that auto-increments a value in a cosmosdb. I can check by going to the website that fetches this value and see that it is growing: Universal Time Units (TU): [14010]
. So I know that the function is executing. However, the function does show that it is executing anywhere.
Azure Function App: Unable to import BlobServiceClient, BlobClient
I have an Azure Function as below:
Azure Function App: Deploy zip with code + executable via Azure Portal
I have a zip file with a Python script and a Linux executable (used by the script). I wish to deploy this to my Azure Function using the Azure Portal GUI (not github, VS or the commandline).
Why does a function app in Azure just stop working intermittently?
I have a function app in Azure that runs every minute , but occasionally it just stops and starts back up again.
It is on a Consumption Plan.