Skip to content

Commit 9aa4107

Browse files
authored
function app env vars added
1 parent 57296ae commit 9aa4107

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -520,8 +520,10 @@ Within the Storage Account, create a Blob Container to store your PDFs.
520520
- `invoicecontosostorage_STORAGE`: Your Storage Account connection string.
521521
- `FORM_RECOGNIZER_ENDPOINT`: For example: `https://<your-form-recognizer-endpoint>.cognitiveservices.azure.com/`
522522
- `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).
525527
526528
<img width="550" alt="image" src="https://github.com/user-attachments/assets/31d813e7-38ba-46ff-9e4b-d091ae02706a">
527529

0 commit comments

Comments
 (0)