question

Ethan K. G avatar image
Ethan K. G asked

Azure functions support Admin APIs (to reset leaderboards)?

Need to call IncrementPlayerStatisticVersion API to reset leaderboards by using code. As I know, Cloud Script doesn't support this Admin API. Can Azure functions handle this requirement? What's the best option PlayFab recommend for this case?

Leaderboards and Statistics
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

·
Citrus Yan avatar image
Citrus Yan answered

Sure, Azure Functions would be a good choice for your scenario, you can call both the server & admin API sets from it. And, we’ve integrated Azure Functions with our service so that you can directly call them within PlayFab, for more details, please start with this doc: PlayFab CloudScript using Azure Functions - PlayFab | Microsoft Docs

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.