nerdexam
Microsoft

AZ-104 · Question #823

You have an Azure subscription that contains the resources shown in the following table. WebApp1 has the following configurations: - Identity: Managed - Environment variable: EnvVar1 - Deployment…

The correct answer is D. Deployment slots. Deployment slots are included with some Azure App Service plan tiers, but not all; the feature is available in the Standard, Premium, and Isolated tiers, but not Free or Shared. You can use deployment slots to test new versions of your app in a staging environment before…

Submitted by paula_co· Mar 4, 2026Deploy and manage Azure compute resources

Question

You have an Azure subscription that contains the resources shown in the following table. WebApp1 has the following configurations: - Identity: Managed - Environment variable: EnvVar1 - Deployment slots: WebApp1-slot1 - Backups: Perform a custom backup every two days You clone WebApp1 by running the following commands. Which configuration of WebApp1 is cloned to WebApp2?

Exhibits

AZ-104 question #823 exhibit 1
AZ-104 question #823 exhibit 2

Options

  • AEnvironment variable
  • BBackups
  • CIdentity
  • DDeployment slots

How the community answered

(33 responses)
  • A
    3% (1)
  • B
    6% (2)
  • C
    12% (4)
  • D
    79% (26)

Explanation

Deployment slots are included with some Azure App Service plan tiers, but not all; the feature is available in the Standard, Premium, and Isolated tiers, but not Free or Shared. You can use deployment slots to test new versions of your app in a staging environment before swapping them into production with no additional cost, but the number of slots you can use depends on your specific App Service plan tier. Note: The New-AzWebApp cmdlet creates an Azure Web App in a given a resource group that uses the specified App Service plan and data center. https://learn.microsoft.com/en-us/azure/app-service/deploy-staging-slots https://learn.microsoft.com/en-us/powershell/module/az.websites/new-azwebapp

Community Discussion

No community discussion yet for this question.

Full AZ-104 Practice