We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b63937 + 0aba5cb commit 4765869Copy full SHA for 4765869
.gitignore
@@ -126,7 +126,6 @@ dmypy.json
126
bin
127
obj
128
appsettings.json
129
-local.settings.json
130
131
# Azurite artifacts
132
__blobstorage__
local.settings.json
@@ -0,0 +1,7 @@
1
+{
2
+ "IsEncrypted": false,
3
+ "Values": {
4
+ "FUNCTIONS_WORKER_RUNTIME": "python",
5
+ "AzureWebJobsFeatureFlags": "EnableWorkerIndexing"
6
+ }
7
+}
0 commit comments