Azure function -Queue trigger and Azure Communication service - mail

396 Views Asked by At

I'm working in Azure queue and Azure communication service. I have a code to send and receive messages to Azure Queue. I'm using web-API to send the queue and receive it with the use of the Azure function(Queue Trigger). Also, have a code to send emails in the Azure communication service. what I'm trying to do is " I want to send the message I received in the queue as an email". I'm looking for some examples, not getting anything regarding that.

1

There are 1 best solutions below

0
RithwikBojja On BEST ANSWER

I want to send the message I received in the queue as an email".

If you want to send using Azure communication Services code you can use PowerShell or by Coding, you can use c#. you can integrate the referred c# code into azure function queue trigger.

Alternatively for communication services, you can simply use Azure Logic apps for it and below is the design which is required: enter image description here

Output:

enter image description here

enter image description here

Or. You can also use Service bus queue(best is service bus queue) design like below:

enter image description here

For further you can refer this