Azure Functions: SDK type bindings for Azure Blob Storage with Azure Functions in Python (Preview)
Azure Functions offer a powerful way to integrate events and data sources into function applications. With SDK type bindings, you can take advantage of types from service SDKs and frameworks to enhance the capabilities of Azure Functions triggers. The preview release of SDK type bindings for Azure Storage Blob in Python for Azure Functions is now live! These bindings offer a ton of benefits, including the ability to download and upload large blobs efficiently, leading to reduced memory limitations. Plus, you can easily improve your app's performance by using blobs with Azure Functions. To get started with these bindings, make sure you have the Azure Functions runtime version 4.34.1 or later, Python version 3.9 or later, and the Python v2 programming model. You can follow the steps outlined in the tutorial to enable this feature, along with code samples to get started. If you want hands-on experience in using these bindings, there are Blob storage samples in the Python extensions repository.
For further details and insights on how to implement this feature, check out the developer reference guide. If you have any questions, do not hesitate to visit the Azure Functions Python GitHub repository and create an issue.
Published on:
Learn moreRelated posts
Storage migration: Combine Azure Storage Mover and Azure Data Box
If you are looking to migrate your data from on-premises to Azure Storage, it can be challenging, but with Microsoft's solutions, you can make...
Upgrade to Azure Functions runtime v 4.x
Are you looking to upgrade your Azure Functions runtime to version 4.x? Look no further than this informative blog post, where you can find al...
Episode 489 - Storage Revisited
This episode is all about Azure Storage Service, a fundamental service within Azure sometimes missed in design discussions. The guest, Ben Hum...
Episode 470 - News Roundup
This episode covers multiple updates to various Azure services, such as AKS, ACA, Functions, VMs, PostgreSQL, VNETs, and Storage. Listeners ca...
Episode 470 - News Roundup
In this episode, Evan and Sujit provide updates related to various services on Azure, ranging from AKS and ACA to Functions, VMs, PostgreSQL, ...
Episode 465 - Functions on Azure Container Apps
In Episode 465, Evan and Sujit caught up with Principal PM Ramya Oruganti, who shared exciting news about the release of Functions on Azure Co...
Free up Dynamics CRM storage space by moving notes and attachments to SharePoint, Azure Blob Storage, or Dropbox!
Learn how to free up storage space in Microsoft Dynamics 365 CRM by transferring notes and attachments to SharePoint, Azure Blob Storage, or D...
Episode 325 – How do I migrate from SharePoint Online to Azure blob storage?
In Episode 325 of this podcast, the hosts discuss their experiences with Loop and its public preview while also addressing a listener's questi...
Developing with Azure SQL bindings and Azure SQL trigger for Azure Functions
This post sheds light on how to harness the combined power of Azure SQL bindings and triggers in Azure Functions to create event-driven scenar...
Read blob file from Microsoft Azure Storage with .NET Core
If you're looking to retrieve a blob file from Microsoft Azure Storage using .NET Core, this article is for you. The original post by Brian ...