Up:: Microsoft Azure Developer Associate AZ-204 2023
Azure App Services
- 03:22:00 Azure App Services
- Overview
- PaaS
- HTTP Based Service
- Heroku equivalent
- Pay based on Azure App Service Plan
- Shared
- Dedicated
- Isolated
- Can also run docker
- Custom Domain name
- Runtimes
- What Programming language and libraries and framework you are using
- pred-defined container that is set up for your language you are using
- Multiple Runtimes
- .Net
- .Net Core
- Java
- Ruby
- Node.js
- PHP
- Python
- Multiple versions of runtimes
- Custom Containers
- Azure allows custom containers
- Create image
- Deployment Slots
- allows different environments for you app
- way to quickly clone production for other uses
- You can swap environments
- Blue Green Deployments
- App Service Environment
- fully isolated and dedicated environment
- own pricing tier
- 2 deployment types
- External ASEs
- ILB (Internal Load balancer)
- Deployment
- push changes from local to remote environment
- Azure App Services provides many ways
- Run from a package
- zip package gets mounted as read only wwwroot directory
- Zip and WAR deployment
- Kudu Service
- Open Source project
- Kudu Service
- FTP
- In Deployment Center get FTP details and drag and drop files for deployment
- User Dropbox or OneDrive to deploy using a cloud sync
- Run from a package
- Azure App Service Plan
- Free Tier
- Shared Tier
- Dedicated tier
- Basic
- Standard
- Premium
- PremiumV2
- PremiumV3
- Isolated Tier
- for use with ASE
- Web Jobs
- No additional cost
- No support for linux
- multiple filetypes are supported
- Web Job Types
- Continuous
- Supports Debugging
- Triggered
- Continuous
- Scale
- Multi Instance
- Single Instance
- Follow Along
- Search for App Service
- create
- select B1
- Fork
https://github.com/Azure-Samples/msdocs-python-flask-webapp-quickstart
on GitHub account to link to deployment in Deployment Center
- Overview
- 03:55:18 Create Deployment Slots
- 04:06:39 Scaling Azure App Services
- 04:12:56 Azure App Cheat Sheet
Additional Metadata
- Type::note
- Origin:: Microsoft Azure Developer Associate AZ-204 2023
- Status::
- Tags::