I have been looking for examples for usage of Azurite with ansible to test , namely I have been trying to find a way make azure.azcollection.azure_rm_storageblob access my azurite instance instead of storage account on azure , the reason for that is to run some storage blob operations made by ansible using molecule .
any help or sugggestion is much appreciated
I spin my azurite instance and have been looking for a way test the same operations (tasks using azure.azcollection.azure_rm_storageblob) to point to the azurite storage when spinning test on molecule from jenkins pipeline , from what I see azure does not support specifying the connection string directly