Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Client Packages (12.X.X) - Latest
Package Name | Reference | Package Manager | Source |
---|---|---|---|
Storage Blob | Reference | PyPi | GitHub |
Storage Queue | Reference | PyPi | GitHub |
Storage File Share | Reference | PyPi | GitHub |
Storage File Data Lake (Preview) | Reference | PyPi | GitHub |
Client Packages (2.X.X) - Legacy
Package Name | Reference | Package Manager | Source |
---|---|---|---|
Storage Blob | Reference | PyPi | GitHub |
Storage Queue | Reference | PyPi | GitHub |
Storage File Share | Reference | PyPi | GitHub |
Management
Package Name | Reference | Package Manager | Source |
---|---|---|---|
Storage Management | Reference | PyPi | GitHub |
Install the libraries
Client
Azure Storage Client Libraries consist of 3 packages: Blob, File Share, and Queue. To install the blob package, run:
pip install azure-storage-blob
Management
pip install azure-mgmt-storage
Samples
Get started with Azure Blob Storage in Python | Create, read, update, restrict access, and delete files and objects in Azure Storage. |
Manage Azure Storage accounts | Create, update , and delete storage accounts. Retrieve and regenerate storage account access keys. |
Explore more sample Python code you can use in your apps.