You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-16Lines changed: 19 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -123,19 +123,22 @@ Main dependencies used in the project (based on structure/config):
123
123
124
124
---
125
125
126
-
## Azure Deployment
126
+
## Azure Deployment & CI/CD
127
+
128
+
The backend runs on **Azure Container Apps (ACA)**, while the application image is built and pushed to **GitHub Container Registry (GHCR)** automatically via GitHub Actions pipelines.
129
+
130
+
The automated process utilizes **Microsoft Entra ID (OIDC) Federated Credentials**, completely eliminating the need for storing explicit passwords/secrets in Azure connection strings.
127
131
128
-
The backend runs as Azure Container Apps (ACA), the app image is pushed to Azure Container Registry (ACR).
129
132
Environment consists of:
130
133
131
-
-Azure Container Apps – API container host
132
-
-Azure Container Registry – Docker image registry
133
-
- Azure SQL Server + Azure SQL Database – database
0 commit comments