Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.09 KB

Set_up_local_settings.md

File metadata and controls

29 lines (18 loc) · 1.09 KB

Guide: Set up local settings

Overview

To run the Service Insights application on your local machine you will need a local.settings.json file for each function project. These file are kept out of source control as they may contain sensitive values.

Instead local.settings.json.template files are included that omit sensitive values. These template files are included to be used as the basis for setting up your own local.settings.json files.

Key files

Steps

  1. Run the following script to automatically create the local.settings.json files (remember to use a terminal that can run shell scripts e.g. bash or zsh)

    cd scripts/local-settings
    ./create_local_settings.sh
  2. Update the local.settings.json files to include any sensitive values that were omitted from the templates.

    e.g. The value of the 'ServiceInsightsDbConnectionString'