After some playing around, Googling and talking to Microsoft we verified that there is not a built-in feature to add a description or note directly to an Azure VM.
However, you can easily use Azure Tags to add metadata to your Azure resources, including VMs:
- In the Azure portal, go to the VM you want to add a description to
- Under the Settings section, click on TAGS
- Click on + ADD to add a new tag
- Enter a name for your tag in the Name field (for example, “Description”)
- As you can see in the screenshot above, we just use the NAME field and ignore the VALUE field, but you can enter text in the VALUE field if you wish
- Click the SAVE button
Note that each resource in Azure can define up to 15 unique key/value pairs as tags.
Remember, tags are typically used for organizing resources, but they can also be used for setting any custom property on a resource.
0 Comments