My logs are not appearing, what should I do ? Please guide
@kis.stupid Жыл бұрын
Isolated function or regular one? For isolated, check official docs on that with application insights. Try warning logs, that's the default loglevel. You can override that, see official docs on logging in azure functions
@ginnisharma73523 жыл бұрын
Hi, thanks for such informative videos. I am stuck and need help. I need to create an authentication token on the api. I have created an azure func app. The managed identity is being called in a key vault. The secret key from key vault is then being added as a parameter to the azure function . not sure how to proceed further. can you hep please.
@ServerlessHub3 жыл бұрын
I have not done a video on managed identity yet. I can add it to my video backlog if it is useful
@ginnisharma73523 жыл бұрын
@@ServerlessHub Yes please.it will help. Thanks.
@ServerlessHub2 жыл бұрын
Hi @@ginnisharma7352 , We published a new video on how to read secrets from key vault using managed identities. Let us know what you think kzbin.info/www/bejne/poLIoJKvYqejh7M
@vktop22 жыл бұрын
Nice video! I have an Azure function that is activated by a timer every 5 minutes and makes a call to an Endpoint. The virtual machine that this Azure Function uses is Windows. I have noticed that every certain random number of executions either fail and fail to call endpoint or the virtual machine freezes and fails due to timeout. What could be happening?. Thanks
@ServerlessHub2 жыл бұрын
I didn't quite understand the problem. Is it the function failing? or the VM failing to call the function endpoint? can you share me more details, perhaps you can error logs over a DM
@vktop22 жыл бұрын
@@ServerlessHub Thank you for response, my function calls an endpoint, it works, it is configured to run every 3 minutes, but sometimes it runs every 6 minutes, that is, it skips an execution, nothing appears in the logs. Currently this function is in a Windows VM we have thought to change it to a Linux VM, hopefully this will solve the problem.
@ServerlessHub2 жыл бұрын
@@vktop2 can you share me logs for failed function instance on a DM to email address theserverlesshub@gmail.com. One thing that comes to my mind is windows app services in low tiers doesn't have enough resources to work with windows. can you try upgrading the app service to a tier with more resources