We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab2dab3 commit a941ea6Copy full SHA for a941ea6
2 files changed
.gitignore
@@ -125,3 +125,5 @@ tag/*.csv
125
# Function extension /bin and /obj folders
126
Functions/pipeline/bin
127
Functions/pipeline/obj
128
+
129
+.DS_Store
functions/pipeline/local.settings.json
@@ -3,6 +3,14 @@
3
"Values": {
4
"FUNCTIONS_WORKER_RUNTIME": "python",
5
"AzureWebJobsStorage": "{AzureWebJobsStorage}",
6
- "STORAGE_CONNECTION_STRING": "replace this when running local func"
+ "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": ""
15
}
16
0 commit comments