File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments