Which file should you modify before you deploy the application?

Posted by: Pdfprep Category: 70-487 Tags: , ,

You need to perform the initial deployment of the web application. You must ensure that the application meets the performance requirements.

Which file should you modify before you deploy the application?
A . the service definition file (.csdef)
B . the application configuration file (app.config)
C . the packages configuration file (packages.config)
D . the Global.asax file (.asax)

Answer: A

Explanation:

You use cscfg file to define various settings related to your cloud application (in ConfigurationSettings section). Like app.config file, you get to define other things (e.g.number of instances of your cloud application) in the cscfg file. You could change the settings in a cscfg file on the fly using either the portal or Service Management API without having to repackage and redeploy the application.

Scenario: After the initial deployment, any changes to the business logic of the Web API must cause minimal downtime to the web application in the production environment.

Leave a Reply

Your email address will not be published.