Azure App Service Flashcards
Azure App Service
HTTP-based service for hosting web applications, REST APIs, and mobile back ends. Applications run and scale with ease.
Scale up/down
Resources include the number of cores or the amount of RAM available.
Scaling out/in
The ability to increase, or decrease, the number of machine instances that are running your web app.
Deployment slots
Live apps with their own host names.
Can be content or configuration swapped between two deployment slots?
Yes.
Cloud shell: Command for supported langauges on Linux images.
az webapp list-runtimes –os-type linux
App Service on Linux limitations
App Service on Linux isn’t supported on Shared pricing tier.
When deployed to built-in images, your code and content are allocated a storage volume for web content, backed by Azure Storage. The disk latency of this volume is higher and more variable than the latency of the container filesystem. Apps that require heavy read-only access to content files may benefit from the custom container option, which places files in the container filesystem instead of on the content volume.