Posted on

How to Use Queue Trigger Azure Cloud Functions with Playfab in Unity

In this tutorial, I will show you how to use Queue Trigger Cloud script with Playfab and Azure in Unity. There are two types of Cloud scripts for Playfab HTTP triggers and Queue triggers. HTTP triggers are the usual type of functions that you will use for your cloud script but for particular situations, you will need to use a Queue Trigger. Queue triggers are used for functions that take more than 4.5 seconds to execute or if you are handling data that require processing in the order they are received.

I will show you how to convert your HTTP functions to a Queue trigger and I will also go through the steps for setting up your cloud script on Playfab and Azure.