Skip to content

Commit 43e1f81

Browse files
authored
+ resources list table
1 parent 96872ae commit 43e1f81

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

terraform/src/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,16 @@ Last updated: 2025-02-04
4848

4949
## Resources
5050

51+
| Resource | Description |
52+
|---------------------------|-------------------------------------------------------------------------------------------------------|
53+
| Azure Resource Group | A logical container that organizes and manages all the related Azure resources. |
54+
| Azure Blob Storage | Stores input files (xlsx, csv, docs, pdfs) and output summary files. |
55+
| Azure Functions | Executes serverless compute tasks to process the uploaded files and generate summaries. |
56+
| Azure Cognitive Services | Provides text analytics and OCR capabilities to handle text data from docs and pdfs. |
57+
| Azure Storage Account | Manages Blob Storage and other storage services. |
58+
| Azure Key Vault | Stores and manages sensitive information such as connection strings and API keys. |
59+
| Application Insights | Monitors the performance and usage of the file processing tool. |
60+
| Log Analytics Workspace | Collects and analyzes log data from various sources. |
5161

5262
## How to execute it
5363

0 commit comments

Comments
 (0)