Skip to content

Commit a793c82

Browse files
authored
Improve clarity in Azure Functions documentation
In the "Local project files" section, let's refer to the specific "local.settings.json" file by name instead of the generic term "local settings file" for greater clarity.
1 parent 142a277 commit a793c82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-develop-local.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The local.settings.json file stores app settings and settings used by local deve
4646
> [!IMPORTANT]
4747
> Because the local.settings.json may contain secrets, such as connection strings, you should never store it in a remote repository. Tools that support Functions provide ways to synchronize settings in the local.settings.json file with the [app settings](functions-how-to-use-azure-function-app-settings.md#settings) in the function app to which your project is deployed.
4848
49-
The local settings file has this structure:
49+
The **local.settings.json** file has this structure:
5050

5151
```json
5252
{

0 commit comments

Comments
 (0)