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…
Question
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)- A14% (5)
- B78% (28)
- C6% (2)
- D3% (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.