Azure App Service Flashcards

1
Q

Azure App Service

A

HTTP-based service for hosting web applications, REST APIs, and mobile back ends. Applications run and scale with ease.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Scale up/down

A

Resources include the number of cores or the amount of RAM available.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Scaling out/in

A

The ability to increase, or decrease, the number of machine instances that are running your web app.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Deployment slots

A

Live apps with their own host names.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Can be content or configuration swapped between two deployment slots?

A

Yes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Cloud shell: Command for supported langauges on Linux images.

A

az webapp list-runtimes –os-type linux

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

App Service on Linux limitations

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly