Skip to content

Commit cc83550

Browse files
authored
note about envs since added to terraform
1 parent 25a0256 commit cc83550

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -514,16 +514,16 @@ Within the Storage Account, create a Blob Container to store your PDFs.
514514
515515
- Under `Settings`, go to `Environment variables`. And `+ Add` the following variables:
516516
517-
- `COSMOS_DB_ENDPOINT`: Your Cosmos DB account endpoint.
518-
- `COSMOS_DB_KEY`: Your Cosmos DB account key.
519-
- `COSMOS_DB_CONNECTION_STRING`: Your Cosmos DB connection string.
520-
- `invoicecontosostorage_STORAGE`: Your Storage Account connection string.
521-
- `FORM_RECOGNIZER_ENDPOINT`: For example: `https://<your-form-recognizer-endpoint>.cognitiveservices.azure.com/`
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-
- `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).
517+
- `COSMOS_DB_ENDPOINT`: Your Cosmos DB account endpoint 🡢 `Review the existence of this, if not create it`
518+
- `COSMOS_DB_KEY`: Your Cosmos DB account key 🡢 `Review the existence of this, if not create it`
519+
- `COSMOS_DB_CONNECTION_STRING`: Your Cosmos DB connection string 🡢 `Review the existence of this, if not create it`
520+
- `invoicecontosostorage_STORAGE`: Your Storage Account connection string 🡢 `Review the existence of this, if not create it`
521+
- `FORM_RECOGNIZER_ENDPOINT`: For example: `https://<your-form-recognizer-endpoint>.cognitiveservices.azure.com/` 🡢 `Review the existence of this, if not create it`
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+
- `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). 🡢 `Review the existence of this, if not create it`
527527
528528
<img width="550" alt="image" src="https://github.com/user-attachments/assets/31d813e7-38ba-46ff-9e4b-d091ae02706a">
529529

0 commit comments

Comments
 (0)