C#C
C#3y ago
Raki

❔ How to get azure cache for Redis connection string stored in app service as a appsetting variable

I have created a azure redis for cache and stored the connection string as application setting variable in app service using terraform. Now I want my code to access the connection string. In the existing application we explictly mentioned the connection string in web.config. So now I needed to get the azure appsetting variable via code.

Any link or reference is appreciated
Was this page helpful?