Skip to content

rob-mckenna/az-func-python-storage-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Azure Function Python Storage SDK sample

This repo is a sample demonstrating an Azure Function written in Python which leverages the Azure Storage SDK for Python. The function will list blob files in a storage account and then creates a service SAS token for each blob.

It uses a target storage account with a blob container named "customer01". This is where you'll load target files.

An application setting named "TargetStorageConnection" is required for the target storage account's connection string.

Helpful links:

Quickstart: Azure Blob Storage client library for Python

Example: Access Azure Storage using the Azure libraries for Python

Azure Storage client libraries for Python

Delegate access by using a shared access signature

Create a service SAS for a blob with Python

Note: This function originated from this quickstart Quickstart: Azure Blob Storage client library for Python. The quickstart logic has been left in place for testing purposes.

Additional links: Create a user delegation SAS for a blob with Python

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages