azure icon indicating copy to clipboard operation
azure copied to clipboard

Development area for Azure Collections

Results 345 azure issues
Sort by recently updated
recently updated
newest added

##### SUMMARY azure_rm_webapp does not appear to expose the update_auth_settings as shown in this example from the Azure SDK: https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-web_7.2.0/sdk/appservice/azure-mgmt-web/generated_samples/update_auth_settings.py ##### ISSUE TYPE Expose the underlying Azure SDK functional properties...

has_pr
medium_priority
new_feature

##### SUMMARY Related to #1218 but broader. Most if not all `azure.azcollection` modules leverage the `subscription_id` module argument provided by `AzureRMModuleBase` class. It has a fallback to the environment variable...

has_pr
high_priority
work in

##### SUMMARY There is no parameter in `azure_rm_virtualmachinescaleset` module to specify loadbalancer's backend pool name or NAT pool name. Azure CLI has these two options: ``` az vmss create -n...

enhancement
medium_priority
new_feature

##### SUMMARY Ansible support for using the following option while creating vmss. 1. --data-disk-encryption-sets 2. --os-disk-encryption-set https://docs.microsoft.com/en-us/cli/azure/vmss?view=azure-cli-latest#az-vmss-create ##### ISSUE TYPE - Feature Idea ##### COMPONENT NAME azure_rm_virtualmachine https://docs.ansible.com/ansible/latest/modules/azure_rm_virtualmachine_module.html ##### ADDITIONAL...

enhancement
medium_priority
new_feature
work in

##### SUMMARY This Pull request allows a user to not set the subscription_id value when using a credential file. This enables use of the "subscription_id" param specified in the dynamic...

inventory
medium_priority

##### SUMMARY App Gateway configured with 2 or more domains using HTTPS all get the same certificate. The certificate data from the last certificate declared in "ssl_certificates:" is used. App...

medium_priority
work in

While performing the lab http://microsoft.github.io/PartsUnlimitedMRP/iac/200.2x-IaC-AnsiblewithAzure.html Task2, Step4 generates a dynamic inventory of your Azure resources we're getting the below error ![image](https://user-images.githubusercontent.com/58003174/103979869-afbfc880-51a4-11eb-9074-8eec6f573ff7.png)

medium_priority
work in

##### SUMMARY - Ubuntu 22.04, latest paches installed - Installed ansible (ansible-core-2.15.8-1ppa~jammy) , followed the instructions [here](https://docs.ansible.com/ansible/latest/installation_guide/installation_distros.html#installing-ansible-on-ubuntu) -- sudo apt update -- sudo apt install software-properties-common -- sudo add-apt-repository --yes...

question
medium_priority
not a bug
work in

##### SUMMARY The feature adds the capability to create Windows 2022 nodes via the os_sku property. ##### ISSUE TYPE - Feature Pull Request ##### COMPONENT NAME azure_rm_aks

question
medium_priority
work in

##### SUMMARY Add **Outbound Rule** support to _azure_rm_loadbalancer_. ##### ISSUE TYPE - Feature Idea ##### COMPONENT NAME azure_rm_loadbalancer ##### ADDITIONAL INFORMATION Support something like: ```yaml - azure_rm_loadbalancer: name: outboundOnlyLb resource_group:...

medium_priority
new_feature
work in