How can I tag individual instances for Virtual Machine Scale Sets?

Michael Brunak 1 Reputation point
2022-09-22T23:02:17.597+00:00

I am trying to apply tagging to all of our kubernetes clusters (instances) that use Virtual Machine Scale Sets. I can tag the Virtual Machine Scale Set itself, but those tags don't apply to the multiple instances that are part of the scale sets. When I drill-down into individual instances and try to assign tags, I am given an error below:

{ "shellProps": { "sessionId": "72833a730d994eb382d283cffd8c7324", "extName": "HubsExtension", "contentName": "EditTagsBlade" }, "error": { "message": "Error displaying your content", "details": "message: Unable to process binding \"with: function(){return tagsEditor }\"\nMessage: tagsEditor is not defined\r\nname: ReferenceError\r\nstack: ReferenceError: Unable to process binding \"with: function(){return tagsEditor }\"\nMessage: tagsEditor is not defined\n at with (eval at u (https://portal.azure.com/Content/Dynamic/qxrE7-P0dHuw.js:42:219), \

Azure Cost Management
Azure Cost Management
A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
2,030 questions
Azure Virtual Machine Scale Sets
Azure Virtual Machine Scale Sets
Azure compute resources that are used to create and manage groups of heterogeneous load-balanced virtual machines.
347 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Vukasin Terzic 341 Reputation points MVP
    2022-09-22T23:39:22.473+00:00

    Hello @Michael Brunak

    I believe that this is not possible, unfortunately.

    You can test that out with the resource type: Microsoft.Compute/virtualMachineScaleSets/virtualMachines

    If this is something you need, you can create a request on https://feedback.azure.com (or vote if it already exists).

    Vukasin

    0 comments No comments