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?
Correct Answer: B
Explanation/Reference:
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 RBAC.
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 RBAC.
References:
https://docs.microsoft.com/en-us/powershell/module/azurerm.resources/new-azurermroledefinition?
view=azurermps-6.2.0