You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -520,8 +520,10 @@ Within the Storage Account, create a Blob Container to store your PDFs.
520
520
- `invoicecontosostorage_STORAGE`: Your Storage Account connection string.
521
521
- `FORM_RECOGNIZER_ENDPOINT`: For example: `https://<your-form-recognizer-endpoint>.cognitiveservices.azure.com/`
522
522
- `FORM_RECOGNIZER_KEY`: Your Documment Intelligence Key (Form Recognizer).
523
-
- `FUNCTIONS_EXTENSION_VERSION`: ~4 (Review the existence of this, if not create it)
524
-
- `FUNCTIONS_NODE_BLOCK_ON_ENTRY_POINT_ERROR`: true (This setting ensures that all entry point errors are visible in your application insights logs).
523
+
- `FUNCTIONS_EXTENSION_VERSION`: `~4` (Review the existence of this, if not create it)
524
+
- `WEBSITE_RUN_FROM_PACKAGE`: `1` (Review the existence of this, if not create it)
525
+
- `FUNCTIONS_WORKER_RUNTIME`: `python` (Review the existence of this, if not create it)
526
+
- `FUNCTIONS_NODE_BLOCK_ON_ENTRY_POINT_ERROR`: `true` (This setting ensures that all entry point errors are visible in your application insights logs).
0 commit comments