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 I was looking at using custom metric namespaces for VMSS scaling was hoping `azure_rm_autoscale` provided this support. Upon looking at the implementation for the module, it doesn't seem...

has_pr
medium_priority
new_feature

##### SUMMARY Add support metric_namespace to azure_rm_autoscale.py, try to fixes #1742 ##### ISSUE TYPE - Feature Pull Request ##### COMPONENT NAME azure_rm_autoscale.py azure_rm_autoscale_info.py ##### ADDITIONAL INFORMATION ```paste below ```

ready_for_review
medium_priority
new_feature

##### SUMMARY I would like the possiblity to restore a virtual machine from backup via ansible. Primary usecase is I want to automate recovery tests and restoring the actual backup...

medium_priority
new_feature
work in

##### SUMMARY On-demand backup of azure vm using ansible module provides 400 Bad Request ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME azure.azcollection.azure_rm_backupazurevm ##### ANSIBLE VERSION ``` ansible [core...

question
medium_priority
not a bug

##### SUMMARY azure.azcollection.azure_rm_galleryimageversion module times out if gallery image version creation takes more than 10 minutes From the code: ``` i = 0 while response['properties']['provisioningState'] == 'Creating': time.sleep(60) response =...

question
medium_priority
not a bug

##### SUMMARY When trying to create a postgresqlflexibleserver with ansible, I end up with a fatal server error and absolutely no output to understand what's happening. It works fine with...

question
not a bug
work in

##### SUMMARY Hi, I am using ansible for a wide variety of operations in azure. During recent cases MSFT said that they do not guarantee availability of the API and...

work in

##### SUMMARY This PR updates the app gateway module so that a web application firewall (WAF) policy can be configured. Due to previous updates in dependencies (https://github.com/ansible-collections/azure/pull/1697), the WAF settings...

question
medium_priority
work in

##### SUMMARY Add support windows_profile to azure_rm_aks.py ##### ISSUE TYPE - Feature Pull Request ##### COMPONENT NAME azure_rm_aks.py azure_rm_aks_info.py azure_rm_aksagentpool.py azure_rm_aksagentpool_info.py ##### ADDITIONAL INFORMATION ```paste below ```

ready_for_review
medium_priority
new_feature

##### SUMMARY When creating a virtual machine inside a DevTest Lab, an SSH public key is not added to the `authorized_keys` file when the `ssh_key` parameter is set using either...

bug
has_pr
medium_priority
work in