Open
Description
Hi All,
Is there any Ansible module to create a folder on Azure file share? including sub directories, Any help much appreciated.
Thank you
Please Note:
Currently I am using shell Module to create a folder, but I want to avoid shell module, as it’s require azure cli to execute the commands
Example:
- name: creating test folder on Azure file Storage
shell: az storage share create --account-name xxxx --account-key xxxxx --name testing --quota 5 --output none