Exchange cloud structure SVG with PNG

This commit is contained in:
Tobias Quadfasel
2024-09-04 08:19:34 +02:00
parent fb53ddcc8e
commit 724c04d5f2
3 changed files with 1 additions and 834 deletions

View File

@@ -90,7 +90,7 @@ Finally, the `Readings` table stores the data of the meter values read by the cu
The Infrastructure is best described by the image below:
<p align="center">
<img src="./assets/cloud_structure.svg" alt="A schematic of the cloud app structure" width="80%">
<img src="./assets/cloud_structure.png" alt="A schematic of the cloud app structure" width="80%">
</p>
The App Service needs several secrets that it receives from an Azure Key Vault by authentication via role-based access control (RBAC) as a System Managed Identity. It also authenticates via the same method with the Azure SQL Server and Database. Using the secrets provided by the key vault, the App Service can authenticate users and query the AzureOpenAI resource using the API key, as well as connect to the SQL database to run queries.