Your developers have created a portal web app for users in the Miami branch office. The web app will be publicly accessible and used by the Miami users to retrieve customer and product information. The web app is currently running in an on-premises test environment.
You plan to host the web app on Azure.
You need to determine which Azure web tier plan to host the web app. The web tier plan must meet the following requirements:
-> The website will use the miami.weyland.com URL.
-> The website will be deployed to two instances.
-> SSL support must be included.
-> The website requires 12 GB of storage.
-> Costs must be minimized.
Which web tier plan should you use?
Click on the arrows to vote for the correct answer
A. B. C. D.A
http://azure.microsoft.com/en-us/documentation/articles/azure-subscription-service-limits/To host the web app on Azure with the given requirements, the appropriate web tier plan would be the "Standard" tier.
Here's a breakdown of the requirements and how they align with the available options:
URL: The requirement states that the website should use the "miami.weyland.com" URL. All the web tier plans (Standard, Basic, Free, Shared) support custom domain names, so this requirement can be met with any of the plans.
Deployment to two instances: To ensure high availability and load balancing, the web app needs to be deployed to two instances. The "Free" and "Shared" plans do not support multiple instances. The "Basic" plan supports multiple instances, but it has limitations on scaling and features. The "Standard" plan allows you to scale to multiple instances and provides additional features for high availability.
SSL support: SSL (Secure Sockets Layer) ensures secure communication between the web app and its users. SSL support is available in all web tier plans (Free, Shared, Basic, Standard), so this requirement can be met with any of the plans.
Storage: The web app requires 12 GB of storage. Storage is not directly tied to the web tier plans but is a separate component in Azure (e.g., Azure Storage). Therefore, storage requirements can be met regardless of the chosen web tier plan.
Cost minimization: The requirement states that costs must be minimized. The "Free" and "Shared" plans are the least expensive options, but they have limitations in terms of features, scalability, and availability. The "Basic" plan offers more features but may not provide the optimal balance between cost and capabilities for this scenario. The "Standard" plan provides a broader range of features, including scaling, deployment slots, traffic management, and more, making it a suitable choice for a production-level web app.
Considering all the requirements and cost optimization, the most appropriate web tier plan to host the web app is the "Standard" plan (option A).
Based on the given requirements, the most suitable Azure web tier plan to host the web app would be the "Standard" plan.
Here's a breakdown of why the other plans would not be suitable:
A. Standard plan:
B. Basic plan:
C. Free plan:
D. Shared plan:
Therefore, based on the requirements provided, the most suitable web tier plan would be the Standard plan, as it meets all the requirements and provides a good balance of features and cost.