I've been meaning to develop locally using variables on Azure's app settings. Is there a way to import those variables and use them as if they were in a .env file?
For instance, if there's an encryption_hash
app setting, is there a way to fetch that use it as an environment variable without downloading any files or putting the info into a .env?
Ideally working only with the app setting from Azure.