Skip to content

Commit a15571f

Browse files
Replace table with bullet list in blog 5.6 for Medium.com compatibility
1 parent d552504 commit a15571f

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

blogs/series-5-devops-data/5.6-azure-deploy-dotnet-apps.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,10 @@ Article 5.5 set up four secrets (`AZURE_CLIENT_ID`, `AZURE_TENANT_ID`, `AZURE_SU
6969

7070
**GitHub Secrets vs Azure Key Vault — the split:**
7171

72-
| Secret type | Where it lives | Why |
73-
|---|---|---|
74-
| CI/CD auth credentials (`AZURE_*`) | GitHub Secrets | Needed by the runner to log in to Azure |
75-
| Infrastructure deploy password (`SQL_ADMIN_PASSWORD`) | GitHub Secrets | One-time use for Bicep provisioning only |
76-
| Runtime secrets (connection strings, JWT key) | **Azure Key Vault** | Never exposed as plain text; resolved by managed identity at runtime |
77-
| Non-sensitive URLs and config | GitHub Secrets | Not sensitive — just convenient to store here |
72+
* **CI/CD auth credentials (`AZURE_*`)** → GitHub Secrets — needed by the runner to log in to Azure
73+
* **Infrastructure deploy password (`SQL_ADMIN_PASSWORD`)** → GitHub Secrets — one-time use for Bicep provisioning only
74+
* **Runtime secrets (connection strings, JWT key)****Azure Key Vault** — never exposed as plain text; resolved by managed identity at runtime
75+
* **Non-sensitive URLs and config** → GitHub Secrets — not sensitive, just convenient to store here
7876

7977
**Secrets to add to GitHub:**
8078

0 commit comments

Comments
 (0)