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
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -514,16 +514,16 @@ Within the Storage Account, create a Blob Container to store your PDFs.
514
514
515
515
- Under `Settings`, go to `Environment variables`. And `+ Add` the following variables:
516
516
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`
0 commit comments