70-537 · Question #26
You have an Azure Stack integrated system. A tenant requires assistance managing a subscription. The tenant needs to create a custom RBAC role definition. What should you instruct the tenant to do?
The correct answer is B. Establish a PowerShell session to the Azure Resource Manager (user) endpoint. The New-AzureRmRoleDefinition cmdlet creates a custom role in Azure Role-Based Access Control. Provide a role definition as an input to the command as a JSON file or a PSRoleDefinition object. Incorrect Answers: A: New-AzureRoleTemplate creates web and worker role templates…
Question
You have an Azure Stack integrated system. A tenant requires assistance managing a subscription. The tenant needs to create a custom RBAC role definition. What should you instruct the tenant to do?
Options
- AEstablish a PowerShell session to the Azure Resource Manager (user) endpoint.
- BEstablish a PowerShell session to the Azure Resource Manager (user) endpoint.
- CEstablish a PowerShell session to the Azure Resource Manager (administrator) endpoint.
- DEstablish a PowerShell session to the Azure Resource Manager (administrator) endpoint.
How the community answered
(27 responses)- A4% (1)
- B81% (22)
- C4% (1)
- D11% (3)
Explanation
The New-AzureRmRoleDefinition cmdlet creates a custom role in Azure Role-Based Access Control. Provide a role definition as an input to the command as a JSON file or a PSRoleDefinition object. Incorrect Answers: A: New-AzureRoleTemplate creates web and worker role templates. This has nothing to do with C: The permission definitions should be contained in a JSON file, not an XML file. D: New-AzureRoleTemplate creates web and worker role templates. This has nothing to do with https://docs.microsoft.com/en-us/powershell/module/azurerm.resources/new- azurermroledefinition?view=azurermps-6.2.0
Topics
Community Discussion
No community discussion yet for this question.