❔ Where to store the app service app settings variable so I can access them based on environment
In azure app service, currently I'm maintaining the application setting variable. In the local how to save the same variable so in local it will fetch from the stored place and while I deployed it will get from the app service app settings. I found that using
environment.Getenvironmentvariables()
I can access the variable in production. But where to save the same in local for development purpose.5 Replies
app settings
Configure apps - Azure App Service
Learn to configure common settings for an App Service app. App settings, app config, connection strings, platform, language stack, container, etc.
Go this route
2) Or store values in environment variables on app service and in local machine too
Whatever fits your use case
Thanks it helped a lot
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.