nerdexam
Microsoft

AZ-104 · Question #561

You have an Azure App Services web app named App1. You plan to deploy App1 by using Web Deploy. You need to ensure that the developers of App1 can use their Azure AD credentials to deploy content to…

The correct answer is B. Assign the Website Contributor role to the developers. To secure app deployment from a local computer, Azure App Service supports two types of credentials for local Git deployment and FTP/S deployment. These credentials are not the same as your Azure subscription credentials…

Submitted by omar99· Mar 4, 2026Manage Azure identities and governance

Question

You have an Azure App Services web app named App1. You plan to deploy App1 by using Web Deploy. You need to ensure that the developers of App1 can use their Azure AD credentials to deploy content to App1. The solution must use the principle of least privilege. What should you do?

Options

  • AConfigure app-level credentials for FTPS.
  • BAssign the Website Contributor role to the developers.
  • CAssign the Owner role to the developers.
  • DConfigure user-level credentials for FTPS.

How the community answered

(36 responses)
  • A
    14% (5)
  • B
    78% (28)
  • C
    6% (2)
  • D
    3% (1)

Explanation

To secure app deployment from a local computer, Azure App Service supports two types of credentials for local Git deployment and FTP/S deployment. These credentials are not the same as your Azure subscription credentials. https://learn.microsoft.com/en-us/azure/app-service/deploy-configure-credentials?tabs=cli https://learn.microsoft.com/en-us/azure/role-based-access-control/built-in-roles#website- Microsoft.Resources/deployments/* - Create and manage a deployment

Community Discussion

No community discussion yet for this question.

Full AZ-104 Practice