nerdexam
Microsoft

AZ-104 · Question #604

Hotspot Question You have an Azure subscription that contains a user named User1 and the resources shown in the following table. NSG1 is associated to networkinterface1. User1 has role assignments…

The correct answer is User1 can create a storage account in RG1. = Yes; User1 can modify the DNS settings of networkinterface1. = No; User1 can create an inbound security rule to filter inbound traffic to networkinterface1. = Yes. User1 has a Contributor role on NSG1, which is scoped to the NSG1 resource itself, but the Contributor role at the Resource Group (RG1) level allows creating new resources like storage accounts within that resource group. Since NSG1 is associated with networkinterface1 (not the…

Submitted by fatima_kr· Mar 4, 2026Manage Azure identities and governance - specifically managing access control using Role-Based Access Control (RBAC) and understanding the scope and inheritance of role assignments on Azure network resources.

Question

Hotspot Question You have an Azure subscription that contains a user named User1 and the resources shown in the following table. NSG1 is associated to networkinterface1. User1 has role assignments for NSG1 as shown in the following table. For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point. Answer:

Exhibits

AZ-104 question #604 exhibit 1
AZ-104 question #604 exhibit 2

Answer Area

  • User1 can create a storage account in RG1.Yes
  • User1 can modify the DNS settings of networkinterface1.No
  • User1 can create an inbound security rule to filter inbound traffic to networkinterface1.Yes

Explanation

User1 has a Contributor role on NSG1, which is scoped to the NSG1 resource itself, but the Contributor role at the Resource Group (RG1) level allows creating new resources like storage accounts within that resource group. Since NSG1 is associated with networkinterface1 (not the other way around), User1's permissions on NSG1 do not extend to modifying networkinterface1's DNS settings - those require permissions on the network interface resource itself. However, because User1 has Contributor access to NSG1, they can fully manage NSG1's inbound security rules, which filter traffic to any associated network interface including networkinterface1.

Topics

#Azure RBAC#Network Security Groups#Role Assignments#Azure Networking

Community Discussion

No community discussion yet for this question.

Full AZ-104 Practice