Configuration Options for Microsoft Azure Tags
To enable collection of Microsoft Azure tags:
- Edit the
<machine_agent_home>/extensions/ServerMonitoring/conf/ServerMonitoring.ymlfile. - Under the azureTagsConfig: section enabled: "true".
CODE
//ServerMonitoring.yml # WARNING: Before making any changes to this file read the following section carefully # After editing the file, make sure the file follows the yml syntax. Common issues include # - Using tabs instead of spaces # - File encoding should be UTF-8 # The safest way to edit this file is to copy paste the examples provided and make the # necessary changes using a plain text editor instead of a WYSIWYG editor. azureTagsConfig: # If enabled it reports the Azure Tags to Controller enabled: true # update interval in milliseconds, minimum is 6 hours samplingInterval: 21600000