azure
azure copied to clipboard
Development area for Azure Collections
Hi all, I am trying to use this module: [azure_rm_adgroup_info module](https://docs.ansible.com/ansible/latest/collections/azure/azcollection/azure_rm_adgroup_info_module.html#ansible-collections-azure-azcollection-azure-rm-adgroup-info-module) – Get Azure Active Directory group info But looks like subscription_id is mandatory to connect to AAD. My AAD...
##### SUMMARY Whilst using an enterprise azure login (multiple subscriptions under a single tenant). The auth_sources property when set to use CLI fails with **User 'xx' does not exist in...
##### SUMMARY When using the `azure_rm_storageblob` module to access content in a specified container I have access to, I receive an error because I do not have access to list...
##### SUMMARY Hey guys, I try to get public Ips from my azure scale sets using ansible-inventory, but the output is empty, even though on azure they are shown, thanks....
##### SUMMARY I need to create a virtual machine, with a custom image and pass it an `user_data` necessary for its creation, however in the documentation I did not see...
##### SUMMARY Fixes #759 This allows the user to list service principals by display name, or just all principals for post-list processing. examples ``` - name: Get ad service principal...
##### SUMMARY When setting the environment variable `ANSIBLE_AZURE_AUTH_SOURCE` the inventory plugin ignores the setting and reverts to using the `auto` auth source which if nothing else is set, reverts to...
##### SUMMARY Fixes #712, set the inventory plugin to respect the ANSIBLE_AZURE_AUTH_SOURCE environment variable, and ensures AZURE_CLIENT_ID environment variable is pulled in if set. ##### ISSUE TYPE - Bugfix Pull...
##### SUMMARY Delete image version fails silently. ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME azure_rm_galleryimageversion ##### ANSIBLE VERSION ```paste below ansible [core 2.11.8] config file = None configured...
##### SUMMARY Enable authentication with x509 certificate for Service principals, instead of a password. ##### ISSUE TYPE - Feature Pull Request