Azure Web Tier Plan for Hosting Web Apps | Best Azure Web Tier Plan for Custom Domains, Dedicated Compute Instances, and Load Balancing | Minimize Costs

Best Azure Web Tier Plan for Hosting Web Apps

Prev Question Next Question

Question

Your developers have created 10 web applications that must be host on Azure.

You need to determine which Azure web tier plan to host the web apps. The web tier plan must meet the following requirements:

-> The web apps will use custom domains.

-> The web apps each require 10 GB of storage.

-> The web apps must each run in dedicated compute instances.

-> Load balancing between instances must be included.

-> Costs must be minimized.

Which web tier plan should you use?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

B

Standard offers 50 GB of storage space, while Basic only gives 10 GB.

http://azure.microsoft.com/en-us/pricing/details/websites/

The correct answer is B. Azure Advisor.

Azure Advisor is a free Azure service that provides personalized recommendations to optimize your resources and improve the security of your Azure subscription. One of the features of Azure Advisor is the secure score, which helps you understand the security posture of your Azure resources.

Secure score is a numerical value that ranges from 0 to 850, which reflects the security posture of your Azure resources. The higher the score, the better the security posture. Secure score is calculated based on various factors such as the presence of network security groups, the use of Azure Security Center, and the use of Azure Active Directory.

Azure Advisor provides recommendations to improve your secure score by identifying potential security risks and providing guidance on how to remediate them. You can review your secure score and the corresponding recommendations in the Azure portal.

Option A, Azure Monitor, is a monitoring service that helps you collect, analyze, and act on telemetry from your Azure resources. Azure Monitor can be used to monitor the health and performance of your Azure resources, but it does not provide security recommendations.

Option C, Help + support, provides access to Azure support and documentation but does not provide secure score or security recommendations.

Option D, Microsoft Defender for Cloud, is a cloud-native security solution that provides advanced threat protection for your Azure resources. However, it does not provide secure score or security recommendations.

Based on the provided requirements, the best web tier plan to meet the needs of hosting the 10 web applications on Azure is the Standard plan. Here is an explanation of why this is the best option:

  1. Custom Domains: The Standard, Basic, and Shared web tier plans support custom domains, while the Free tier plan does not. Therefore, we can eliminate the Free tier plan as an option.

  2. 10 GB Storage per App: Both the Standard and Basic web tier plans support up to 10 GB of storage, while the Shared tier plan only supports 1 GB of storage. Therefore, we can eliminate the Shared tier plan as an option.

  3. Dedicated Compute Instances: Both the Standard and Basic web tier plans offer dedicated compute instances, while the Shared and Free tier plans do not. Therefore, we can eliminate the Shared and Free tier plans as options.

  4. Load Balancing: Load balancing between instances is included in both the Standard and Basic web tier plans, so both meet this requirement.

  5. Cost: The Basic tier plan is cheaper than the Standard tier plan, but it does not meet the storage requirement of 10 GB per app. Therefore, we have to choose the Standard plan to meet all of the requirements.

In summary, based on the provided requirements, the best web tier plan to host the 10 web applications on Azure is the Standard plan. It supports custom domains, offers dedicated compute instances, includes load balancing, and meets the storage requirement of 10 GB per app, while still keeping costs minimized.