Skill 3.5 Create and Configure Azure App Service Flashcards
What is Azure App Service
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
What is Azure App service composed of
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.
What are the types of workers offered with Azure services
Shared and Dedicated
What is required to create a web app in App SErvice
An app service plan must be created either by yourself or by Azure
What algorithm is going to be used when an app service plan runs on more than one instance
round robin
What should you check if you don’t ee an existing App Service Plan when creating a new app
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
What should you do when you configure an autoscale rule to scale out for a specific metric
you should also create another rule to scale in when that metric drops below your thresehold
Using App Service what can you use to secure your apps
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
What does AppService use for authentication for third-party identity provider
OAUTH and secrets that you provide to configure are securely stored in Azure Key Vault
How can you browse you app service app
By using the provided Azure domain name or using your own domain name
What is a TXT DNS record
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
What is a CNAME record
Used to map a subdomain
Where are App Service Backups stored
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
What is the maximum size App Service Backups
10 GB
Describe the App Services Networking features
VNet Integration
Private Endpoint Connections
Hybrid Connection