Hi,
I would like to understand if these issue present for everyone who using Azure Resource Manager for inventory.
I have configure the following sync.
---
keyed_groups:
- key: tags.Environment
separator: ""
- key: powerstate
separator: ""
- key: image.offer
separator: ""
hostnames:
- name
hostvar_expressions:
csp: "'azure'"
Few issue:
- it doesn’t capture the virtual machine if the machine in stopped state
- it override the host inventory. I have disable certain host before syncing. Once I sync , host are back to “enabled” state. This does not happen with AWS plugin. So I would like to know if this is a Azure RM plugin issue.
Hence,
- I would like to know how I can capture the stopped state of the VM.
- How to preserve host that has been disable after sync.
Any ideas would be helpful.
Thanks.