A cloud engineer assigns a tag named Department with a value of Sales to an Azure resource group. The engineer then deploys an Azure Storage account inside this resource group without defining any tags. What is the tag status of the newly deployed storage account?
- AThe storage account automatically inherits the Department tag with the value Sales.
- The storage account has no tags applied.Answer
- CThe storage account inherits the Department tag only if the storage account is deployed in the same region as the resource group.
- DThe storage account inherits the Department tag and reclassifies its billing status as a Capital Expenditure (CapEx).
Answer
The storage account has no tags applied.
The correct answer is correct because Azure resources do not inherit tags from the resource group in which they reside. When a storage account is deployed without tags into a tagged resource group, the storage account will have no tags.
Step-by-Step Solution
Key Concept
Azure resource tags are not inherited from resource groups to resources inside them.