pl-300 Practice Question 1940

Exam: pl-300
Domain: Deploy and maintain assets
Topic: Manage workspaces
Difficulty: medium
When deploying an application to Azure App Service using Azure DevOps, which pipeline stage should you configure to ensure that the application is tested before it is deployed to production?

Answer Options

A
Development slot
B
Staging slot
C
Production slot
D
Local slot

Correct Answer

B: Staging slot

Explanation

The correct answer is B because the Staging slot in Azure App Service is designed for testing purposes before the application is promoted to the Production slot. The Production slot is used for live traffic, while the Development slot is typically used for local development and testing within the organization.

Related Practice Questions