Day 13 Azure VM Tags - Azure Admin Tasks- Challenges- Human Erros

Поделиться
HTML-код
  • Опубликовано: 26 окт 2024
  • Hi Team, We discussed about the importance of TAGS, how we use the Tags in Enterprise Cloud Environment.
    Queries:
    resources
    | where type == "microsoft.compute/virtualmachines"
    | extend customername = tags.customername
    | extend Environment = ['tags'].Environment
    | extend CostCenter = ['tags'].CostCenter
    | extend vmsize = properties.hardwareProfile
    | where customername contains "bbc"
    | project name, vmsize, customername, CostCenter, Environment, resourceGroup

Комментарии • 1

  • @deepakgupta4479
    @deepakgupta4479 3 месяца назад

    very well explained ..... so informative for real-time scenerios. very helpful..thanks!