You have a deployment template named Template1 that is used to deploy 10 Azure web apps.
You need to identify what to deploy before you deploy Template1. The solution must minimize Azure costs.
What should you identify?
Click on the arrows to vote for the correct answer
A. B. C. D. E.B
You create Azure web apps in an App Service plan.
https://docs.microsoft.com/en-us/azure/app-service/overview-hosting-plansWhen deploying resources in Azure, it is important to consider cost optimization to ensure that you are only deploying the necessary resources to meet your requirements.
In this scenario, you have a deployment template named Template1 that is used to deploy 10 Azure web apps. To minimize Azure costs, you need to identify what to deploy before you deploy Template1.
Option A: Deploying five Azure Application Gateways is not the optimal solution in this scenario since it is not clear whether all 10 web apps will require an Application Gateway. Additionally, deploying more than what is required will increase your Azure costs unnecessarily.
Option B: Deploying one App Service plan is a viable option since App Service plans provide the necessary resources to run and scale web apps. However, it is not clear whether all 10 web apps will require their own App Service plan, which could result in unnecessary costs.
Option C: Deploying 10 App Service plans is not the optimal solution in this scenario since it is not clear whether all 10 web apps will require their own App Service plan. Additionally, deploying more than what is required will increase your Azure costs unnecessarily.
Option D: Deploying one Azure Traffic Manager is not the optimal solution in this scenario since it is not clear whether all 10 web apps will require Traffic Manager. Additionally, Traffic Manager is typically used for load balancing and failover scenarios, which may not be required for all 10 web apps.
Option E: Deploying one Azure Application Gateway is a viable option in this scenario since it provides SSL termination, URL-based routing, and Web Application Firewall capabilities that can be used to secure and optimize the web apps. Additionally, you can deploy multiple web apps to a single Application Gateway, which can help reduce costs.
Therefore, the best option to minimize Azure costs is to identify one Azure Application Gateway to deploy before deploying Template1.