My problem right now is pretty straightforward: I have some data inside a CosmosDB instance and, when I receive an HTTP request containing a date range, I want to move some data from CosmosDB to a Redis Cache instance.
Right now I use Azure Function Apps only and they worked great but I can't find an output binding for Azure Redis Cache. I'm currently using Javascript. If the only way to connect and send data to a Redis Cache is through a "backend", should I just switch to it and avoid Azure Functions?
Am I missing something obvious? Thanks in advance for the help!