Does the solution meet the goal?

Note: This question-is part of a series of questions that present the same scenario. Each question-in the series contains a unique solution that might meet the stated goals. Some question-sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question-in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You are developing a RESTful API that uses ASP.NET Core. You plan to host the API in Azure App Services. You provision a development environment in the application service.
Developers must be able to deploy the API to the development environment. You must not share the Azure account credentials with developers.
You need to ensure that developers can deploy the API to the development environment.
Solution: Share the Publish profile for the application service with the developers. Use Web Matrix 2 for publishing.
Does the solution meet the goal?
A. Yes
B. No

microsoft-exams

3 thoughts on “Does the solution meet the goal?

  1. I was mistaken. They are stating the Azure account credentials vs application service credentials.
    Web Matrix can in fact be used to import .publishsettings files, to eventually deploy to the development environment. Edward was right all along 🙂

  2. It’s B.

    The publish profile contains account credentials, which conflicts with the requirement to not share the account credentials with the developers.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.