Set Azure Function Time Zone
I’ve just been sat here, scratching my big bald head wondering why there is such a delay in my timer triggered Azure Functions completing. They were being executed a good hour later than expected!
Azure Developer
A collection of 2 posts
I’ve just been sat here, scratching my big bald head wondering why there is such a delay in my timer triggered Azure Functions completing. They were being executed a good hour later than expected!
Developing for Azure Functions is a fantastic experience but requires a slightly different mindset and approach. If your function code is interacting with Azure resources such as getting secrets from a Key Vault or writing to CosmosDB, running it locally...