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…
Question
Exhibits
Options
- AEnvironment variable
- BBackups
- CIdentity
- DDeployment slots
How the community answered
(33 responses)- A3% (1)
- B6% (2)
- C12% (4)
- D79% (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.

