Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
page_type languages products urlFragment
sample
python
azure
azure-storage
storage-file-share-samples

Azure Storage File Share client library for Python Samples

These are code samples that show common scenario operations with the Azure Storage File Share client library. The async versions of the samples (the python sample files appended with _async) show asynchronous operations with file shares.

Prerequisites

Setup

  1. Install the Azure Storage File Share client library for Python with pip:
pip install azure-storage-file-share --pre
  1. Clone or download this sample repository
  2. Open the sample folder in Visual Studio Code or your IDE of choice.

Running the samples

  1. Open a terminal window and cd to the directory that the samples are saved in.
  2. Set the environment variables specified in the sample file you wish to run.
  3. Follow the usage described in the file, e.g. python file_samples_hello_world.py

Next steps

Check out the API reference documentation to learn more about what you can do with the Azure Storage File Share client library.