C
C#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
J
Jayy384d ago
App settings are just env variables to ur api So u access it like that
A
Accord383d ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.