Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 2.65 KB

File metadata and controls

31 lines (27 loc) · 2.65 KB
author glenga
ms.service azure-functions
ms.topic include
ms.date 12/16/2025
ms.author glenga
Extension Types Support level
Azure Blob Storage BlobClient
BlobContainerClient
BlockBlobClient
PageBlobClient
AppendBlobClient
Trigger: GA
Input: GA
Azure Cosmos DB CosmosClient
Database
Container
Input: GA
Azure Event Grid CloudEvent
EventGridEvent
Trigger: GA
Azure Event Hubs EventData
EventHubProducerClient
Trigger: GA
Azure Queue Storage QueueClient
QueueMessage
Trigger: GA
Azure Service Bus ServiceBusClient
ServiceBusReceiver
ServiceBusSender
ServiceBusMessage
Trigger: GA
Azure Table Storage TableClient
TableEntity
Input: GA

Considerations for SDK types:

  • When using binding expressions that rely on trigger data, SDK types for the trigger itself cannot be used.
  • For output scenarios where you might use an SDK type, create and work with SDK clients directly instead of using an output binding.
  • The Azure Cosmos DB trigger uses the Azure Cosmos DB change feed and exposes change feed items as JSON-serializable types. As a result, SDK types aren't supported for this trigger.