-1

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?

One Developer
  • 99
  • 5
  • 43
  • 103

1 Answers1

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