az-104 Practice Question 893
Exam: az-104
Domain: Describe Azure management and governance
Topic: Describe features and tools in Azure for governance and compliance
Difficulty: medium
HOTSPOT -
You have an Azure subscription named Subscription1 that contains the following resource group:
✑ Name: RG1
✑ Region: West US
✑ Tag: "tag1": "value1"
You assign an Azure policy named Policy1 to Subscription1 by using the following configurations:
✑ Exclusions: None
✑ Policy definition: Append a tag and its value to resources
✑ Assignment name: Policy1
✑ Parameters:
✑ Tag name: tag2
Tag value: value2 -
After Policy1 is assigned, you create a storage account that has the following configuration:
✑ Name: storage1
✑ Location: West US
✑ Resource group: RG1
✑ Tags: "tag3": "value3"
You need to identify which tags are assigned to each resource.
What should you identify? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Answer Options
A
RG1: "tag1":"value1" only. storage1: "tag2":"value2" and "tag3":"value3" only.
Correct Answer
A: RG1: "tag1":"value1" only. storage1: "tag2":"value2" and "tag3":"value3" only.
Explanation
Box 1: "tag1": "value1" only -
Box 2: "tag2": "value2" and "tag3": "value3" only
Tags applied to the resource group are not inherited by the resources in that resource group.