azure
azure copied to clipboard
Development area for Azure Collections
##### 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...
##### 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 ```
##### 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...
##### 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...
##### 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 =...
##### 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...
##### 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...
##### 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...
##### 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 ```
##### 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...