An administrator applies a tag named `CostCenter` with a value of `12345` to an Azure resource group named `RG-App`. If a developer creates a new Azure App Service plan within `RG-App`, which tag is automatically inherited by the new App Service plan?
- No tags are automatically inherited.Cevap
- BThe CostCenter tag with a value of 12345.
- CA tag indicating the resource cost model is Capital Expenditure (CapEx).
- DA system-generated tag containing the resource creator's identity.
Cevap
No tags are automatically inherited.
The correct answer is that no tags are automatically inherited. In Azure, tags applied to a resource group or subscription are not inherited by the resources they contain. If you need tags to be inherited, you must configure a policy using Azure Policy to copy tags from resource groups to resources.
Adım Adım Çözüm
Anahtar Kavram
Azure resource tags do not support inheritance from resource groups.
Tahmini Süre:45s