How to supply the storage connection string without setx AZURE_STORAGE_CONNECTION_STRING for azure function
In the example I found, you need to setx AZURE_STORAGE_CONNECTION_STRING for a real environment variable. But Azure function does not have that, only configuration. I set it in the local.settings.json file but when I run it has an issue with…