I am trying to monut a persistent volume using Azure blob storage and write a a file using python application. Is there any sample available?
Azure Blobs Storage is an object storage solution that is accessible via an REST API.
There is an client for Python with a good quick start guide to follow.