Is it possible to add multiple tag values against one tag name in Azure

Sk Nazrul Islam 40 Reputation points
2025-03-11T17:24:09.53+00:00

Is it possible to add multiple tag values against one tag name in Azure through Azure policy or blueprint. Using azure blueprint we can deploy multiple tag names and values however we need to have a drop down of multiple values against a tag name like custom security attributes work in entra id

Azure Blueprints
Azure Blueprints
An Azure service that provides templates for quick, repeatable creation of fully governed cloud subscriptions.
74 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Divyesh Govaerdhanan 2,010 Reputation points
    2025-03-11T17:56:14.79+00:00

    Hello,

    Welcome to Microsoft Q&A,

    Currently a tag key can only have one string field as the value. Since it is only this one text field, a user cannot list multiple different strings in an array, but you can append to the string if needed. For example, if it is "CostCode" as the Key, the value is "123". To add value to this, you would need to have a value like "123,234".

    Reference: https://learn.microsoft.com/en-us/answers/questions/693896/how-to-add-multiple-values-to-one-tag

    Please Upvote and Accept the Answer if it helps!!

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.