
Answer-first summary for fast verification
Answer: Assign the Website Contributor role to developers
To allow the developers of App1 to use their Azure AD credentials to deploy content to App1 using Web Deploy, you should assign the Website Contributor role to the developers. This role provides the necessary permissions for developers to deploy content to the web app while adhering to the principle of least privilege. Other options either grant excessive permissions (such as the Owner role) or are not relevant to using Azure AD credentials for Web Deploy (such as FTPS credentials).
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
In the scenario of deploying an Azure App Services web app named App1 using Web Deploy, how should you enable developers to deploy content using their Azure AD credentials while adhering to the principle of least privilege?
A
Grant developers the Owner role
B
Set up app-level FTPS credentials
C
Assign the Website Contributor role to developers
D
Set up user-level FTPS credentials
No comments yet.