Azure App Service - The best fast and reliable place for your deployment related needs.
Use Cases and Deployment Scope
Coming from a background of manual deployment using the CD drive and USB to deployment using AWS tools like CodeDeploy, we primarily use Azure App Service to prepare our servers to run automated tests and ensure the same configuration is deployed across all prod and non-prod servers. At a high level, we can achieve greater consistency, reliability, faster releases, and lower manpower overhead.
Pros
- Easy, simple deployment and less overhead.
- Consistency and reliability.
- Faster feedback through CI/CD and diagnostics.
Cons
- Deployment failures details can be improved.
- Performance testing and runtime testing support can be improved.
- on scaling to larger setups, gets difficult to track and audit.
Likelihood to Recommend
Well-suited for rapid deployment of apps and API. Less suited and needs improvement for setups requiring runtime customization or complex testing scenarios.
