How to Get AzureRM Subscription tags Detail

Kalaimani Thirupathi 411 Reputation points
2020-12-08T12:44:40.997+00:00

Dear All, Can you someone help me to get the AzureRM subscription tags Detail using Powershell.

Azure DNS
Azure DNS
An Azure service that enables hosting Domain Name System (DNS) domains in Azure.
599 questions
Azure Migrate
Azure Migrate
A central hub of Azure cloud migration services and tools to discover, assess, and migrate workloads to the cloud.
719 questions
Azure CycleCloud
Azure CycleCloud
A Microsoft tool for creating, managing, operating, and optimizing high-performance computing (HPC) and big compute clusters in Azure.
59 questions
Azure Policy
Azure Policy
An Azure service that is used to implement corporate governance and standards at scale for Azure resources.
798 questions
0 comments No comments
{count} votes

Accepted answer
  1. tbgangav-MSFT 10,386 Reputation points
    2020-12-09T07:38:07.337+00:00

    Hi @Kalaimani Thirupathi ,

    You can get it by below commands.

    $SubscriptionId = (Get-AzureRmSubscription).Id  
    (Get-AzurermTag -ResourceId "/subscriptions/$SubscriptionId").Properties.TagsProperty  
    

    For illustration, check below screenshots.

    46591-image.png

    46534-image.png


1 additional answer

Sort by: Most helpful
  1. Oner Ziya Bas 81 Reputation points
    2020-12-08T13:34:51.46+00:00

    Check please...

    get-azurermtag