├── pom.xml # Maven configuration ├── host.json # Azure Functions host settings ├── local.settings.json # Local environment variables ...
This project demonstrates a complete DevOps workflow for deploying a PHP web application to Azure using modern cloud-native practices. It's designed as a learning resource for understanding CI/CD ...