The Tamilalt Corporation wants to migrate its apps and services to Azure. Before doing so, they want to estimate the cost of managing apps and services on Azure. You are part of the product support team. You are asked to perform a feasibility analysis and create a migration plan, and to show the costs associated with adopting Azure.
Which of the following statements about Azure Price Calculator are TRUE? (Choose two.)
A) To run functions directly from a deployment package file of the function app, the function files must be deployed in the d:\home\site\functions directory of the function app.
B) Azure Pricing Calculator displays the estimated cost only in $ (USD).
C) The Azure Pricing Calculator is only available for customers with an Enterprise Agreement.
D) Estimates made on the Azure Pricing Calculator can be shared over email with other Azure users.
E) Estimates made using the Azure Pricing Calculator can be saved for later use.
Explanation
The following statements are true:
Estimates made on the Azure Pricing Calculator can be shared over email.
Estimates made using the Azure Pricing Calculator can be saved for later use.
To share an estimate with other users, scroll down to the bottom of the page and select Share. (If you are not signed in, you will be prompted to do so.) You will receive a unique URL, which you can share with others over IM or email. When others select the link, they will see the estimate that you configured.
Estimates can be saved. The pricing used to calculate an estimate may vary by day. An estimate is based on the prices applicable on the day the estimate was created.
The following statements are not true:
Azure Pricing Calculator displays the estimated cost only in $ (USD)
The Azure Pricing Calculator is only available for customers with an Enterprise Agreement.
Orchestrator functions are best suited for CPU-intensive tasks.
To run functions directly from a deployment package file of the function app, the function files must be deployed in the d:\home\site\functions directory of the function app.
Azure Pricing Calculator is not limited to displaying the estimated costs in $ (USD). After you configure your services, scroll down to the bottom of the page and use the drop-down menu to change the currency. The prices will immediately reflect the currency you choose.
Azure Pricing Calculator is available for all customers, not just customers with an Enterprise Agreement. The prices calculated to estimate the costs vary for regular customers, customers with an Enterprise Agreement, or customers with Microsoft Customer Agreements.
Orchestrator function threads should not perform CPU-intensive tasks, do I/O, or block for any reason. Orchestrator functions are executed on a single thread to ensure that execution can be deterministic across many replays. Since single-threaded execution is used, any work that may require I/O, blocking, or multiple threads should be moved into activity functions.
To run functions directly from a deployment package file of the function app, the function files must be deployed in the d:\home\site\wwroot directory of the function app, not the d:\home\site\functions directory of the function app.
Objective:
Describe Azure cost management and Service Level Agreements
Sub-Objective:
Describe methods for planning and management of costs
References:
Post a Comment
Thanks for your comment