question

Haris Sevinc avatar image
Haris Sevinc asked

About Azure Functions

So cloudscript is deprecated. I wanna learn;

  • Now can we add a any library to azure?
  • Can we create website which can work together with our game on azure? ( dedicated + web hosting )
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

·
Seth Du avatar image
Seth Du answered

>Now can we add any library to azure?

Yes, it is an advantage of Azure Function, compared with Classic Cloud Script. Since there are different language support for Azure Function, adding library methods are vary. You may refer to Bring dependencies and third-party libraries to Azure Functions | Microsoft Docs and if it is common C# Azure Function, you can add them via NuGet in Visual Studio. Since PlayFab only provides integration tutorials, you may find dedicated document on Azure Function on Azure Functions documentation | Microsoft Docs.

>Can we create website which can work together with our game on azure?

PlayFab doesn’t have webhosting services, but yes, it should work because PlayFab is based on Restful API, and our SDKs support many platforms. You may use any web hosting services, such as Web Apps Services of Azure, and implement with PlayFab SDK to access our service in order to call Azure Function from PlayFab.

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.