How to Create a Azure Function with Timer Trigger

preview_player
Показать описание
In this video you will get a practical guide on how to create a azure function with Timer trigger and understand basic steps to configure the same

#azure #azurefunctions #serverless
Рекомендации по теме
Комментарии
Автор

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

vktop
Автор

Nice video. Is there a way to speed up insertion in queue storage..I'm using timer trigger Azure function to store 2lakh test runs from Azure devops organization into Azure storage queue. The function is throwing timeout error and I can see only 32 testruns being stored. so is there a way to speed up insertion of messages in Azure storage queue and also how can we check how many messages are being stored in queue storage as only the first 32 are visible and rest are hidden?

shwetak
Автор

Hi sir, really good video. Any way we can reference system.data.sqlclient in these functions, when we are developing in portal.

codeonly
Автор

You have audio coming out of the left channel only

hellooojoe