Microsoft Azure Architect Technologies (legacy) — Question 46

You have a web app named WebApp1 that uses an Azure App Service plan named Plan1. Plan1 uses the D1 pricing tier and has an instance count of 1.
You need to ensure that all connections to WebApp1 use HTTPS.
What should you do first?

Answer options

Correct answer: A

Explanation

The correct action is to scale up Plan1 because the D1 pricing tier does not support SSL. By upgrading to a higher tier, you can enable HTTPS for WebApp1. The other options do not provide the necessary capability to enforce HTTPS connections.