You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-resource-manager/management/tag-support.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,13 @@
2
2
title: Tag support for resources
3
3
description: Shows which Azure resource types support tags. Provides details for all Azure services.
4
4
ms.topic: article
5
-
ms.date: 07/22/2025
5
+
ms.date: 02/09/2026
6
6
---
7
7
8
8
# Tag support for Azure resources
9
9
10
10
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).
11
11
12
-
13
12
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).
14
13
15
14
## Microsoft.AAD
@@ -3760,6 +3759,7 @@ To get the same data as a file of comma-separated values, download [tag-support.
3760
3759
> [!div class="mx-tableFixed"]
3761
3760
> | Resource type | Supports tags | Tag in cost report |
3762
3761
> | ------------- | ----------- | ----------- |
3762
+
> | instanceFailoverGroup | No | No |
3763
3763
> | instancePools | Yes | Yes |
3764
3764
> | managedInstances | Yes | Yes |
3765
3765
> | managedInstances / administrators | No | No |
@@ -3768,6 +3768,7 @@ To get the same data as a file of comma-separated values, download [tag-support.
3768
3768
> | managedInstances / databases / advancedThreatProtectionSettings | No | No |
3769
3769
> | managedInstances / databases / backupLongTermRetentionPolicies | No | No |
3770
3770
> | managedInstances / databases / ledgerDigestUploads | No | No |
3771
+
> | managedInstances / databases / LongTermRetentionBackups | No | No |
3771
3772
> | managedInstances / databases / vulnerabilityAssessments | No | No |
3772
3773
> | managedInstances / dnsAliases | No | No |
3773
3774
> | managedInstances / metricDefinitions | No | No |
@@ -3804,6 +3805,7 @@ To get the same data as a file of comma-separated values, download [tag-support.
3804
3805
> | servers / databases / extensions | No | No |
3805
3806
> | servers / databases / geoBackupPolicies | No | No |
3806
3807
> | servers / databases / ledgerDigestUploads | No | No |
3808
+
> | servers / databases / LongTermRetentionBackups | No | No |
3807
3809
> | servers / databases / metricDefinitions | No | No |
3808
3810
> | servers / databases / metrics | No | No |
3809
3811
> | servers / databases / recommendedSensitivityLabels | No | No |
@@ -3852,13 +3854,15 @@ To get the same data as a file of comma-separated values, download [tag-support.
3852
3854
> | servers / usages | No | No |
3853
3855
> | servers / virtualNetworkRules | No | No |
3854
3856
> | servers / vulnerabilityAssessments | No | No |
3855
-
> | virtualClusters |No| No |
3857
+
> | virtualClusters |Yes| No |
3856
3858
3857
3859
<aid="sqlnote"></a>
3858
3860
3859
3861
> [!NOTE]
3860
3862
> 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.
3861
3863
3864
+
> [!NOTE]
3865
+
> Only Virtual Clusters with version 2.0 support tags. Minimal required API version for configuring tags is 2022-05-01.
0 commit comments