App Service: Explore Azure App Service
62 Questions
1 Views

Choose a study mode

Play Quiz
Study Flashcards
Spaced Repetition
Chat to lesson

Podcast

Play an AI-generated podcast conversation about this lesson

Questions and Answers

What is the maximum scale-out capability provided by the Isolated and IsolatedV2 tiers in Azure App Service?

  • No scale-out capability
  • Unlimited scale-out capability (correct)
  • Depends on the pricing tier
  • Limited scale-out capability
  • What happens when an app is deployed to the Free or Shared pricing tiers in Azure App Service?

  • The app has access to unlimited compute resources
  • The app receives CPU minutes on a shared VM instance and can't scale out (correct)
  • The app runs on all the VM instances configured in the App Service plan
  • The app runs on dedicated Azure VMs
  • How can you improve the performance of an app in Azure App Service if it is in the same App Service plan with other apps?

  • Increase the pricing tier of the plan
  • Move the app into a separate App Service plan (correct)
  • Run WebJobs
  • Enable diagnostic logs
  • Which programming languages and frameworks are supported by Azure App Service on Linux?

    <p>Node.js and PHP</p> Signup and view all the answers

    What is the purpose of deployment slots in Azure App Service?

    <p>To have separate live apps with their own host names</p> Signup and view all the answers

    Which feature in Azure App Service allows you to scale the resources of the underlying machine based on the usage of the web app?

    <p>Built-in auto scale support</p> Signup and view all the answers

    Which services can be used for continuous integration and deployment with Azure App Service?

    <p>Azure DevOps Services and GitHub</p> Signup and view all the answers

    What is Azure App Service primarily used for?

    <p>Hosting web applications, REST APIs, and mobile back ends</p> Signup and view all the answers

    What is the purpose of scaling out/in in Azure App Service?

    <p>To increase or decrease the number of machine instances running the web app</p> Signup and view all the answers

    Which of the following is a feature of the Azure App Service token store?

    <p>It is a repository of tokens associated with users of your web apps, APIs, and native mobile apps</p> Signup and view all the answers

    What can you find in your existing application logs if you enable application logging in Azure App Service?

    <p>Authentication and authorization traces</p> Signup and view all the answers

    Which deployment type of Azure App Service hosts App Service plans in the Free, Shared, Basic, Standard, Premium, PremiumV2, and PremiumV3 pricing SKUs?

    <p>Multitenant public service</p> Signup and view all the answers

    What are the roles called that handle incoming HTTP or HTTPS requests in an Azure App Service deployment?

    <p>Front ends</p> Signup and view all the answers

    Which of the following features in Azure App Service can be used to control inbound network traffic to your app?

    <p>Access restrictions</p> Signup and view all the answers

    Which Azure CLI command can be used to find the outbound IP addresses currently used by an app in Azure App Service?

    <p>az webapp show --resource-group <resource-group> --name <app-name> --query outboundIpAddresses --output tsv</p> Signup and view all the answers

    Which of the following deployment methods for Azure App Service allows you to create a new App Service web app if one doesn't already exist?

    <p>CLI</p> Signup and view all the answers

    Which of the following is NOT a supported identity provider for built-in authentication in Azure App Service?

    <p>LinkedIn</p> Signup and view all the answers

    What is the purpose of using deployment slots in Azure App Service?

    <p>To create a staging environment for testing new production builds</p> Signup and view all the answers

    Which of the following is a benefit of using the built-in authentication feature in Azure App Service?

    <p>It provides out-of-the-box authentication with federated identity providers</p> Signup and view all the answers

    Which of the following deployment methods for Azure App Service supports automated deployment directly from GitHub?

    <p>Git</p> Signup and view all the answers

    When should you isolate your app into a new App Service plan in Azure App Service?

    <p>All of the above</p> Signup and view all the answers

    Which of the following is true about the Azure authentication and authorization module?

    <p>It validates, stores, and refreshes OAuth tokens issued by identity providers.</p> Signup and view all the answers

    What is the difference between server-directed flow and client-directed flow in the Azure authentication flow?

    <p>Server-directed flow is used for browser apps, while client-directed flow is used for browser-less apps.</p> Signup and view all the answers

    What does the Azure authentication flow include?

    <p>All of the above</p> Signup and view all the answers

    What happens when an incoming request is not authenticated in App Service?

    <p>App Service defers authorization of unauthenticated traffic to the application code.</p> Signup and view all the answers

    What is the authentication and authorization module in Azure?

    <p>A module that authenticates users and clients with identity providers and manages the authenticated session</p> Signup and view all the answers

    Which of the following is a key feature of Azure App Service?

    <p>Built-in auto scale support</p> Signup and view all the answers

    What is the purpose of deployment slots in Azure App Service?

    <p>To create separate environments for testing and staging</p> Signup and view all the answers

    Which programming languages and frameworks are supported by Azure App Service on Linux?

    <p>Node.js</p> Signup and view all the answers

    Which of the following pricing tiers in Azure App Service runs an app on the same Azure VM as other App Service apps?

    <p>Shared</p> Signup and view all the answers

    Which of the following is NOT a category of pricing tiers in Azure App Service?

    <p>Premium</p> Signup and view all the answers

    What determines the scale unit of the App Service apps in Azure App Service?

    <p>App Service plan</p> Signup and view all the answers

    What is the purpose of changing the pricing tier of an App Service plan in Azure App Service?

    <p>To scale up and down</p> Signup and view all the answers

    Which of the following deployment methods for Azure App Service allows you to create a new App Service web app if one doesn't already exist?

    <p>CLI</p> Signup and view all the answers

    Which of the following is a benefit of using the built-in authentication feature in Azure App Service?

    <p>It provides out-of-the-box authentication with federated identity providers.</p> Signup and view all the answers

    When should you isolate your app into a new App Service plan in Azure App Service?

    <p>All of the above.</p> Signup and view all the answers

    What is the purpose of deployment slots in Azure App Service?

    <p>To deploy a new production build with minimal downtime.</p> Signup and view all the answers

    Which of the following is true about the authentication and authorization module in Azure App Service?

    <p>It runs in the same sandbox as the application code</p> Signup and view all the answers

    What is the purpose of the authentication flow in Azure App Service?

    <p>To authenticate users and clients</p> Signup and view all the answers

    Which behavior can be configured in Azure App Service when an incoming request isn't authenticated?

    <p>Allow unauthenticated requests</p> Signup and view all the answers

    What is the purpose of deployment slots in Azure App Service?

    <p>To enable continuous integration and deployment</p> Signup and view all the answers

    Which of the following features in Azure App Service allows you to control inbound network traffic to your app?

    <p>App Service networking features</p> Signup and view all the answers

    What is the purpose of using deployment slots in Azure App Service?

    <p>To perform staged rollouts and testing</p> Signup and view all the answers

    Which of the following deployment types of Azure App Service hosts App Service plans in the Free, Shared, Basic, Standard, Premium, PremiumV2, and PremiumV3 pricing SKUs?

    <p>Multitenant public service</p> Signup and view all the answers

    Which Azure CLI command can be used to find the outbound IP addresses currently used by an app in Azure App Service?

    <p>az webapp show --resource-group --name --query outboundIpAddresses --output tsv</p> Signup and view all the answers

    Which of the following is NOT a benefit of using Azure App Service?

    <p>Ability to host web apps natively on Linux</p> Signup and view all the answers

    Which of the following is NOT a deployment method supported by Azure App Service?

    <p>FTP</p> Signup and view all the answers

    Which of the following is NOT a limitation of App Service on Linux?

    <p>The languages and their supported versions are not updated regularly</p> Signup and view all the answers

    Which of the following determines the scale unit of the App Service apps in Azure App Service?

    <p>Number of VM instances</p> Signup and view all the answers

    Which of the following pricing tiers in Azure App Service runs an app on dedicated Azure VMs?

    <p>Isolated and IsolatedV2</p> Signup and view all the answers

    What is the purpose of deployment slots in Azure App Service?

    <p>To enable testing and staging environments for your app</p> Signup and view all the answers

    Which of the following deployment methods for Azure App Service allows you to create a new App Service web app if one doesn't already exist?

    <p>CLI</p> Signup and view all the answers

    Which of the following is a benefit of using the built-in authentication feature in Azure App Service?

    <p>It requires minimal code implementation</p> Signup and view all the answers

    Which of the following deployment types of Azure App Service hosts App Service plans in the Free, Shared, Basic, Standard, Premium, PremiumV2, and PremiumV3 pricing SKUs?

    <p>App Service Environment (ASE)</p> Signup and view all the answers

    Which of the following deployment types for Azure App Service hosts Isolated SKU App Service plans directly in your Azure virtual network?

    <p>Single-tenant App Service Environment</p> Signup and view all the answers

    Which of the following features in Azure App Service can be used to control inbound network traffic to your app?

    <p>App-assigned address</p> Signup and view all the answers

    Which of the following is NOT a feature of Azure App Service networking?

    <p>Private endpoints</p> Signup and view all the answers

    Which of the following is true about the outbound IP addresses used by apps in Azure App Service?

    <p>The outbound IP addresses are shared by all the apps running on the same worker VM family</p> Signup and view all the answers

    Which of the following describes the purpose of the authentication and authorization module in Azure App Service?

    <p>To authenticate users and clients with identity providers</p> Signup and view all the answers

    What happens when an incoming request is not authenticated in App Service?

    <p>The request is rejected and a redirect action is taken</p> Signup and view all the answers

    Which of the following is NOT a behavior that can be configured in App Service when an incoming request isn't authenticated?

    <p>Reject unauthenticated requests with an HTTP 401 Unauthorized response</p> Signup and view all the answers

    Which of the following is true about the authentication flow in Azure App Service?

    <p>The authentication flow differs depending on whether you want to sign in with the provider's SDK</p> Signup and view all the answers

    More Like This

    Use Quizgecko on...
    Browser
    Browser