Hey!
In Ansible there is a Azure Resource manager inventory plugin that allows you to retrieve data from Azure to build an inventory. However the plugin only retrieves resource groups that contains virtual machines. Almost every module that is to be executed towards Azure needs the Resource Group parameter, so let’s say I want a ‘Automatic’ updating inventory containing all resource groups, to for instance tag each resource in it, or do a deployment towards something else, I could only do it towards RGs containing Virtual Machines. Is there any plugin available that inventories all resource groups in Azure, not just machines?
Best regards
Tony