Skip to content

Commit c2e575f

Browse files
Merge pull request #311684 from mumian/0206-tag-virtualcluster
Rollback some change to the tag-support article
2 parents c682e71 + 7a9bca4 commit c2e575f

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

articles/azure-resource-manager/management/tag-support.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@
22
title: Tag support for resources
33
description: Shows which Azure resource types support tags. Provides details for all Azure services.
44
ms.topic: article
5-
ms.date: 07/22/2025
5+
ms.date: 02/09/2026
66
---
77

88
# Tag support for Azure resources
99

1010
This article describes whether a resource type supports [tags](tag-resources.md). The column labeled **Supports tags** indicates whether the resource type has a property for the tag. The column labeled **Tag in cost report** indicates whether that resource type passes the tag to the cost report. You can view costs by tags in the [Cost Management cost analysis](../../cost-management-billing/costs/group-filter.md) and the [Azure billing invoice and daily usage data](../../cost-management-billing/manage/download-azure-invoice-daily-usage-date.md). To ensure that all the usage/cost records are tagged irrespective of whether the resource supports or emits tags, use [tag inheritance in Cost Management](../../cost-management-billing/costs/enable-tag-inheritance.md).
1111

12-
1312
To get the same data as a file of comma-separated values, download [tag-support.csv](https://github.com/tfitzmac/resource-capabilities/blob/master/tag-support.csv).
1413

1514
## Microsoft.AAD
@@ -3760,6 +3759,7 @@ To get the same data as a file of comma-separated values, download [tag-support.
37603759
> [!div class="mx-tableFixed"]
37613760
> | Resource type | Supports tags | Tag in cost report |
37623761
> | ------------- | ----------- | ----------- |
3762+
> | instanceFailoverGroup | No | No |
37633763
> | instancePools | Yes | Yes |
37643764
> | managedInstances | Yes | Yes |
37653765
> | managedInstances / administrators | No | No |
@@ -3768,6 +3768,7 @@ To get the same data as a file of comma-separated values, download [tag-support.
37683768
> | managedInstances / databases / advancedThreatProtectionSettings | No | No |
37693769
> | managedInstances / databases / backupLongTermRetentionPolicies | No | No |
37703770
> | managedInstances / databases / ledgerDigestUploads | No | No |
3771+
> | managedInstances / databases / LongTermRetentionBackups | No | No |
37713772
> | managedInstances / databases / vulnerabilityAssessments | No | No |
37723773
> | managedInstances / dnsAliases | No | No |
37733774
> | managedInstances / metricDefinitions | No | No |
@@ -3804,6 +3805,7 @@ To get the same data as a file of comma-separated values, download [tag-support.
38043805
> | servers / databases / extensions | No | No |
38053806
> | servers / databases / geoBackupPolicies | No | No |
38063807
> | servers / databases / ledgerDigestUploads | No | No |
3808+
> | servers / databases / LongTermRetentionBackups | No | No |
38073809
> | servers / databases / metricDefinitions | No | No |
38083810
> | servers / databases / metrics | No | No |
38093811
> | servers / databases / recommendedSensitivityLabels | No | No |
@@ -3852,13 +3854,15 @@ To get the same data as a file of comma-separated values, download [tag-support.
38523854
> | servers / usages | No | No |
38533855
> | servers / virtualNetworkRules | No | No |
38543856
> | servers / vulnerabilityAssessments | No | No |
3855-
> | virtualClusters | No | No |
3857+
> | virtualClusters | Yes | No |
38563858
38573859
<a id="sqlnote"></a>
38583860

38593861
> [!NOTE]
38603862
> The Master database doesn't support tags, but other databases, including Azure Synapse Analytics databases, support tags. Azure Synapse Analytics databases must be in Active (not Paused) state.
38613863
3864+
> [!NOTE]
3865+
> Only Virtual Clusters with version 2.0 support tags. Minimal required API version for configuring tags is 2022-05-01.
38623866
38633867
## Microsoft.SqlVirtualMachine
38643868

0 commit comments

Comments
 (0)