Valid AZ-203 Dumps shared by ExamDiscuss.com for Helping Passing AZ-203 Exam! ExamDiscuss.com now offer the newest AZ-203 exam dumps, the ExamDiscuss.com AZ-203 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com AZ-203 dumps with Test Engine here:
You have an Azure App Services Web App Azure SQL Database instance Azure Storage Account, and an Azure Redis Cache instance in a resource group. A developer must be able to publish code to the web app. You must grant the developer the Contribute role to the web app. You need to grant the role. Which two commands can you use? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.
Correct Answer: A,C
Explanation/Reference: Explanation: A: The az role assignment create command creates a new role assignment for a user, group, or service principal. Example: Create role assignment for an assignee. az role assignment create --assignee sp_name --role a_role C: The New-AzureRmRoleAssignment command assigns the specified RBAC role to the specified principal, at the specified scope. Incorrect Answers: B, D: Creates a custom role in Azure RBAC. References: https://docs.microsoft.com/en-us/cli/azure/role/assignment?view=azure-cli-latest#az-role-assignment- create https://docs.microsoft.com/en-us/powershell/module/azurerm.resources/new-azurermroleassignment? view=azurermps-6.13.0