Developing Microsoft Azure and Web Services — Question 79

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 develop a REST API that uses Node.js. The API will store data in Azure Cosmos DB. You plan to deploy the API to a new Azure App Services Web App. You create a new Web App by using the Azure portal.
The API must be deployed by using SFTP.
You need to provide the proper deployment credentials to deploy the API.
Solution: Enter the user-level credentials that you configured when you created the Web App.
Does the solution meet the goal?

Answer options

Correct answer: B

Explanation

The proposed solution does not meet the goal because the correct deployment credentials for SFTP are the publishing credentials, not the user-level credentials set during Web App creation. User-level credentials do not have the necessary permissions for SFTP deployment.