question

Jan Vacek avatar image
Jan Vacek asked

Azure functions typescript and jetbrains Rider

Hello, PlayFab somewhere said that its availability to use some kind of PlayFab SDK for VSCode and VS for debugging and writing azure functions with C#. Is there any kind of package that allows writing functions with Typescript a using JetBrains Rider IDE for debugging?

Also, it is easy to convert cloudscript to azure functions?

Thank you

sdksCloudScript
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

·
Rick Chen avatar image
Rick Chen answered

It is possible to create Azure Functions with TypeScript. Here is the tutorial using Visual Studio Code: Create a TypeScript function using Visual Studio Code - Azure Functions | Microsoft Docs

For JetBranis Rider, you can search for the relevant Azure Function plugin, for example, https://plugins.jetbrains.com/plugin/11220-azure-toolkit-for-rider. The process should be similar to when using Visual Studio Code.

You can follow this tutorial for writing a PlayFab CloudScript using Azure Functions: PlayFab CloudScript using Azure Functions Quickstart Guide - PlayFab | Microsoft Docs

If you were encountering any issue using Azure Function, please feel free to post a new thread in the forum.

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.