azure
azure copied to clipboard
Development area for Azure Collections
##### SUMMARY there's unexpected behaviour when updating on specific rules. ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME azure.azcollection.azure_rm_securitygroup ##### ANSIBLE VERSION ```paste below ansible 2.10.14 config file =...
##### SUMMARY `azure_rm_postgresqlfirewallrule` `auth_source` `cli` no longer working ##### ISSUE TYPE ``` fatal: [127.0.0.1]: FAILED! => {"changed": false, "msg": "Error retrieving resource group my-rg - Could not retrieve credential from...
##### SUMMARY A way to backup just the SQL DB on an Azure VM. This could be added as a param to the azure_rm_backupazurevm module or made separately. It would...
How to create a VM from an existing managed disk? We have a VHD that we'd like to convert to a managed disk and deploy the VM. Not seeing any...
##### SUMMARY I'm trying to do the equivalent of this `az ad sp list --filter "displayname eq 'Azure Red Hat OpenShift RP'" --query "[?appDisplayName=='Azure Red Hat OpenShift RP'].{objectId: objectId}" -o...
##### SUMMARY When using the module azure.azcollection.azure_rm_virtualmachinescaleset and updating the image and defining upgrade_policy to Manual the process still updates one instance ##### ISSUE TYPE - Bug Report ##### COMPONENT...
**SUMMARY** Share key authorization support, see https://docs.microsoft.com/en-us/azure/storage/common/storage-auth , Shared Key authorization. **ISSUE TYPE** Feature Idea **COMPONENT NAME** azure_rm_storageblob module **ADDITIONAL INFORMATION** Need to accept access_key parameter which is the value...
##### SUMMARY I cannot set "managed_disk_type" property to "StandardSSD_LRS" when creating a VM from custom image. ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME azure.azcollection.azure_rm_virtualmachine module > managed_disk_type #####...
##### SUMMARY I want enable protection for a VM but exclude some of it's disks. This doesn't seem to be possible with this module ##### ISSUE TYPE - Feature Idea...
##### SUMMARY An handy way to connect to a private AKS is `az aks command invoke`. Since more and more corporate is moving to public cloud, and those company ask...