- Ability to write Cloudscript in C# as well as Javascript and the other supported Azure Functions languages
- Ability to locally debug Cloudscript using Visual Studio or Visual Studio Code. In addition, we have released an open sourced Visual Studio Code Extension for PlayFab that makes it easier to create CloudScript using Azure Functions.
- Ability to write queued Cloudscript functions that can run for extended periods of time since we asynchronously wait for it to complete.
- No limits to the number of API calls within the Azure Function code.
NOTE: For more information about Azure Functions please visit the Azure Functions documentation
