|
1 | 1 | ### Use Case: Central Database for College Contact Information Management |
2 | 2 |
|
3 | 3 | #### **Objective**: |
4 | | -To create a centralized database that stores and manages all contact information for a college, ensuring secure and seamless ingestion of data via APIs and SFTP, automated processing, and efficient storage in an Azure SQL Database. |
| 4 | + |
| 5 | +Design and implement a centralized database solution to securely store and manage all contact information for colleges in US, enabling seamless data ingestion via APIs and SFTP. The solution will support automated processing, efficient storage in Azure SQL Database, and integration with AI-powered search capabilities to provide intelligent, real-time access to contact data. |
5 | 6 |
|
6 | 7 | --- |
7 | 8 |
|
@@ -53,7 +54,9 @@ This solution ensures a robust, scalable, and automated system for managing coll |
53 | 54 |  |
54 | 55 |
|
55 | 56 |
|
56 | | -## Session Recorded |
| 57 | +## Session Recorded |
| 58 | +**[Session Video - 07/2025](https://youtu.be/7WbroQM4kGM)** |
| 59 | +--- |
57 | 60 | **[Session Video - 04/2025](https://youtu.be/JTrQYz6uTYY)** |
58 | 61 |
|
59 | 62 |
|
@@ -183,8 +186,7 @@ By following these steps, you'll have a serverless API in Azure that uses Servic |
183 | 186 | |[FC8AFFD1677A443D9D2A962A79246372.json](https://www.xenhey.com/api/store/FC8AFFD1677A443D9D2A962A79246372)| **Search SQL DB. Return resultset** | |
184 | 187 | |[C51F7629130B448AB4430D1260360C1E.json](https://www.xenhey.com/api/store/C51F7629130B448AB4430D1260360C1E)| **Copy File from SFTP into the pickup folder** | |
185 | 188 | |[68AA07F5193441878BFCD5CB372B25FB.json](https://www.xenhey.com/api/store/68AA07F5193441878BFCD5CB372B25FB)| **Create a new Record in NoSQL Database** | |
186 | | -|[31D9DA704F294BFBB9923CDFB7F0AEE6.json](https://www.xenhey.com/api/store/31D9DA704F294BFBB9923CDFB7F0AEE6)| Encode Payload Request | |
187 | | -|[9FDDE695D3534F91A3859825BC576857.json](https://www.xenhey.com/api/store/9FDDE695D3534F91A3859825BC576857)| Get reports from DB | |
| 189 | +|[31D9DA704F294BFBB9923CDFB7F0AEE6.json](https://www.xenhey.com/api/store/21B8411B3EA24285B52F24B1D968B68A)| **AI Search using Chat GPT Natual Language Processor** | |
188 | 190 |
|
189 | 191 |
|
190 | 192 | > Create the following blob containers and share in azure storage |
@@ -213,6 +215,8 @@ By following these steps, you'll have a serverless API in Azure that uses Servic |
213 | 215 | |nosqlmessage|Create a Subscription| |
214 | 216 | |sqlmessage|Create a Subscription| |
215 | 217 |
|
| 218 | +## Upgrade Storage |
| 219 | +Update storage account to ADLS the run the following script |
216 | 220 | ## Script provsion an Event Grid |
217 | 221 | ```powershell |
218 | 222 | $subscriptions = "" |
|
0 commit comments