question

Jeremy Rose avatar image
Jeremy Rose asked

Billing of functions from cloud code vs client or external http

I was wondering if the same billing rules applied when making API calls from inside cloudscript.

Is there any difference loading title or user data from cloudscript vs an external API.

Specifically related to say reading a key that contains a medium to large amount of data.

Doing some work on a small part of it and then updating it.

I would think maybe the API call counter would still apply, but wasn't sure if it would be the same for data size.

If so is there any difference between legacy vs azure functions?

apisdatapricing
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

·
Made Wang avatar image
Made Wang answered

The billing for API that called from Cloudscript and API that calledfrom outside are the same, the data size depends on which API you call, and which data is read and written.

In addition to API billing, CloudScript also charges for execution time and total execution, refer to Pricing Meters - PlayFab | Microsoft Docs for more information.

Using CloudScript on Azure Functions is billed for execution time and total execution too. But currently, the billing of Azure Functions is charged by Azure. If you have any questions about your Billing Summary, please navigate to our contact us page to submit the billing questions to our team.

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.