azure
azure copied to clipboard
Development area for Azure Collections
##### SUMMARY The `managed_disk_type` parameter for os- and data-disks restricts to only `Standard_LRS` and `Premium_LRS` instead of: `managed_disk_type=dict(type='str', choices=['Standard_LRS', 'Premium_LRS', 'StandardSSD_LRS', 'UltraSSD_LRS', 'Premium_ZRS', 'StandardSSD_ZRS']),` see: https://github.com/ansible-collections/azure/blob/c513b46f3200932994d696ed22d808f776f6af42/plugins/modules/azure_rm_virtualmachinescaleset.py#L547 Compare with: https://docs.microsoft.com/en-us/cli/azure/vmss?view=azure-cli-latest#az_vmss_create >...
##### SUMMARY Running Ansible playbook with check mode will still overwrite load balancer values. ```ansible-playbook azure_provision.yml --check``` ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME azure_rm_loadbalancer ##### ANSIBLE VERSION...
##### SUMMARY A resource group may return 404 error for some reasons and then the inventory sync fails. ##### ISSUE TYPE - Feature Idea ##### COMPONENT NAME azure_rm ##### ADDITIONAL...
##### SUMMARY It is not possible to set Java Version 11 for linux_fx_version ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME https://github.com/Azure/azure_preview_modules/blob/master/library/azure_rm_webapp.py ##### ANSIBLE VERSION ```paste below ansible 2.10.7...
##### SUMMARY Whenever databricks provision/destroying resources as per on-demand basis, the inventory would fail to ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME ##### ANSIBLE VERSION ```paste below ansible...
##### SUMMARY It's not possible to define DNS proxy for Azure firewall via Ansible module ##### ISSUE TYPE - Feature Idea ##### COMPONENT NAME azure.azcollection.azure_rm_azurefirewall ##### ADDITIONAL INFORMATION To leverage...
##### SUMMARY https://github.com/ansible-collections/community.azure/blob/master/README.md should be updated (and maybe README of `azure` as well) to describe the current relationship between the `azure` and `community.azure` repositories (e.g., the purpose of keeping those...
##### SUMMARY Currently only the Legacy AAD integration is available in the AKS module. The AKS managed aad integration should be used. ##### ISSUE TYPE - Add the "new" managed...
##### SUMMARY Since the Application Gateway Addon for AKS is now GA it would be nice to use it with ansible too. ##### ISSUE TYPE - Feature Idea Support the...
##### SUMMARY Support logging into an auxiliary tenant when deploying an ARM template to be able to use external resources. ##### ISSUE TYPE - Feature Idea ##### COMPONENT NAME azure_rm_deployment...