question

services-3 avatar image
services-3 asked

Matchmaking using Azure Functions

It is feasible to implement a custom matchmaking service using Azure Functions?

Can we list the active server sessions and spin up fresh server sessions using Azure functions?

Or would you recommend doing it any other way ?

PS: The current PlayFab matchmaking it's not enough for us due to the lack of Lobby style rooms.

Custom Game ServersMatchmaking
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Gosen Gao avatar image
Gosen Gao answered

You can use an Azure Function to handle the startup and shutdown of your custom server or other functions, since Azure Function is very powerful and flexible, but Standalone Azure Function cannot handle long time running service like matchmaking. If you care about lobby feature, the Multiplayer Lobby is now in public preview, you can have a look.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.