Hi,
My Function App (.Net Core) performs CRUD operation to Dynamics via API. This means that I need to retrieve the Access Token and I'm using ADAL to do this, which is working fine. For every hour, I only retrieve the token once and request again after an hour. This is then used for all CRUD operations in one instance.
Is it possible that TokenCache would also work with Timer-Triggered Functions to enhance performance?