Skill 3.5 Create and Configure Azure App Service Flashcards

1
Q

What is Azure App Service

A

PaaS offering that makes it easy to host a web app in the cloud. Any app that is designed to process HTTP requests can benefit from using an app service

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

What is Azure App service composed of

A

consists of a front-end load balancer that uses a round robin algorithm to distribute requests to web servers. These web servers are called workers, and they are responsible for processing HTTP requests.

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

What are the types of workers offered with Azure services

A

Shared and Dedicated

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

What is required to create a web app in App SErvice

A

An app service plan must be created either by yourself or by Azure

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

What algorithm is going to be used when an app service plan runs on more than one instance

A

round robin

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

What should you check if you don’t ee an existing App Service Plan when creating a new app

A

make sure you have selected the OS that matches the app service plan’s OS. You also need to ensure the region you select if the region where the app service plan is located

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

What should you do when you configure an autoscale rule to scale out for a specific metric

A

you should also create another rule to scale in when that metric drops below your thresehold

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

Using App Service what can you use to secure your apps

A

You can use Azure Active Directory, along with easily implementing security using Facebook, Google, and Twitter so that users can authenticate to your app using their existing logins on-premises

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

What does AppService use for authentication for third-party identity provider

A

OAUTH and secrets that you provide to configure are securely stored in Azure Key Vault

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

How can you browse you app service app

A

By using the provided Azure domain name or using your own domain name

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

What is a TXT DNS record

A

Verify ownership of your root domain, create a TXT record named asuid with a value of the custom domain verification ID shown in the Azure Portal

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

What is a CNAME record

A

Used to map a subdomain

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

Where are App Service Backups stored

A

Azure Storage and each backup is a complete copy of the app and configuration. Backups are not incremental and can be kept for an indefinite amount of time

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

What is the maximum size App Service Backups

A

10 GB

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

Describe the App Services Networking features

A

VNet Integration
Private Endpoint Connections
Hybrid Connection

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

Describe Deployment Slots

A

Allow you to create another app with its own hostname in your app service Plan. These can be to test a new version of an app, and once you are statisfied with the new version you can easily swap them out

16
Q

What is the publish profile

A

A configuration file that lists all the methods available for deployment as well as the credentials necessary for connective