Your company is migrating applications to Azure. The IT department must allow internal developers to communicate with Microsoft support

Posted by: Pdfprep Category: AZ-204 Tags: , ,

HOTSPOT

Your company is migrating applications to Azure. The IT department must allow internal developers to communicate with Microsoft support.

The service agents of the IT department must only have view resources and create support ticket permissions to all subscriptions. A new custom role must be created by reusing a default role definition and changing the permissions.

You need to create the custom role.

To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Box 1: Set-AzureRmRoleDefinition Input-File C:SupportRole.json

The Set-AzureRmRoleDefinition cmdlet updates an existing custom role in Azure Role-Based Access Control. Provide the updated role definition as an input to the command as a JSON file or a PSRoleDefinition object.

The role definition for the updated custom role MUST contain the Id and all other required properties of the role even if they are not updated: DisplayName, Description, Actions, AssignableScope

Box 2: "*/read*."* Microsoft.Support/*" Microsoft.Support/* Create and manage support tickets

"Microsoft.Support" role definition azure

Leave a Reply

Your email address will not be published.