From 46027ee8c82ec4a7d8a4fed593fea30d4398c357 Mon Sep 17 00:00:00 2001 From: cqtlucas Date: Tue, 12 May 2026 18:43:32 +0200 Subject: [PATCH] exam webapp deployement file for azure --- sk1/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/sk1/README.md b/sk1/README.md index 7e3b9dd..50907b2 100644 --- a/sk1/README.md +++ b/sk1/README.md @@ -109,8 +109,6 @@ To run `prepare-app.sh` and `remove-app.sh`, your local environment must satisfy - You must be authenticated to Azure by running `az login` successfully prior to execution. ## 10. External Resources & Generative AI Usage -- **Generative AI Used:** Google Gemini (Antigravity pair programming agent). -- **Method of Use:** - **Resolving Azure student account restrictions:** The TUKE Azure Student subscription imposes quota limits that prevent the creation of standard Virtual Machines and AKS node pools. AI assistance was used to diagnose these conflicts and redesign the deployment to use **Azure Container Instances (ACI)** as a VM-free alternative that is fully supported within the student quota. - **Building the HTTPS deployment pipeline:** AI was used to design and implement the `prepare-app.sh` script, specifically the integration of **Caddy** as a reverse proxy for automatic HTTPS certificate generation, and the secure Docker image push flow using temporary ACR OAuth tokens (bypassing the local Docker credential store). - **Documentation:** This README was written with AI assistance, including the cost analysis, file descriptions, and configuration explanations.