AzureRecipes

Introduction

Especially for buffering data with limited validity (such as e.g. access tokens), the in-memory caching can be useful. This snippet shows the likely most simple solution.

Getting Started

Ensure that following Nuget packes are installed:

Then you can adapt the function CacheDemoFunc in your Function App.

References