Azure App Service Flashcards
(35 cards)
Azure App Service can host what kind of application?
HTTP-based apps
Can we host REST APIs in Azure App Service
yes
Can we host mobile back ends in Azure App Service
yes
Azure App Service support both Windows and Linux-based environments.
yes
can we scale up/down in Azure App Service
yes
can we scale out/in in Azure App Service
yes
what is Scaling out/in?
Scaling out/in is the ability to increase, or decrease, the number of machine instances that are running your web app.
can we run containerized web apps on Windows and Linux using Azure App Service
yes
Azure App Service also supports multi-container apps, Windows containers, and Docker Compose for orchestrating container instances
yes
Azure App Service can pull container images from a private Azure Container Registry or Docker Hub
yes
Continuous integration and deployment for containerized web apps is also supported using either Azure Container Registry or Docker Hub.
yes
what is Deployment slots
Deployment slots are live apps with their own host names used for separation of UAT & PROD environment
Azure App Service support Deployment slots
yes
Linux command to get current runtime
az webapp list-runtimes –os-type linux
Does Azure App Service in Linux support Shared pricing tier
no
B/W App Service Environment and App Service which one support dedicated environment
App Service Environment
B/W App Service Environment and App Service which one support shared environment
App Service
Do we need app service plan to run Azure App Service
yes
what is app service plan
defines a set of compute resources for a web app to run
can we run multiple web apps on same computing resources
yes
When you create an App Service plan in a certain region (for example, West Europe) where does the compute resources located
same region as that of App Service plan
pricing tier available for Azure App Service
Free, Shared, Basic, Standard, Premium, PremiumV2, PremiumV3, Isolated, IsolatedV2
which pricing tier fall under Shared compute category
Free, Shared,
which pricing tier fall under Dedicated compute category
Basic, Standard, Premium, PremiumV2, PremiumV3