azure_preview_modules
azure_preview_modules copied to clipboard
Azure preview modules for Ansible
I believe the previous condition was reversed (ie, it would only run if skip_azure_sdk was set to true, which means it would be run most of the time because the...
I don't see any way to add application settings strings when provisioning appservices. Ideally, the following would be available: 1. Connection Strings 2. Application Strings (arbitrary Key/Value with Slot Setting...
Hi, Is it possible to support a multi-nic configuration in the module azure_rm_virtualmachine_scaleset ? [Currently](https://github.com/Azure/azure_preview_modules/blob/master/library/azure_rm_virtualmachine_scaleset.py#L741), only one subnet can be set. Regards
Hi, In azure_rm_virtualnetworkgateway module, `subnet` parameter is not used. Could you use `subnet` parameter during the [subnet reference call](https://github.com/Azure/azure_preview_modules/blob/master/library/azure_rm_virtualnetworkgateway.py#L314) ?
I am using the generic azure_rm_resource module to use the Azure Rest API to create CosmosDb Databases/Containers, - name: Create CosmosDB Containers azure_rm_resource: state: present resource_group: "{{resource_group}}" method: POST url:...
``` TASK [./targets/azure_rm_gallery : Create or update a simple gallery Image Version - change end of life] *** fatal: [localhost]: FAILED! => {"changed": false, "msg": "Error creating the GalleryImageVersion instance:...
Hi, Do you guys have the same behavior? When I create a secret via this module, it takes like 4 minutes to get inserted. I don't understand why? When i...
Hi All I wonder if there's a short term workaround to add hardcoded load-balancer-sku: Standard?
##### ISSUE TYPE - Feature Idea ##### SUMMARY Thank you for the module "azure_rm_virtualnetworkgateway". In order to complete the setup of a VPN GW connection, have you already developed modules...
It would be great to have a parameter who allow us to link an acr to an aks EG: https://docs.microsoft.com/en-us/azure/aks/cluster-container-registry-integration#configure-acr-integration-for-existing-aks-clusters