Skip to main content
Applicable Cloud Security
Setup
Environment Setup
Terraform Baseline Deployment
Manual Deployment
Content
Day 1 — Identity, Access and RBAC
Day 2 — Network and Data
Day 2 — Monitoring and Threats
Day 4 — DevSecOps and API
Day 5 — Compliance and Automation
Challenges
Challenges
Mitch Mommers
18/05/2026
Less than 1 minute
Manual Deployment of APP Checklist
I created the backend zip with Git Bash, GoW, WSL, or another Linux-compatible zip tool.
I deployed the backend zip to Azure App Service.
I tested the backend health endpoint.
I built the frontend with the correct VITE_API_BASE_URL.
I uploaded the frontend dist folder to the $web container.
The frontend can communicate with the backend. You see an OK message.