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?
Asked
Active
Viewed 409 times
1 Answers
2
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.

Jonas
- 121,568
- 97
- 310
- 388