az-104 Practice Question 710

Exam: az-104
Domain: Describe Azure architecture and services
Topic: Describe Azure identity, access, and security
Difficulty: medium
HOTSPOT - You have an Azure subscription named Subscription1 that has a subscription ID of c276fc76-9cd4-44c9-99a7-4fd71546436e. You need to create a custom RBAC role named CR1 that meets the following requirements: ✑ Can be assigned only to the resource groups in Subscription1 ✑ Prevents the management of the access permissions for the resource groups ✑ Allows the viewing, creating, modifying, and deleting of resources within the resource groups What should you specify in the assignable scopes and the permission elements of the definition of CR1? To answer, select the appropriate options in the answer area.

Answer Options

A
assignableScopes: /subscriptions/c276fc76-9cd4-44c9-99a7-4fd71546436e, notActions: Microsoft.Authorization/*

Correct Answer

A: assignableScopes: /subscriptions/c276fc76-9cd4-44c9-99a7-4fd71546436e, notActions: Microsoft.Authorization/*