Azure App Service
- This is Platform as as service offering from Azure which comes with multiple SKUs and they support two Os internally (linux and windows)
- Deployment into Azure App Service happens from kinds of artifacts
- code: This requires selecting a runtime (OS)
- container: This requires selecting a OS
- Appservice plans Pricing
- App Service Plan features: Refer Here
- custom domain
- Autoscaling
- Daily Backups
- Staging slots
- Zone redundancy
Deployment of Fastapi into Azure App Service
- Refer Here
- Watch classroom video
