Skip to content

[Azure Functions] - Storage Queue vs Event Grid trigger #333

Answered by smereczynski
meanin asked this question in Pomoc
Discussion options

You must be logged in to vote

Heh, a to jest w ogóle ciekawe... strzelałbym, że to jest nawet niemożłiwe. Azure Functions trigger wymaga chyba zakodowania message'a w Base64, a Event Grid nie jest w stanie zakodować tego co wysyła do queue?


The reason is that when you use an Azure Queue storage trigger, Azure Functions expect a base64 encoded string, but Event Grid sends messages to a storage queue in a plain text format. Currently, it's not possible to configure the queue trigger for Azure Functions to accept plain text.```

https://docs.microsoft.com/en-us/azure/event-grid/custom-event-to-queue-storage?WT.mc_id=AZ-MVP-5001618

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@MichalJankowskii
Comment options

@meanin
Comment options

@pmartynski
Comment options

Answer selected by meanin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Pomoc
Labels
None yet
4 participants