Skip to content

Commit a941ea6

Browse files
mtarngandrebriggs
authored andcommitted
Minor QoL changes. (#92)
* ignoring .DS_Store * Adding required fields to local.settings.json for running functions locally
1 parent ab2dab3 commit a941ea6

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,3 +125,5 @@ tag/*.csv
125125
# Function extension /bin and /obj folders
126126
Functions/pipeline/bin
127127
Functions/pipeline/obj
128+
129+
.DS_Store

functions/pipeline/local.settings.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
"Values": {
44
"FUNCTIONS_WORKER_RUNTIME": "python",
55
"AzureWebJobsStorage": "{AzureWebJobsStorage}",
6-
"STORAGE_CONNECTION_STRING": "replace this when running local func"
6+
"STORAGE_CONNECTION_STRING": "",
7+
"STORAGE_ACCOUNT_NAME": "",
8+
"STORAGE_ACCOUNT_KEY": "",
9+
"SOURCE_CONTAINER_NAME": "",
10+
"DESTINATION_CONTAINER_NAME": "",
11+
"DB_HOST": "",
12+
"DB_NAME": "",
13+
"DB_PASS": "",
14+
"DB_USER": ""
715
}
816
}

0 commit comments

Comments
 (0)