I am trying to automate managing some aspects of application gateway using Ansible. Some examples are adding new hosts to the backend pool, increasing instance count etc. I found examples of the azure_rm_appgateway_module here: https://docs.ansible.com/ansible/latest/collections/azure/azcollection/azure_rm_appgateway_module.html
However, it only has examples of creating instances of application gateway. Can someone point to some examples of how to update an existing application gateway using ansible.
Here is an example for quick reference on managing Azure Application Gateway using Ansible playbook,
Ref: Doc