Azure App Service Flashcards
What is Azure App Service?
Azure App Service is an HTTP-based service for hosting web applications, REST APIs, and mobile back ends.
What is a Runtime environment?
A runtime software/instructions that are executed while your program is running.
What is created to use a different runtime or bundle in a package or software?
Custom Containers
What allows you to create different environments of your web application associated with a different hostname?
Deployments Slots
What is an Azure App Service feature that provides a fully isolated and dedicated environment for securely running App Service apps at a high scale?
App Service Environment (ASE)
What is External ASE?
External ASE exposes the ASE-hosted apps on an internet-accessible IP address.
What defines how you pay and what resources are available to you?
Azure App Service Plan
What does Premium Tier provide in Azure App Service Plan?
Scale to 10 dedicated instances, availability SLA of 99.95%, and multiple levels of hardware.