Microsoft Exam Questions

Which file should you modify?

You manage a cloud service named fabrikamReports that is deployed in an Azure data center.
You deploy a virtual machine (VM) named fabrikamSQL into a virtual network named fabrikamVNet.
FabrikamReports must communicate with fabrikamSQL.
You need to add fabrikam Reports to fabrikamVNet.
Which file should you modify?

A.
the network configuration file for fabrikamVNet

B.
the service definition file (.csdef) for fabrikamReports

C.
the service definition file (.csdef) for fabrikamSQL

D.
the service configuration file (.cscfg) for fabrikamReports

E.
the service configuration file (.cscfg) fabrikamSQL

Explanation:
Azure Service Definition Schema (.csdef File)
The service definition file defines the service model for an application. The file contains the definitions for
the roles that are available to a cloud service, specifies the service endpoints, and establishes
configuration settings for the service.
Incorrect:
not D, not E: The service configuration file (.cscfg) specifies the number of role instances to deploy for
each role in the service, the values of any configuration settings, and the thumbprints for any certificates
associated with a role.

Azure Service Definition Schema (.csdef File)
http://msdn.microsoft.com/en-us/library/azure/ee758711.aspx