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

Sk Nazrul Islam 60 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
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,421 questions
0 comments No comments
{count} votes

Accepted answer
  1. Divyesh Govaerdhanan 6,235 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 additional answers

Sort by: Most helpful

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.