We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 751a49b + 45fd5ad commit c9625e2Copy full SHA for c9625e2
2 files changed
src/host.json
@@ -0,0 +1,15 @@
1
+{
2
+ "version": "2.0",
3
+ "logging": {
4
+ "applicationInsights": {
5
+ "samplingSettings": {
6
+ "isEnabled": true,
7
+ "excludedTypes": "Request"
8
+ }
9
10
+ },
11
+ "extensionBundle": {
12
+ "id": "Microsoft.Azure.Functions.ExtensionBundle",
13
+ "version": "[4.*, 5.0.0)"
14
15
+}
src/requirements.txt
@@ -0,0 +1,7 @@
+# DO NOT include azure-functions-worker in this file
+# The Python Worker is managed by Azure Functions platform
+# Manually managing azure-functions-worker may cause unexpected issues
+
+azure-functions
+pdfminer.six
+azure-cosmos==4.3.0
0 commit comments