All the configurations will be taken from the local.settings.json file while you are running the functions in your local environment. However, when you deploy the functions to Azure, all the configurations items (such as connection string and app settings) will be referenced from the Application Settings of your function app. Make sure that you create all the configuration items in the function app after you deploy the functions.