Public preview: Azure Functions support for HTTP streams in Python

0
65
VMware CEO tells enterprises to become 'cloud-smart' to speed up pace of digital transformation

Source is Azure Business News

Azure Functions support for HTTP streams in Python is now in preview. With this feature, customers can stream HTTP requests to and responses from their Function Apps, using function exposed FastAPI request and response APIs. Previously with HTTP requests, the amount of data that could be transmitted was limited at the SKU instance memory size. With HTTP streaming, large amounts of data can be processed with chunking.

This feature enables new scenarios including processing large data streaming OpenAI responses and delivering dynamic content. You can leverage this feature for use cases where real time exchange and interaction between client and server over HTTP connections is needed. Additionally, FastAPI response types are supported with this feature.

To learn more, see HTTP streams in Azure Functions using Python.

 

Source is Azure Business News

Vorig artikelPublic preview: Aspire dashboard support in Azure Container Apps
Volgend artikelExpanding extensibility model to Pulumi in Azure Deployment Environments