Exporting the Specific Tags applied at the subscription level

Arjun Cloud Associate 21 Reputation points
2020-07-22T10:40:14.697+00:00

Hello,

We wish to Export a specific Tags applied at all our subscriptions to a CSV File. As Tags parameter for the subscription is not available in Powershell, is there any other way to do it.

Thanks

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
2,941 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Vaibhav Chaudhari 38,671 Reputation points
    2020-07-22T10:57:06.49+00:00

    Have you tried Get-AzTag PowerShell command? Below document shows that we can get tags on Resources as well as subscription

    get-aztag

    ----------

    If the response helped, do "Accept Answer" and upvote it -- Vaibhav

    0 comments No comments