Azure App Service Flashcards

1
Q

You select to use a Shared App Service plan for Azure App Service. Can you have auto-scaling?

A

No, auto-scaling is not supported on free, basicor shared plans/tiers

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

For Azure App Service, you select a Shared App Service plan. Can you use traffic manager?

A

No, auto-scaling is not supported on free, basic, or shared plans/tiers.

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

Has the standard savings plan got auto-scaling?

A

Yes

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

Has the premium plan got auto-scaling?

A

Yes

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

Has the isolated savings plan got auto-scaling?

A

Yes

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

What is an access restriction for App Service?

A

It is the layer 4 IP firewall.

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

Dose App Service Premium support geo distribution, explain?

A

Yes, the Premium tier of Azure App Service does support geo-distribution, but it requires a multi-region deployment strategy to enable it. Here’s how it works:

Manual Multi-Region Deployment:

In the Premium tier, you can deploy separate instances of your app in multiple Azure regions manually. Each instance runs independently, providing geo-distribution capabilities.
Traffic Management with Azure Front Door or Traffic Manager:

Use Azure Front Door (for Layer 7 routing) or Azure Traffic Manager (for DNS-based routing) to direct user traffic to the nearest or most available instance.
These tools provide load balancing across regions, and if one region fails, traffic can automatically be routed to another region.
Data Synchronization Across Regions:

Ensure data consistency across geo-distributed applications using services like Azure SQL Database with Active Geo-Replication, Azure Cosmos DB, or other databases with replication capabilities. This keeps data synchronized and accessible across regions.

By deploying the Premium App Service in multiple regions and setting up a global load balancing solution, you can achieve a geo-distributed, highly available application across multiple regions.

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

If there is a region outage, dose azure provide any failover for app service?

A

No, Azure App Service itself does not automatically provide failover across regions during a region-wide outage. However, you can design a failover mechanism by combining Azure App Service with Traffic Manager or Front Door.

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