Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 840 Bytes

File metadata and controls

13 lines (10 loc) · 840 Bytes
author ggailey777
ms.service azure-functions
ms.topic include
ms.date 08/04/2023
ms.author glenga

Work with app settings locally

When your function app runs in Azure, settings required by your functions are stored encrypted in app settings. During local development, these settings are instead added to the Values collection in the local.settings.json file. The local.settings.json file also stores settings used by local development tools.

Items in the Values collection in your project's local.settings.json file are intended to mirror items in your function app's application settings in Azure.