Azure Cloud-Eigenschaften
less than a minute
Azure inventory provides the option to create custom properties to capture additional details about Azure resources. These properties can be defined using JSONPath expressions to extract specific information from the resource data.
Add a New Property: Use the New button to define a Name and select the appropriate Resource Type (e.g.,
microsoft.compute/virtualmachines
).Set JSONPath:
Enter the path in the JSONPath field that describes the desired information (e.g.,$.properties.osProfile.computerName
for the hostname).Save: Click the Save button to store the property.
These steps enable the easy extension and customization of Azure inventory.