Azure App Service Flashcards
What are the 3 pricing tiers?
- Shared (nodes shared with other customers)
- Dedicated
- Isolated (Azure app service environment)
What do you get with Free tier?
You get share infrastructure, 10 apps, no containers, no Linux, F1 VM size.
What is an ACU?
Is is Azure Compute Unit and is relative to A0 (A0 is 50 ACU)
With App Services what is scale referring to?
How many instances of the app can run.
What are slots?
Slots are sued as a way to manage the deployment of new applications, they enable you to deploy your new application to a staged environment and then switch between the production environment and the staged environment, this can be phased or a single changeover.
What is the hierarchy of a web app?
- Resource group
- App Service Plan
- Web App
Is an app service plan global?
No, it is a regional plan
I want to deploy my application to a PAAS environment, I require this environment to be private in my own network, what option do i have in Azure?
You could use app service environment, this is used to create an environment in your own vNET.
I have a container with my application and i require a PAAS type environment to deploy to, what option do i have available?
You can deploy as a ‘web app’.
What are the 3 pricing tiers?
- Shared
- Dedicated
- Isolated
What is a shared app service plan?
You get fewer features and you are on shared hosts with other tenants.
What is a dedicated app service plan?
Only app belong to the eservice plan run on there dedicated compute nodes. also includes additional features.