jlagarda
Results
1
issues of
jlagarda
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:...