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.
1 parent 83cd1f1 commit 0aba5cbCopy full SHA for 0aba5cb
.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