question

ajdevelop7 avatar image
ajdevelop7 asked

Cloud Script Legacy Porting to Azure

Hello! My studio has currently operating several titles in Playfab.

We are creating new titles with code based on what we currently have published on PlayFab, and it makes extensive use of Cloud Script Legacy.

Currently, we see that CloudScript is marked as 'Legacy'. Then the following questions arise:

  1. For Cloud Script 'Legacy', does PlayFab have any kind of roadmap of its future?
  2. If we have to migrate code from Cloud Script Legacy to the new system, our first impression is that it would be faster to use JavaScript in Azure Cloud Script. Is there any kind of documentation from Playfab explaining how to port from Cloud Script 'Legacy' to Cloud Script 'Azure'? Perhaps Playfab could offer some tool for this?

Thanks!

CloudScript
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

>> For Cloud Script 'Legacy', does PlayFab have any kind of roadmap of its future?

All I know is that the legacy cloud script will be disabled sometime in the future with clear notice in advance.

>>If we have to migrate code from Cloud Script Legacy to the new system, our first impression is that it would be faster to use JavaScript in Azure Cloud Script. Is there any kind of documentation from Playfab explaining how to port from Cloud Script 'Legacy' to Cloud Script 'Azure'? Perhaps Playfab could offer some tool for this?

JavaScript is one of the languages supported by Azure Functions, you can get started with Quickstart: Writing a PlayFab CloudScript using Azure Functions and Quickstart: Create a JavaScript function in Azure using Visual Studio Code. But there is no official tool to help you port from Legacy Cloud Script to Azure Functions, you may need to manually implement Legacy Cloud Script methods in Azure Function.

2 comments
10 |1200

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

ajdevelop7 avatar image ajdevelop7 commented ·

Hi, any idea about "clear notice in advance" timing? This is, one year? one month? We are now working on a product and will be very helpful for us to know if can continue working right now with Cloud Script Legacy, and later on do the porting.

0 Likes 0 ·
Gosen Gao avatar image Gosen Gao ajdevelop7 commented ·

We do not know the specific time, this time should be relatively abundant, but we still recommend that you migrate to Azure Function as soon as possible.

0 Likes 0 ·

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.