You need to prepare the implementation of data storage for the contractor information app.What should you?*Scenario:/ VanArsdel needs a solution to reduce the number of operations on the contractor information table. Currently, data transfer rates are excessive, and queue length for read/write operations affects performance./ A mobile service that is used to access contractor information must have automatically scalable, structured storage* The basic unit of deployment and scale in Azure is the Cloud Service.Reference: https://msdn.microsoft.com/en-us/library/azure/dd894038.aspx
Question:
What should you?
Options:
Create a storage account and implement multiple data partitions.
Create a Cloud Service and a Mobile Service. Implement Entity Group transactions.
Create a Cloud Service and a Deployment group. Implement Entity Group transactions.
Create a Deployment group and a Mobile Service. Implement multiple data partitions.
Correct Answer
The Correct Answer for this Question is
Create a Cloud Service and a Mobile Service. Implement Entity Group transactions.