Exchange cloud structure SVG with PNG
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user